varf:=(2*close+high+low)/4;va4:=llv(low,34);va5:=hhv(high,34);va6:=ema((varf-va4)/(va5-va4)*100,6);va7:=ema(0.667*ref(va6,1)+0.333*va6,4);xg:count(close(close,1),8)/8>0.3 and count(va6>va7,3)and...
n:=34;rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;**线:=ema(j,6);cross(**线,50) and **线>ref(**线,1);若还有问题,请q上找我。