Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ma thingy (Primary)
- (crossabove ( tema ( close, 8 ) , mov ( low, 50, simple ) )) and
- // Accumulation Swing Index - Stock: 1 (Supporting Entry)
- (asi(100) > mov(asi(100), 25, simple)) and
- // Negative Volume Index - Stock: 2 (Supporting Entry)
- (nvi() < mov(nvi(), 8, simple)) and
- // R-Squared - Stock (Supporting Entry)
- (rsq(close, 20) > .20)
Advertisement
Add Comment
Please, Sign In to add comment