var1:=ema(ema(close,13),13);控盘:=(var1-ref(var1,1))/ref(var1,1)*1000;p:=55;s:=8;m1:=3;财:=(ema(close,s)-ema(close,p))*10;神:=ema(财,m1);stj02:=控盘>0;stj32:=cross(神,财) and 财>1.618;xg:filter(stj02 and...
var3:=if(trou**ars(3,16,1)=0 and high>low+0.04,4,0);lc:=ref(c,1);涨停:=if(lc*1.1-c,1,0);hh:=count(涨停,13)>=1;震仓线:=45;操作线:=sma(max(c-lc,0),2,1)/sma(abs(c-lc),2,1)*100;pp:=操作线<震仓线 and ref(操作线,1)&g...
tr:=sum(max(max(high-low,abs(high-ref(close,1))),abs(low-ref(close,1))),7);hd:=high-ref(high,1);ld:=ref(low,1)-low;dmp:=sum(if(hd>0 and hd>ld,hd,0),7);dmm:=sum(if(ld>0 and ld>hd,ld,0),7);d...