{通达信已通过测试}{选股}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;-----------------...
{全是一来函数,慎用!}v0:=zig(3,10);v1:=ma(v0,2);v3:=(hhv(v1,200));v4:=(0);v6:=if((v0>ref(v0,1)),0,c);v7:=if(filter(v6,120),1,0);v5:=ref(v6,1)=0 and v6>0 and v7=0;v8:=not((h<=hhv(h,20) and h>=hhv(h,...