Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Momentum: 1 (Primary)
- (crossabove(mom(close, 13), mov(mom(close, 13), 7, exponential))) and
- // Chaikin Oscillator Divergence - Sector: 1 (Supporting Entry)
- (sector("DNR thingy", diverge(cho(), mov(close, 3, simple), 8, 3)) = 1) and
- // Chaikins Volatility - High Stock (Supporting Entry)
- (vch(11, 11) > mov(vch(11, 11), 20, simple))
- --------
- // Momentum: 1 (Primary)
- (crossbelow(mom(close, 13), mov(mom(close, 13), 7, exponential)))
Advertisement
Add Comment
Please, Sign In to add comment