Hello, I would like to know if it is possible to print the delta by level from an indicator, adding some like this
AddVolumetric(Instrument.FullName, BarsPeriodType.Volume, 1000, VolumetricDeltaType.BidAsk,8);
I want to get that total by delta level, not by price, thanks!

Comment