DIFF:=EMA(CLOSE,12)-EMA(CLOSE,26); DEA:=EMA(DIFF,9); MACD:=2*(DIFF-DEA); macd>ref(macd,1)and o/l<1.025and v/ref(v,1)>0.95and min(REF(CLOSE,1),ref(o,1))/ref(l,1)<1.0365and REF(h,1)/max(REF(CLOSE,1),ref(o,1))<1.0294and ABS(REF(OPEN,1)-REF(CLOSE,1))/min(REF(CLOSE,1),ref(o,1))<0.0143and REF(h,1)/REF(c,2)<1.0283andREF(c,2)/REF(l,2)<=1.030635and REF(c,3)/REF(close,2)>1.0379and REF(l,1)<REF(c,2)and REF(o,2)/REF(close,2)>=1.0335and REF(h,1)<REF(o,2) and CLOSE/OPEN>1.03753and CLOSE/REF(CLOSE,1)>1.035and REF(h,2)/REF(o,2)<1.0069and REF(c,2)/REF(l,2)<=1.0179and ema(c,7)/ema(c,15)>0.998and v/capital>0.03255and capital<7000000and capital>800000and v/capital<0.17and ref(ema(c,15),1)<ema(c,15)and h/c<1.009; 注意事项:大盘60分钟macd在金叉状态,当天大盘收无长上影线阳线,收盘附近买有效预警股,严格止盈止损。 |