A1:=EMA(C,12)-EMA(C,25); A2:=EMA(A1,6);//www.fxjgsw.com 获利回吐:(A2>=0)*A2,colorwhite; 空头回补:(A2<0)*A2,colorwhite; 坚决做空:(A1<0)*A1,colorwhite; 买入持股:(A1>=0)*A1,colorwhite; STICKLINE(A2>=0,A2,0,5,0),colorwhite; STICKLINE(A2<0,A2,0,5,0),colorwhite; STICKLINE(A1<0,A1,0,5,0),colorgreen; STICKLINE(A1>=0,A1,0,5,0),colorred; |
