Hello, What's the best way to backtest a strategy using MT4/5 that requires the start/end time specified in the EA to match the correct time point in the chart/history, taking into account the winter/summer time changes and the discrepancies where New York and London DST are out of sync for one hour? For example the EA should trigger a trade at the start of the London Session (which is 8:00 AM London time throughout the year) Assuming I use historical data in GMT+0 from a broker that uses New York as the basis for its DST setting, would the backtest then really hit the right spot every day over an entire year (or longer) if "08:00" was specified as the "start time" in the EA settings? Thank you in advance for your support!