AnthonyAlexander

WLL #6

Sep 9th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // Price Oscillator Divergence: 1 (Primary)
  2. (diverge(po(5, 25, simple), mov(close, 3, simple), 0, 17) = 1) and
  3.  
  4. // Chaikin Money Flow - Sector Periods: 1 (Supporting Entry and Exit)
  5. (sector("WLL thingy", cmf(20)) > 0) and
  6.  
  7. // Qstick - Sector: 2 (Supporting Entry)
  8. (sector("WLL thingy", qst(14)) < 0)
  9.  
  10. ----------------
  11.  
  12. // Price Oscillator Divergence: 1 (Primary)
  13. (diverge(po(5, 25, simple), mov(close, 3, simple), 0, 17) = -1) or
  14.  
  15. // Chaikin Money Flow - Sector Periods: 1 (Supporting Entry and Exit)
  16. (sector("WLL thingy", cmf(20)) < 0)
Advertisement
Add Comment
Please, Sign In to add comment