Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Williams A/D Divergence: 1 (Primary)
- (diverge(wad(), mov(close, 3, simple), 4, 11) = 1) and
- // Chande Momentum Oscillator - Market: 1 (Supporting Entry)
- (abs(sector($curexchange, cmo(5))) > 21) and
- // Chaikin Oscillator Divergence - Stock: 1 (Supporting Entry)
- (diverge(cho(), mov(close, 3, simple), 0, 15) = 1) and
- // Stochastics Crossover - Stock Periods: 1 (Supporting Entry and Exit)
- (stochk(11, 1) > stochd(11, 1, 5, simple))
- ----------
- // Williams A/D Divergence: 1 (Primary)
- (diverge(wad(), mov(close, 3, simple), 4, 11) = -1) or
- // Stochastics Crossover - Stock Periods: 1 (Supporting Entry and Exit)
- (stochk(11, 1) < stochd(11, 1, 5, simple))
Advertisement
Add Comment
Please, Sign In to add comment