Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Commodity Channel Index: 1 (Primary)
- (crossabove(cci(10), -119)) and
- // Cumulative Volume Index - Sector Periods: 1 (Supporting Entry and Exit)
- (increasing(mov(cvi("ESV thingy"), 25, simple))) and
- // Stochastics %D Divergence - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, diverge(stochd(15, 1, 7, simple), mov(close, 3, simple), 1, 7)) <> -1)
- ----------
- // Commodity Channel Index: 1 (Primary)
- (crossbelow(cci(10), 120)) or
- // Cumulative Volume Index - Sector Periods: 1 (Supporting Entry and Exit)
- (decreasing(mov(cvi("ESV thingy"), 25, simple))) or
- // Stochastics %D Divergence - Market Periods: 1 (Supporting Entry and Exit)
- (sector($curexchange, diverge(stochd(15, 1, 7, simple), mov(close, 3, simple), 1, 7)) = -1)
Advertisement
Add Comment
Please, Sign In to add comment