AnthonyAlexander

DNR #2A

Sep 12th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. // MACD: 1 (Primary)
  2. (crossabove(macd(), mov(macd(), 5, exponential))) and
  3.  
  4. // Chaikin Money Flow - Market Periods: 1 (Supporting Entry and Exit)
  5. (sector($curexchange, cmf(8)) > 0)
  6.  
  7. ----------
  8.  
  9. // MACD: 1 (Primary)
  10. (crossbelow(macd(), mov(macd(), 5, exponential))) or
  11.  
  12. // Chaikin Money Flow - Market Periods: 1 (Supporting Entry and Exit)
  13. (sector($curexchange, cmf(8)) < 0)
Advertisement
Add Comment
Please, Sign In to add comment