Hi,
I want to use the vwap with reset interval: week in my script. I know how to use it with reset interval: session
theVWAP = OrderFlowVWAP(VWAPResolution.Standard, TradingHours.UseDataSeriesSettingsInstance, VWAPStandardDeviations.None, 1, 1, 1);
What is the syntax for week reset interval please?
Thank you in advance for the help!