AnthonyAlexander

SDRL #5

Sep 8th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. // Chande Momentum Oscillator - OB/OS: 2 (Primary)
  2. (crossbelow(cmo(5), 34)) and
  3.  
  4. // Linear Regression Indicator - Market Periods: 2 (Supporting Entry and Exit)
  5. (sector($curexchange, close) > sector($curexchange, lri(close, 15) * 0.95)) and
  6.  
  7. // Ease Of Movement - Sector Periods: 2 (Supporting Entry and Exit)
  8. (sector("SDRL thingy", mov(eom(11), 7, simple)) < 0)
  9.  
  10. -----------
  11.  
  12. // Chande Momentum Oscillator - OB/OS: 2 (Primary)
  13. (crossbelow(cmo(5), -44)) or
  14.  
  15. // Linear Regression Indicator - Market Periods: 2 (Supporting Entry and Exit)
  16. (sector($curexchange, close) < sector($curexchange, lri(close, 15) * 0.95)) or
  17.  
  18. // Ease Of Movement - Sector Periods: 2 (Supporting Entry and Exit)
  19. (sector("SDRL thingy", mov(eom(11), 7, simple)) > 0)
Advertisement
Add Comment
Please, Sign In to add comment