AnthonyAlexander

WLL #5

Sep 9th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // TRIX: 1 (Primary)
  2. (increasing(trix(close, 5))) and
  3.  
  4. // ADX and ADXR - Stock (Supporting Entry)
  5. (adx(16) > adxr(16)) and
  6.  
  7. // Overbought/Oversold - Sector: 1 (Supporting Entry)
  8. (mov(obos("WLL thingy"), 6, simple) > mov(obos("WLL thingy"), 90, simple)) and
  9.  
  10. // Chaikin Money Flow - Market: 2 (Supporting Entry)
  11. (sector($curexchange, cmf(20)) < 0)
  12.  
  13. ---------------
  14.  
  15. // TRIX: 1 (Primary)
  16. (decreasing(trix(close, 5)))
Advertisement
Add Comment
Please, Sign In to add comment