Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RSI(2) above 99
- close is 10% below high
- set{liquidity, volume * price}
- add column liquidity
- draw liquidity
- liquidity > 1000000
- set{vx, count(low is 7% below open,1)}
- set{vy, count(close is 15% below high,1)}
- set{vz, count(low is 15% below close,1)}
- set{x1, vx + vy}
- set{x2, x1 + vz}
- set{95_chance, count(x2 > 2,1)}
- add column 95_chance
Advertisement
Add Comment
Please, Sign In to add comment