Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Intraday Momentum Divergence: 1 (Primary)
- (diverge(imi(10), mov(close, 3, simple), 4, 3) = 1) and
- // Cumulative Volume Index - Sector Periods: 1 (Supporting Entry and Exit)
- (increasing(mov(cvi("SDRL thingy"), 15, simple)))
- -------------------
- // Intraday Momentum Divergence: 1 (Primary)
- (diverge(imi(10), mov(close, 3, simple), 4, 3) = -1) or
- // Cumulative Volume Index - Sector Periods: 1 (Supporting Entry and Exit)
- (decreasing(mov(cvi("SDRL thingy"), 15, simple)))
Advertisement
Add Comment
Please, Sign In to add comment