The only thing the logic does is count this in a bars loop and then print it to two boxes:
DownVolume[i] = barsType.Volumes[i].TotalSellingVolume;
UpVolume[i] = barsType.Volumes[i].TotalBuyingVolume;
It wouldn't load so I closed the chart but the Utilization Monitor still says the Volumetric series is active and continuing to hog up memory.
Nothing is open but the editor.
I've seen Volumetric series act up and lag before, so looks like a bug, might wanna take a look at it.

Comment