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...
var1:=ema(sma((close-llv(low,19))/(hhv(high,19)-llv(low,19))*100,8,1),3);w1:=c=hhv(c,20);w2:=barslast(w1);w3:=if(w2>0,ref(c,w2),ref(c,w2));w4:=cross(c,ref(w3,1));突破在即:=if(w4 and count(w4,5)=1,40,0)...
a1:=ref(close,5)>ref(close,4);a2:=ref(close,4)>ref(close,3);a3:=ref(close,3)>ref(close,2);a4:=ref(close,2)>ref(close,1);a5:=close>ref(high,1) and v>ref(v,1);ret:=a1 and a2 and a3 and...