副图指标:dif:ema(close,short)-ema(close,long);dea:ema(dif,9);macd:(dif-dea),colorstick;cd:=macd>ref(macd,1) and ref(macd,1)=llv(macd,5);drawtext(cd ,0*0.88,'买'),coloryellow;选股指标:dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=(dif-dea);cd:macd>ref(macd,1) and ref(macd,1)=llv(macd,5);注意修改参数qq:913618047 20210311
进场选股:z:=ma(c,120);var4:=ma((close-llv(low,10))/(hhv(high,10)-llv(low,10))*100,3);进场:if(close>z and ref(var4,1)<30 and var4>ref(var4,1) and ref(var4,1)<ref(var4,2),80,50);反弹进场选股:z:=ma(c,120...
v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);买4:=if((v7 and count(v7,3)=1),3,0);最佳买入:zig(3,10)>ref(zig(3,10),1) and ref(zig(3,10),1)<ref(zig(3,10),2) and 买4;