Advertisement
AnthonyAlexander

ESV #3

Sep 10th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // Accumulation Swing Index: 1 (Primary)
  2. (crossabove(asi(100), mov(asi(100), 40, simple))) and
  3.  
  4. // Qstick - Market: 2 (Supporting Entry)
  5. (sector($curexchange, qst(12)) < 0)
  6.  
  7. --------------
  8.  
  9. // Accumulation Swing Index: 1 (Primary)
  10. (crossbelow(asi(100), mov(asi(100), 40, simple)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement