AnthonyAlexander

BW #4

Sep 11th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. // TRIX: 1 (Primary)
  2. (increasing(trix(close, 5))) and
  3.  
  4. // Chaikin Oscillator Divergence - Sector: 2 (Supporting Entry)
  5. (sector("BW thingy", diverge(cho(), mov(close, 3, simple), 4, 11)) = -1) and
  6.  
  7. // Intraday Momentum Divergence - Sector Periods: 2 (Supporting Entry and Exit)
  8. (sector("BW thingy", diverge(imi(16), mov(close, 3, simple), 6, 3)) <> 1)
  9.  
  10. -------
  11.  
  12. // TRIX: 1 (Primary)
  13. (decreasing(trix(close, 5))) or
  14.  
  15. // Intraday Momentum Divergence - Sector Periods: 2 (Supporting Entry and Exit)
  16. (sector("BW thingy", diverge(imi(16), mov(close, 3, simple), 6, 3)) = 1)
Advertisement
Add Comment
Please, Sign In to add comment