TraderTester:
Can anyone help me?
Thank you
You can't expect all the symbols to be synchronized. A new bar appears only on the first tick of a period, it can be after 1 ms, 1 sec, 10 sec or you can even miss a bar(certainly on M1).

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
Hi everyone,
With my EA I have a strange problem with iTime. I have to check the last bar with iTime using this code:
I'm trying to get the information from multiple crosses, but I get weird data. If you try to run this debug code you can check out what is wrong .
If I launch the sample EA on M1 I get this result:
while on M5
As you can see, the results are weird. The cross where the EA is running works well but on all the other crosses it seems that data aren't refreshed.
And what's more, I tried also on two MT4 platforms (activetrades). If I launch the sample ea at the same time, one works badly (the results above) and the other one works always well.
I'm really confused.
Can anyone help me?
Thank you