bbi:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4;ref(close,1)<ref(bbi,1) and ref(open,1)<ref(bbi,1) and open>ref(close,1) and open>bbi and close>bbi;
选出条件a以后再满足条件b的股票式:barslast(a) and b;mtm:=c-ref(c,1);dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);卖:=if(hhv(dx,2)=hhv(dx,7) and count(dx>50,2) and cross(ma(dx,2),dx),1,0);drawicon(filter(卖=1,1),...