exp10:=ema(close,10);exp60:=ema(close,60);zf:=(close-ref(close,1))/ref(close,1)*100>=3;去除st:=ex**t(c/ref(c,1)>1.055,60);去除停牌:=dyna**(4)>0;xg:去除st and ... 20210311
**s:=c/ref(c,1)>1.05 and c=h and between(forcast(v,4),0.2*forcast(v,12),2.1*forcast(v,12));介必升:=filter(**s,28)*100;var1a:=if((c/ref(c,1)>1.05 and h/c<1.01 and c>ref(c,1)),91,0);var2a:=filt...
var1:=ema(ema(close,9),9);控盘:=(var1-ref(var1,1))/ref(var1,1)*1000;有庄控盘:= 控盘>ref(控盘,1) and 控盘>0;lc:=ref(close,1);aa:=abs(high-lc);bb:=abs(low-lc);cc:=abs(high-ref(low,1));dd:=abs(lc-ref(open,1));...