AnthonyAlexander

WLL #11

Sep 9th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // Accumulation Swing Index: 1 (Primary)
  2. (crossabove(asi(100), mov(asi(100), 10, simple))) and
  3.  
  4. // Positive Volume Index - Stock: 2 (Supporting Entry)
  5. (pvi() < mov(pvi(), 8, simple)) and
  6.  
  7. // Relative Volatility Index - Market: 2 (Supporting Entry)
  8. (sector($curexchange, rvi(20)) < 63)
  9.  
  10. ------------
  11.  
  12. // Accumulation Swing Index: 1 (Primary)
  13. (crossbelow(asi(100), mov(asi(100), 10, simple)))
Advertisement
Add Comment
Please, Sign In to add comment