介必升:=(close-llv(low,32))/(hhv(high,32)-llv(low,32))*1.2*close;老介1:=ema(介必升,3);老介2:=ema(介必升,5);老介3:=ema(介必升,7);t1:=老介2>=老介3 and 老介1<ref(老介1,1);t2:=老介2<老介3 and 老介1>ref(老介1,1);stickline(老介1&g...
mtm:=c-ref(c,1);dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);买:=llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2));jrs:=filter(买=1,5);收盘价买入:cross(jrs,0.8);全年选股次数:sum(jrs,250),linethic...
tt1:=ref(o>c,2) and ref(c/o<0.94,2);tt2:=upnday(c,2);tt3:=c>ref((l+(h-l)/2),2) and h<ref(o,2);ttt:=tt1 and tt2 and tt3;stickline(ttt,o,c,2,0),colorlimagenta;stickline(ttt,l,h,0,0),colorlim...
参数 n 2 100 11 m 2 100 6cv:=close;bbiboll:=(ma(cv,3)+ma(cv,6)+ma(cv,12)+ma(cv,24))/4;upr:=bbiboll+m*std(bbiboll,n);dwn:=bbiboll-m*std(bbiboll,n);xg:c<dwn;