I've made a little charting indicator (separate chart below main chart). I'm only able to display data with a precision of 2 places to the right of the decimal point (like 1.36).
How to I change the formatting for this?
I'm using the following code:
Add(new Plot(Color.FromKnownColor(KnownColor.Green), PlotStyle.Line, "PlotBuy"));
and
PlotBuy.Set(var1);
Sorry if this has been answered before. Can't find it.
Thanks

Comment