Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // DEMA: 2 (Primary)
- (crossbelow(dema(close, 7), dema(close, 33))) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000) and
- // Dynamic Momentum Divergence - Sector: 2 (Supporting Entry)
- (sector("MA", diverge(dmi(), mov(close, 3, simple), 5, 3)) = -1)
- ----------
- // TRIX: 1 (Primary)
- (decreasing(trix(close, 15)))
Advertisement
Add Comment
Please, Sign In to add comment