xg:ref(c<o and h/l>1.03,1)and c>o and c/ref(c,1)-1>ref(h/l-1,1)*0.5 and macd.macd(count(ma(c,10)(c,20)and ma(c,20)(c,60),30)=30)and hhv(h,10)/llv(l,10)>1.05; 20210311
mtm:=close-ref(close,12);mtmma:=ma(mtm,6);rsv:=(close-llv(low,5))/(hhv(high,5)-llv(low,5))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;cross(mtm,mtmma) and k>d and k>50;
ma1:=ma(c,5);ma2:=ma(c,10);ma3:=ma(c,20);ma4:=ma(c,30);bias1:=(close-ma(close,5))/ma(close,5)*100;bias2:=(close-ma(close,10))/ma(close,10)*100;aa:=dma.dif>0.5 and dma.ama>0.5;bb:=bias1<20 and...