Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Accumulation Swing Index: 1 (Primary)
- (crossabove(asi(100), mov(asi(100), 10, simple))) and
- // Positive Volume Index - Stock: 2 (Supporting Entry)
- (pvi() < mov(pvi(), 8, simple)) and
- // Relative Volatility Index - Market: 2 (Supporting Entry)
- (sector($curexchange, rvi(20)) < 63)
- ------------
- // Accumulation Swing Index: 1 (Primary)
- (crossbelow(asi(100), mov(asi(100), 10, simple)))
Advertisement
Add Comment
Please, Sign In to add comment