I mean, which code should I use to get the candle POC. I've used the code:
double currentPOC = barsType.Volumes[CurrentBar].GetTotalVolumeForPrice(Close[0]); double fifthPOC = barsType.Volumes[4].GetTotalVolumeForPrice(Close[4]);
But I get that barsType everytime is NULL.
Thanks in advance

Comment