AnthonyAlexander

ESV #7

Sep 10th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. // Williams A/D Divergence: 1 (Primary)
  2. (diverge(wad(), mov(close, 3, simple), 4, 11) = 1) and
  3.  
  4. // Chande Momentum Oscillator - Market: 1 (Supporting Entry)
  5. (abs(sector($curexchange, cmo(5))) > 21) and
  6.  
  7. // Chaikin Oscillator Divergence - Stock: 1 (Supporting Entry)
  8. (diverge(cho(), mov(close, 3, simple), 0, 15) = 1) and
  9.  
  10. // Stochastics Crossover - Stock Periods: 1 (Supporting Entry and Exit)
  11. (stochk(11, 1) > stochd(11, 1, 5, simple))
  12.  
  13. ----------
  14.  
  15. // Williams A/D Divergence: 1 (Primary)
  16. (diverge(wad(), mov(close, 3, simple), 4, 11) = -1) or
  17.  
  18. // Stochastics Crossover - Stock Periods: 1 (Supporting Entry and Exit)
  19. (stochk(11, 1) < stochd(11, 1, 5, simple))
Advertisement
Add Comment
Please, Sign In to add comment