IF datatype=8 then begin MA(C,13),colorred; MA(C,34),colorgreen; MA(C,55),colorblue; {MA(C,89),DOTLINE; MA(C,133),DOTLINE;} DRAWTEXTREL(220,20,'日线:(13,34,55) '), colorbbffff; end if datatype=7 then begin MA(c,3),colorred; MA(C,8),colorgreen; MA(C,18),colorblue; MA(C,220),DOTLINE; ma(c,18)-ref(ma(c,18),1),LINETHICK0; DRAWICON(TIME=103000,LOW,11),ALIGN1; DRAWTEXTREL(220,20,'60周期:(3,8,18,220) '), colorbbffff; end |