Guest User

Untitled

a guest
May 10th, 2022
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. PV Alert examples in regards to "EMA Stoch Strategy For ProfitView"
  2.  
  3. -[Alert 1]-
  4. Name: Market Long, Market Short
  5. Text:
  6. close [!side] type=market ifnone=main
  7. wait=2
  8.  
  9. :main
  10. cancel
  11. [side] quantity=100% type=market
  12. wait=2
  13.  
  14. [if _mysl]
  15. close [side] stoploss=@[_mysl] type=market
  16. [end]
  17.  
  18. [if _mytp]
  19. close [side] price=@[_mytp] type=limit
  20. [end]
  21. --------------------------------------------------
  22.  
  23. -[Alert 2]-
  24. Name: TP SL Hit
  25. Text:
  26. cancel
  27. close type=market
  28. --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment