Hi,
I would like report MQL5 CopyRates bug on MT 5.0 build 3331.
code is :
MqlRates arr_rates[];
int rates_cnt = CopyRates( symbol_name, PERIOD_M1, from, to, arr_rates);
return is :
it requested data from 2020.11.02 01:00:00 to 2020.11.02 23:50:00. But got return data of only 1 element of 2022.06.14 06:43:00 (see the attached screenshot).
Please help look into this issue.
Thanks.
Hi,
I would like report MQL5 CopyRates bug on MT 5.0 build 3331.
code is :
MqlRates arr_rates[];
int rates_cnt = CopyRates( symbol_name, PERIOD_M1, from, to, arr_rates);
return is :
it requested data from 2020.11.02 01:00:00 to 2020.11.02 23:50:00. But got return data of only 1 element of 2022.06.14 06:43:00 (see the attached screenshot).
Please help look into this issue.
Thanks.