What I want is make a Volume indicator with fixed low and high scale.....
The only way I found is adding an horizontal line with autoscale enabled...
This doesnt seems to work...
Add(new Line(Color.DimGray, level3 * lvlx, "Level 3"));
AutoScale = true;

Comment