Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Money Flow Index: 2 (Primary)
- (crossbelow(mfi(8), 61)) and
- // Chaikin Money Flow Diverge - Stock Periods: 2 (Supporting Entry and Exit)
- (diverge(cmf(17), mov(close, 3, simple), 7, 7) <> 1) and
- // Price and Volume Trend - Stock: 2 (Supporting Entry)
- (pvt() < mov(pvt(), 25, simple)) and
- // Envelopes - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, close) < sector($curexchange, envu(15, 9, simple))) and
- // Chaikin Money Flow - Market: 2 (Supporting Entry)
- (sector($curexchange, cmf(5)) < 0)
- -------
- // Money Flow Index: 2 (Primary)
- (crossbelow(mfi(8), 26)) or
- // Chaikin Money Flow Diverge - Stock Periods: 2 (Supporting Entry and Exit)
- (diverge(cmf(17), mov(close, 3, simple), 7, 7) = 1) or
- // Envelopes - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, close) > sector($curexchange, envu(15, 9, simple)))
Advertisement
Add Comment
Please, Sign In to add comment