Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- market is not OTCBB
- market is not ETF
- close > 0.2
- close < 10
- volume > 100000
- set{liquidity, volume * price}
- set{extremevolume, count(volume is 1000% greater than volume 1 days ago,1)*1}
- add column liquidity
- add column extremevolume
- add column RSI(2)
- add column weekly RSI(2)
- set{kc1, count(close crossed above Upper Keltner Band(4,3),1)}
- set{kc2, count(open is below Lower Keltner Band(161,2.0),1)}
- set{a1, kc1 * kc2}
- set{a, count(a1 > 0,1)}
- set{kc3, count(close crossed above Upper SMA Envelope(280,11.0),1)}
- set{kc4, count(open is below Lower SMA Envelope(280,11.0),1)}
- set{b1, kc3 * kc4}
- set{b, count(b1 > 0,1)}
- set{kc5, count(open is below Lower EMA Envelope(50,10.0),1)}
- set{kc6, count(close is above Upper EMA Envelope(50,10.0),1)}
- set{c1, kc5 * kc6}
- set{c, count(c1 > 0,1)}
- set{kc7, count(open is below Lower SMA Envelope(55,13.0),1)}
- set{kc8, count(close crossed above Upper SMA Envelope(55,13.0),1)}
- set{d1, kc7 * kc8}
- set{d, count(d1 > 0,1)}
- /* */
- set{x1, a + b}
- set{v1, c + x1}
- set{z1, d + v1}
- z1 > 0
- add column separator
- add column a
- add column b
- add column c
- add column d
- draw rsi(2)
- offset is 0
Advertisement
Add Comment
Please, Sign In to add comment