AnthonyAlexander

RAD #2

Sep 10th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. // Money Flow Index: 2 (Primary)
  2. (crossbelow(mfi(8), 61)) and
  3.  
  4. // Chaikin Money Flow Diverge - Stock Periods: 2 (Supporting Entry and Exit)
  5. (diverge(cmf(17), mov(close, 3, simple), 7, 7) <> 1) and
  6.  
  7. // Price and Volume Trend - Stock: 2 (Supporting Entry)
  8. (pvt() < mov(pvt(), 25, simple)) and
  9.  
  10. // Envelopes - Market Periods: 1 (Supporting Entry and Exit)
  11. (sector($curexchange, close) < sector($curexchange, envu(15, 9, simple))) and
  12.  
  13. // Chaikin Money Flow - Market: 2 (Supporting Entry)
  14. (sector($curexchange, cmf(5)) < 0)
  15.  
  16. -------
  17.  
  18. // Money Flow Index: 2 (Primary)
  19. (crossbelow(mfi(8), 26)) or
  20.  
  21. // Chaikin Money Flow Diverge - Stock Periods: 2 (Supporting Entry and Exit)
  22. (diverge(cmf(17), mov(close, 3, simple), 7, 7) = 1) or
  23.  
  24. // Envelopes - Market Periods: 1 (Supporting Entry and Exit)
  25. (sector($curexchange, close) > sector($curexchange, envu(15, 9, simple)))
Advertisement
Add Comment
Please, Sign In to add comment