均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)
本站僅提供存儲服務,所有內容均由用戶發布,如發現有害或侵權內容,請
點擊舉報。