源码 MA1:EMA(CLOSE,P1); MA2:EMA(CLOSE,P2); MA3:EMA(CLOSE,P3); MA4:EMA(CLOSE,P4); MA5:EMA(CLOSE,P5); p1 4 p2 8 p3 12 p4 16 p5 20 不好意思,我优选了一下,烦老师费心
爱约股解答:
MA1:=EMA(CLOSE,4);
MA2:=EMA(CLOSE,8);
MA3:=EMA(CLOSE,12);
MA4:=EMA(CLOSE,16);
MA5:=EMA(CLOSE,20);
cross(ma1,ma2) and ma2>ma3 and ma3>ma4 and ma5>ma6;