Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Chaikin Money Flow Divergence: 1 (Primary)
- (diverge(cmf(8), mov(close, 3, simple), 5, 5) = 1) and
- // Minimum Price Requirement (Supporting Entry)
- (close > 1) and
- // Minimum Liquidity Requirement (Supporting Entry)
- (mov(volume, 20, simple) * close >= 200000) and
- // Chaikin Oscillator Divergence - Market: 2 (Supporting Entry)
- (sector($curexchange, diverge(cho(), mov(close, 3, simple), 6, 15)) = -1)
- ------------
- // tema thingy 5 (Primary)
- (stopup(0.01, Unleveraged)
- $daysheld < 2)
Advertisement
Add Comment
Please, Sign In to add comment