AnthonyAlexander

WLL #10

Sep 9th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // Momentum: 1 (Primary)
  2. (crossabove(mom(close, 13), mov(mom(close, 13), 7, exponential))) and
  3.  
  4. // TRIX Divergence - Market: 2 (Supporting Entry)
  5. (sector($curexchange, close) = sector($curexchange, high(close, 25)) and
  6. sector($curexchange, trix(close, 9)) <> sector($curexchange, high(trix(close, 9), 25)))
  7.  
  8. ----------------
  9.  
  10. // Momentum: 1 (Primary)
  11. (crossbelow(mom(close, 13), mov(mom(close, 13), 7, exponential)))
Advertisement
Add Comment
Please, Sign In to add comment