EA Time Trouble

 
Is matching the EA time with the broker’s time one of the biggest challenges?
 
Eusebiu Dascalu:
Is matching the EA time with the broker’s time one of the biggest challenges?

Not really.

iTime(...) returns the open time of any bar that you select.

Then you have the "realtimes" of TimeCurrent(), TimeLocal() TimeGMT(), and TimeTradeServer().

Basically, you can call whichever time you like─outside of the Tester, that is.