Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Commodity Channel Index (Classic): 1 (Primary)
- (crossabove(cci(22), 120)) and
- // MACD - Market: 1 (Supporting Entry)
- (sector($curexchange, macd()) > sector($curexchange, mov(macd(), 17, exponential)))
- --------
- // Commodity Channel Index (Classic): 1 (Primary)
- (crossbelow(cci(22), 120))
Advertisement
Add Comment
Please, Sign In to add comment