It works fine the session I enable it, gives accurate value.
But when i check the value the next session, it is off by quite a few ticks, obviously reset doesn't to happen properly. I checked the parameters and it appears fine to me. Can you please help?
My intention is to get the VWAP for that session, each session.
My code
double VWAPValue = OrderFlowVWAP(VWAPResolution.Standard, TradingHours.String2TradingHours("CME US Index Futures ETH"), VWAPStandardDeviations.Three, 1, 2, 3).VWAP[0];

Comment