var1:=(close-llv(low,13))/(hhv(high,13)-llv(low,13))*100;var2:=ema(var1,20);var3:=ema(var2,20);var4:=3*var2-2*var3;势:=ema(var4,5);var5:=llv(low,10);v**:=hhv(high,25);决策线:=ema((close-var5)/(v**-var5)*100,4);xg:决策线<50 and 决策线>ref(决策线,1)and ref(决策线,1)
ma5:=ma(close,5);rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;t1:=close>ma5;t2:=j>ref(j,1) and ref(j,2)>ref(j,1);xg:t1 and t2;
分开二个公式去选股var0:=vol/close/2;var1:=sum(if(var0 > 100 and close > ref(close,1),var0,0),0);var2:=sum(if(var0 > 100 and close < ref(close,1),var0,0),0);var3:=sum(if(var0 < 100 and close >...