I am trying to plot using AddPlot(new Stroke(Brushes.DarkCyan, 2), PlotStyle.Bar, Custom.Resource.VOLVolume); only ask volume. with below syntax
Value[0] = GetCurrentAskVolume(0);
but when I am printing the value[0] from the above and comparing with the value printed from VOL indicator with ask price as input, it is completely different. Can you please advise what should be correct syntex to plot only ask volume for an intrument?

Comment