
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Right, so if I use TimeCurrent() without any datetime argument in the EA, then in the strategy backtester it will use the broker time? I assume you can't get local time in the strategy backtester, right? Thanks for the reply.
That is irrelevant for most strategies, as the downloaded historical data already has the DST changes baked into the bars timestamp. There is no need to compensate for it under normal conditions if the strategy does not require aligning to specific exchange sessions.