AnthonyAlexander

AVP #1

Sep 13th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // Commodity Channel Index (Classic): 1 (Primary)
  2. (crossabove(cci(22), 120)) and
  3.  
  4. // MACD - Market: 1 (Supporting Entry)
  5. (sector($curexchange, macd()) > sector($curexchange, mov(macd(), 17, exponential)))
  6.  
  7. --------
  8.  
  9. // Commodity Channel Index (Classic): 1 (Primary)
  10. (crossbelow(cci(22), 120))
Advertisement
Add Comment
Please, Sign In to add comment