均5:MA(CLOSE,5), COLORYELLOW; 均10:MA(CLOSE,10), COLORf00ff0; 均30: MA(CLOSE,30), COLOR00FF00; 均60: MA(CLOSE, 60), colorred, POINTDOT ,linethick2; 均250: MA(CLOSE, 250), COLORblue ,linethick2 ;
魔鬼通道上:均30 + 2*STD(CLOSE,60), COLORYELLOW, pointdot, linethick2 ; 魔鬼通道下:均30 - 2*STD(CLOSE,60), COLORYELLOW ,pointdot ,linethick2;
DRAWICON(CROSS(ZIG(3,10) ,REF(ZIG(3 ,10),1)) ,low*1.02,1); DRAWICON(CROSS(REF(ZIG(3,10),1),ZIG(3,10)) ,high*1.02,2) |