The data series are all for the same instrument, but with different timeframes.
The main (chart) data serie is M5, and the extra dataserie is D1.
How can I determine when both data series are completely loaded, so that I can use Closes[1][1] without errors?
I also need to get the ATR(Inputs[1], 14).Value[1] but get errors about "accessing a barsAgo for a bar that is not loaded yet".
Please advice.

Comment