I want to know about tradescript with rsi and macd with above 100% volume in 5 minute charts

rsi 5 crossing above 30 and sma 5 crossing 30 with above 1.5 times volume

in scanner code.

hElLO tRaDeR,

SCRIPT:

RSI(CLOSE, 5) > 30 AND 
CROSSOVER(SMA(CLOSE,5) , SMA(CLOSE,30)) AND 
VOLUME > REF(VOLUME,1) * 1.5