Hs:=V/ZYLTGB*100,colorred,VOLSTICK; STICKLINE(Hs>0,0,Hs,4,0),colorwhite;
STICKLINE(Hs>4,0,Hs,4,0),coloryellow;
STICKLINE(Hs>10,0,Hs,4,0),colorred;
STICKLINE(Hs>25,0,Hs,4,0),colormagenta;
DRAWTEXT(Hs>35,hs*1.1,'☆'),coloryellow;
DRAWTEXT(Hs>0,Hs,ROUND(Hs)),colorgreen;
|
