学会操作(主图)
ma35:ma(c,35),color00ffff,linethick3;
ma200:ma(c,200),colorffffff,linethick3;
{aa线}
n:=35;
aa:ma(c,n);
STICKLINE(aa>=ref(aa,1),aa,ref(aa,1),1,0),LINETHICK2,COLORyellow,circledot;
STICKLINE(aa<ref(aa,1),aa,ref(aa,1),1,0),LINETHICK2,COLORff9900,
circledot;
STICKLINE(C>aa,L,H,0.1,1),COLORRED;
STICKLINE(C>aa,C,O,4,1),COLORRED;
STICKLINE(C>aa,C,O,4,1),COLORRED;
STICKLINE(C<aa,C,O,4,1),COLORFFFF00;
STICKLINE(C<aa,C,O,4,1),COLOR00FF00;
STICKLINE(C<aa,L,H,0.1,1),COLOR00FF00;