You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
string symbol = "OIL.WTI+";
var itimeshift = apiClient.iTime(symbol, ChartPeriod.PERIOD_M1,0);
....
var iTimeArray = apiClient.iTimeArray(symbol, ChartPeriod.PERIOD_M1);
Metatrader 4.
I try get history of data, but both functions does not take the last day of quotes.
Today is 19.02.2023 (Sunday). Last day of data 17.02.2023 (friday), but both functions finish update of quotes on 16.02.2023.
And also a note. I purposely do not open the quotation chart and I don't restart of Metatrader, because these actions update the missing day.
The text was updated successfully, but these errors were encountered:
Metatrader 4.
I try get history of data, but both functions does not take the last day of quotes.
Today is 19.02.2023 (Sunday). Last day of data 17.02.2023 (friday), but both functions finish update of quotes on 16.02.2023.
And also a note. I purposely do not open the quotation chart and I don't restart of Metatrader, because these actions update the missing day.
The text was updated successfully, but these errors were encountered: