//this code condition how wrote help me//
src=(Close);
length = Param("RSI Length",14,1,100,1);
SSF=Param( "SF RSI SMoothing Factor",5,1,50,1);
RSII=ema(rsi(src,length),SSF);
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.