AnthonyAlexander

SDRL #4

Sep 8th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. // Intraday Momentum Divergence: 1 (Primary)
  2. (diverge(imi(10), mov(close, 3, simple), 4, 3) = 1) and
  3.  
  4. // Cumulative Volume Index - Sector Periods: 1 (Supporting Entry and Exit)
  5. (increasing(mov(cvi("SDRL thingy"), 15, simple)))
  6.  
  7. -------------------
  8.  
  9. // Intraday Momentum Divergence: 1 (Primary)
  10. (diverge(imi(10), mov(close, 3, simple), 4, 3) = -1) or
  11.  
  12. // Cumulative Volume Index - Sector Periods: 1 (Supporting Entry and Exit)
  13. (decreasing(mov(cvi("SDRL thingy"), 15, simple)))
Advertisement
Add Comment
Please, Sign In to add comment