AnthonyAlexander

MA #14 BAAAA

Jan 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. // Chaikin Money Flow Divergence: 1 (Primary)
  2. (diverge(cmf(8), mov(close, 3, simple), 5, 5) = 1) and
  3.  
  4. // Minimum Price Requirement (Supporting Entry)
  5. (close > 1) and
  6.  
  7. // Minimum Liquidity Requirement (Supporting Entry)
  8. (mov(volume, 20, simple) * close >= 200000) and
  9.  
  10. // Chaikin Oscillator Divergence - Market: 2 (Supporting Entry)
  11. (sector($curexchange, diverge(cho(), mov(close, 3, simple), 6, 15)) = -1)
  12.  
  13. ------------
  14.  
  15. // tema thingy 5 (Primary)
  16. (stopup(0.01, Unleveraged)
  17. $daysheld < 2)
Advertisement
Add Comment
Please, Sign In to add comment