AnthonyAlexander

ESV #6

Sep 10th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. // Directional Movement: 1 (Primary)
  2. (crossabove(pdi(16), mdi(16))) and
  3.  
  4. // Money Flow Index - Market Periods: 2 (Supporting Entry and Exit)
  5. (sector($curexchange, mfi(29)) > 45) and
  6.  
  7. // Aroon Crossover - Sector: 2 (Supporting Entry)
  8. (sector("ESV thingy", aroonu(9)) < sector("ESV thingy", aroond(9))) and
  9.  
  10. // TRIX - Stock: 2 (Supporting Entry)
  11. (trix(close, 15) < mov(trix(close, 15), 15, simple))
  12.  
  13. ----------
  14.  
  15. // Directional Movement: 1 (Primary)
  16. (crossbelow(pdi(16), mdi(16))) or
  17.  
  18. // Money Flow Index - Market Periods: 2 (Supporting Entry and Exit)
  19. (sector($curexchange, mfi(29)) < 45)
Advertisement
Add Comment
Please, Sign In to add comment