a1:=vol/SHGZG*100;
b1:=((VOL/SHGZG*100)/VOLAMOUNT)*10000;
hsc:=a1-REF(a1,1);
hbc:=b1-REF(b1,1);
STICKLINE(hsc>0 AND hbc<=0,-4,0,2,0),colormagenta;
STICKLINE(hsc>0 AND hbc>=0,-2,0,2,0),colormagenta;
STICKLINE(hsc<0 AND hbc<=0,2,0,2,0),COLOR000099;
STICKLINE(hsc<0 AND hbc>=0,4,0,2,0),COLOR000099;
分界线:0,COLORFF00FF;