AnthonyAlexander

CHK #1

Sep 12th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // Aroon Crossover: 2 (Primary)
  2. (crossbelow(aroonu(9), aroond(9))) and
  3.  
  4. // TEMA - Market Periods: 1 (Supporting Entry and Exit)
  5. (sector($curexchange, tema(close, 9)) > sector($curexchange, tema(close, 35)))
  6.  
  7. -------
  8.  
  9. // Aroon Crossover: 2 (Primary)
  10. (crossabove(aroonu(9), aroond(9))) or
  11.  
  12. // TEMA - Market Periods: 1 (Supporting Entry and Exit)
  13. (sector($curexchange, tema(close, 9)) < sector($curexchange, tema(close, 35)))
Advertisement
Add Comment
Please, Sign In to add comment