a:=5*v/capital*l*1.05 and c>l;{阳换手}
b:=5*v/capital*l*1.05 and c<l;{阴换手}
ai:=count(a,3)+slope(forcast(l,9),9)+l,colorb5a642;
ddx:ema(ai,9)-l/ref(l,3),linethick3,colorb5a642;
bi:count(b,9)+forcast(slope(l,3),9)+l,color0099ff;
均价:SUM(AMOUNT,1)*0.01/SUM(VOL,1),colorffffff,LINETHICK0;
换手:=VOL/CAPITAL*100;
DRAWSL(换手>=5 and 换手<8,均价,0,0,3),POINTDOT,COLOR008800,LINETHICK1;
DRAWSL(换手>=8 and 换手<13,均价,0,0,3),LINEDOT,COLOR00DDFF,LINETHICK1;