rcsltd:...
By checking the time of the candle, but you can have great differences. It depends of the market, you can sometimes have to wait minutes before the new candle is started in all pairs. On lower timeframes you can also have missing bars.
How can I ensure that all pairs have started the new bar?
Thanks in advance
Paul

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
datetime dt=iTime(symbol,Period(),0);
PrintFormat("%s %s",symbol,TimeToString(dt, TIME_DATE|TIME_SECONDS));
}
How can I ensure that all pairs have started the new bar?
Thanks in advance
Paul