AnthonyAlexander

SDRL #9

Sep 8th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. // Stochastics %K Divergence: 1 (Primary)
  2. (diverge(stochk(7, 2), mov(close, 3, simple), 6, 3) = 1) and
  3.  
  4. // Arms Index - Sector: 1 (Supporting Entry)
  5. (mov(arms("SDRL thingy"), 15, simple) < 1.3) and
  6.  
  7. // Envelopes - Sector Periods: 2 (Supporting Entry and Exit)
  8. (sector("SDRL thingy", close) > sector("SDRL thingy", envl(15, 7, simple)))
  9.  
  10. -------------
  11.  
  12. // Stochastics %K Divergence: 1 (Primary)
  13. (diverge(stochk(7, 2), mov(close, 3, simple), 6, 3) = -1) or
  14.  
  15. // Envelopes - Sector Periods: 2 (Supporting Entry and Exit)
  16. (sector("SDRL thingy", close) < sector("SDRL thingy", envl(15, 7, simple)))
Advertisement
Add Comment
Please, Sign In to add comment