AnthonyAlexander

WLL #13

Sep 9th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // TRIX: 1 (Primary)
  2. (increasing(trix(close, 7))) and
  3.  
  4. // Chaikin Oscillator Divergence - Stock: 2 (Supporting Entry)
  5. (diverge(cho(), mov(close, 3, simple), 2, 9) = -1) and
  6.  
  7. // Arms Index - Market: 2 (Supporting Entry)
  8. (mov(arms($curexchange), 5, simple) > 1.1)
  9.  
  10. ---------------
  11.  
  12. // TRIX: 1 (Primary)
  13. (decreasing(trix(close, 7)))
Advertisement
Add Comment
Please, Sign In to add comment