I'm developing a strategy that utilizes ET time for setting Entry Times and Exit Times, multiple times throughout the day. I employ TimeZoneInfo.ConvertTime to convert any time to ET to maintain consistency in the strategy. Additionally, I use marketDataUpdate.Time from OnMarketData to retrieve the time.
Questions:
- What time does the strategy analyzer use for conducting backtesting?
- Would the approach mentioned above function in the strategy analyzer to define entry and exit times?
- If not, how can I ensure obtaining the correct time to properly conduct backtests in the Strategy Analyzer?
Thank you.

Comment