九毛八公式指标 RSI小于30收第一根阳线的选股公式。 公式模块: LC:=REF(CLOSE,1); rsi:=SMA(MAX(CLOSE-LC,0),6,1)/SMA(Abs(CLOSE-LC),6,1)*100; cross(rsi<30 and c>o,0.5);