Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Price Oscillator Divergence: 1 (Primary)
- (diverge(po(5, 25, simple), mov(close, 3, simple), 0, 17) = 1) and
- // Chaikin Money Flow - Sector Periods: 1 (Supporting Entry and Exit)
- (sector("WLL thingy", cmf(20)) > 0) and
- // Qstick - Sector: 2 (Supporting Entry)
- (sector("WLL thingy", qst(14)) < 0)
- ----------------
- // Price Oscillator Divergence: 1 (Primary)
- (diverge(po(5, 25, simple), mov(close, 3, simple), 0, 17) = -1) or
- // Chaikin Money Flow - Sector Periods: 1 (Supporting Entry and Exit)
- (sector("WLL thingy", cmf(20)) < 0)
Advertisement
Add Comment
Please, Sign In to add comment