AnthonyAlexander

Signal #7

Sep 5th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. // Chande Momentum Divergence: 1 (Primary)
  2. (diverge(cmo(20), mov(close, 3, simple), 1, 17) = 1) and
  3.  
  4. // Price Rate-Of-Change - Market: 1 (Supporting Entry)
  5. proc(close, 11) < -5.25 and
  6.  
  7. // Chaikin Oscillator Divergence - Sector Periods: 2 (Supporting Entry and Exit)
  8. diverge(cho(), mov(close, 3, simple), 5, 15) <> 1 and
  9.  
  10. // Forecast Oscillator - Sector: 1 (Supporting Entry)
  11. fco(close, 30) > 0 and
  12.  
  13. // Klinger Oscillator - Sector Periods: 1 (Supporting Entry and Exit)
  14. kvo() < mov(kvo(), 35, simple) and increasing(kvo())
Advertisement
Add Comment
Please, Sign In to add comment