I'm currently running my indicator on a 60 min ES 06-22 chart.
The indicator plots a horizontal Y drawing on the daily POC by using VolumetricBarsType. This is successful. It then iterates through the days range from the lowest low to the highst high and attempts to get each prices total volume.
There are two thing going wrong:
1. The volumes I'm getting back are all way way too low (comparing the correct POC value I get from my first method with this one and it is not correct)
2. I'm getting a 0 value for a lot of prices. I think it could be linked to the previous days prices but I'm not too sure
I've hopefully attached the full indicator code here and if you're able to run it, I am logging out the results where you'll be able to see what's going on.
Thanks very much,
Tarik


Comment