Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PV Alert examples in regards to "EMA Stoch Strategy For ProfitView"
- -[Alert 1]-
- Name: Market Long, Market Short
- Text:
- close [!side] type=market ifnone=main
- wait=2
- :main
- cancel
- [side] quantity=100% type=market
- wait=2
- [if _mysl]
- close [side] stoploss=@[_mysl] type=market
- [end]
- [if _mytp]
- close [side] price=@[_mytp] type=limit
- [end]
- --------------------------------------------------
- -[Alert 2]-
- Name: TP SL Hit
- Text:
- cancel
- close type=market
- --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment