AnthonyAlexander

XI

Apr 27th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. RSI(2) above 99
  2. close is 10% below high
  3. set{liquidity, volume * price}
  4. add column liquidity
  5. draw liquidity
  6.  
  7. liquidity > 1000000
  8.  
  9.  
  10. set{vx, count(low is 7% below open,1)}
  11. set{vy, count(close is 15% below high,1)}
  12. set{vz, count(low is 15% below close,1)}
  13. set{x1, vx + vy}
  14. set{x2, x1 + vz}
  15. set{95_chance, count(x2 > 2,1)}
  16. add column 95_chance
Advertisement
Add Comment
Please, Sign In to add comment