AnthonyAlexander

ESV #11

Sep 10th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // Accumulation Swing Index: 1 (Primary)
  2. (crossabove(asi(100), mov(asi(100), 20, simple))) and
  3.  
  4. // Chaikin Money Flow - Market Periods: 2 (Supporting Entry and Exit)
  5. (sector($curexchange, cmf(17)) < 0) and
  6.  
  7. // TEMA - Market: 1 (Supporting Entry)
  8. (sector($curexchange, tema(close, 13)) > sector($curexchange, tema(close, 30)))
  9.  
  10. -----
  11.  
  12. // Accumulation Swing Index: 1 (Primary)
  13. (crossbelow(asi(100), mov(asi(100), 20, simple))) or
  14.  
  15. // Chaikin Money Flow - Market Periods: 2 (Supporting Entry and Exit)
  16. (sector($curexchange, cmf(17)) > 0)
Advertisement
Add Comment
Please, Sign In to add comment