Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Commodity Channel Index (Classic): 1 (Primary)
- (crossabove(cci(19), 80)) and
- // MACD Divergence - Stock Periods: 1 (Supporting Entry and Exit)
- (diverge(macd(), mov(close, 3, simple), 1, 19) <> -1)
- -------------------
- // Commodity Channel Index (Classic): 1 (Primary)
- (crossbelow(cci(19), 80)) or
- // MACD Divergence - Stock Periods: 1 (Supporting Entry and Exit)
- (diverge(macd(), mov(close, 3, simple), 1, 19) = -1)
Advertisement
Add Comment
Please, Sign In to add comment