JJ:=(C+H+L)/3; A2:=MA(JJ,34),NODRAW;
B2:=MA(JJ,44),NODRAW;
STICKLINE(A2>B2,A2,B2,4,0),COLOR00DDFF;
STICKLINE(A2<=B2,A2,B2,4,0),COLORFF1100;
STICKLINE(C<=B2 AND A2>B2,A2,B2,4,0),COLORFF1100;
STICKLINE(C>=MAX(A2,B2) AND B2>A2,A2,B2,4,0),COLOR00DDFF;
STICKLINE(C>O,H,L,0,0),COLOR0000FF;
STICKLINE(C>O,C,O,2,1),COLOR0000FF;
STICKLINE(C<O,H,L,0,0),COLORFFFF00;
STICKLINE(C<O,C,O,2,0),COLORFFFF00;
|
