I have the same strategy running in backtest on 2 different machines. The time is really important for the strategy because I enter a trade at a specific time.
The machines are reporting 2 different results. The timezone in NT8 for both machines is set to UTC-06:00. I checked the trades and I found out that there are some trades where the time bar is different. This is completely unexpected.
I deleted the database for historical data for both machines, run the backtests on both machines but the problem is still there.
Since the machines had 2 different windows timezones, I also aligned them to the same UTC+01:00. I deleted the databases and run again the backtests but the problem persists.
If I set the same timezone in both NT to UTC-06:00, I expect to have the same timestamp for all the bars but this is not the case.
How is it possible?
Thanks.
Comment