I'm creating an indicator with volume at price but when i use OnPriceChange, the Volume[0] value is the volume of bar and this volume is cumuled until the bar is closed.
Do you know how can i get the Volume[0] clearly rested at every price change ?
I don't want to use the OnMarketData and TickReplay, i can maybe get a algorithmic help to reset manually the volume at every price change, i don't know..
Thank for the help.

Comment