AnthonyAlexander

Golden Cross #3

Sep 6th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // ma thingy (Primary)
  2. (crossabove ( tema ( close, 8 ) , mov ( low, 50, simple ) )) and
  3.  
  4. // Accumulation Swing Index - Stock: 1 (Supporting Entry)
  5. (asi(100) > mov(asi(100), 25, simple)) and
  6.  
  7. // Negative Volume Index - Stock: 2 (Supporting Entry)
  8. (nvi() < mov(nvi(), 8, simple)) and
  9.  
  10. // R-Squared - Stock (Supporting Entry)
  11. (rsq(close, 20) > .20)
Advertisement
Add Comment
Please, Sign In to add comment