example:
NinjaTrader.NinjaScript.BarsTypes.VolumetricBarsTy pe volumetricBar = Bars.BarsSeries.BarsType as NinjaTrader.NinjaScript.BarsTypes.VolumetricBarsTy pe;
This Does not exist:
volumetricBar.Volumes[CurrentBar].ValueAreaHighPrice;
volumetricBar.Volumes[CurrentBar].ValueAreaLowPrice;
volumetricBar.Volumes[CurrentBar].PocPrice;
How can I get the values of: ValueAreaHighPrice, volumeAreaLowPrice and PocPrice with the new version? thanks
Comment