{通达信已通过测试}{选股}var1:=(2*close+high+low)/4;var2:=llv(low,34);var3:=hhv(high,34);xx:=ema((var1-var2)/(var3-var2)*100,13);yy:=ema(0.667*ref(xx,1)+0.333*xx,2);选股:cross(xx,yy) and xx<20;-----------------...
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;m**ol1:=ma(volume,5);m**ol2:=ma(volume,10);ma5:=expma(c,5);ma10:=expma(c,10);选股:cross(ma5,ma10) and cross(...
a1:=hhv(high,50)/llv(low,100)>1.5;a2:=(hhv(high,50)-low)/(hhv(high,50)-llv(low,100));a3:=(low-llv(low,100))/(hhv(high,50)-llv(low,100));a4:=hhvbars(high,50)<llvbars(low,100);a5:=a1 and a2>0.5...
zz:=if(ref(c,1)>ref(o,1) and o>ref(c,1)*1.014 and c<o*1.02,1,3);v5:=ma(v,5);v12:=ma(v,12);v34:=ma(v,34);c6:=ma(c,6);cross(c,c6) and v>v5*1.2 and v>v12*1.2 and zz>2 and c>h*0.975;