{通达信已通过测试}{选股}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;-----------------...
a:=ref(every(c/ref(c,1)>1,3),1);b:=asr<ref(asr,1) and scr>ref(scr,1) and c/ref(c,1)>1.03 and dyna**(37)>0.03;a and b and ref(c,1)/ref(c,4)<1.08;测试通过!希望能够帮助你!
ww1:=c>ma(c,60) and not(cross(ma(c,60),c));主筹估算:=ema(winner(c)*70,3);散筹估算:=ema((winner(c*1.1)-winner(c*0.9))*70,3);选股:=cross(主筹估算,散筹估算);diff:=ema(close,8)-ema(close,13); dea:=ema(diff,5);a1:=diff&g...