I have the same issue, did you ever figure out a solution?

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
Hello everyone.
I'm trying to create a custom symbol and feed it with custom data that i download from API.
I have created an array of MqlRates and put the downloaded data into the array. everything is ok so far, i check the array and all the values are correct. i use CustomRatesUpdate function to bind MqlRates array to my symbol, i check the output of function and it shows all the array updated successfully.
but after that i use ChartOpen function to open the chart of my symbol, and it shows "Waiting for update". also i use CopyRates function and another MqlRates array to get history data of my symbol and the result is -1.
here is my code:
Can anyone tell my what is wrong?