涨停:=if((c-ref(c,1))*100/ref(c,1)>=(10-0.01*100/ref(c,1)),1,0);a1:=fromopen<=30;xg:涨停 and a1;这个只能盘中预警,表示10点前曾经涨停,在10点之前公式生效,弹出股票放到自选,但是10点打开涨停收盘没涨停也在这里。不支持收盘后选。所有只能手工盘后收集。 20210311
a:=100*(c-ref(c,1))/ref(c,1);t5:=ref(a,5)>9.8;t11:=ref(a,11)>9.8;t23:=ref(a,23)>9.8;t29:=ref(a,29)>9.8;t5 or t11 or t23 or t29;{选出之前第5,11,23,29天,这四天中曾涨停的个股}
varf:=(2*close+high+low)/4;va4:=llv(low,34);va5:=hhv(high,34);va6:=ema((varf-va4)/(va5-va4)*100,6);va7:=ema(0.667*ref(va6,1)+0.333*va6,4);xg:count(close(close,1),8)/8>0.3 and count(va6>va7,3)and...