DRAWBAND(MA(CLOSE,60),RGB(70,0,0),MA(CLOSE,120),RGB(0,100,0));
DRAWBAND(MA(CLOSE,10),RGB(178,34,34),MA(CLOSE,20),RGB(0,0,255));
DRAWKLINE(H,O,L,C);
MA5:MA(CLOSE,5),COLORWHITE;
MA10:MA(CLOSE,10),COLORYELLOW;
MA20:MA(CLOSE,20),COLORMAGENTA;
MA60:MA(CLOSE,60),COLORGREEN,LINETHICK1;
MA120:MA(CLOSE,120),COLORLIRED,LINETHICK1;
MA240:MA(CLOSE,240),COLORBLUE;
DRAWICON(crOSS(MA10,MA20),MA20,1); {mark on the 10th and wear on the 20th}
DRAWICON(CROSS(MA20,MA60),MA60,1); {Mark on the 20th and wear on the 60th}
DRAWICON(CROSS(MA20,MA120),MA120,1); {Mark on the 20th and wear on the 60th}
DRAWICON(CROSS(MA20,MA240),MA240,1);{Mark on the 20th and wear on the 120th}
DRAWICON(CROSS(MA60,MA120),MA60,1); {mark on 60th and 120th day}
DRAWICON(CROSS(MA60,MA240),MA240,1); {mark on 60th and 240th day}
DRAWICON(CROSS(MA120,MA240),MA240,1);{120 days wear 240 days mark}
DRAWICON(CROSS(MA20,MA10),MA20,2); {mark on the 10th and wear on the 20th}
DRAWICON(CROSS(MA60,MA20),MA60,2); {Mark on the 20th and wear the 60th day}
DRAWICON(CROSS(MA120,MA60),MA120,2); {60th day wear 120th day mark};
DRAWTEXT(CROSS(zig(3,8),REF(ZIG(3,8),1)),LOW*0.978,'★Buy the bottom') ,LINETHICK2,COLORRED;
stICKLINE(C1.095*REF(C ,1),C,O,5,0),COLORYELLOW;
DRAWTEXT(CROSS(ZIG(3,8),REF(ZIG(3,8),1)),LOW*0.978,'★Buy the bottom') ,LINETHICK2,COLORRED;
GX:HHV(C,100),LINETHICK2;
Article Url:https://www.liaochihuo.com/info/659786.html
Label group:[Tongda letter index formula]