
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
Yeah you gotta handle and request data too although it may work on the second run
Yeah you gotta handle and request data too although it may work on the second run
Yeah you gotta handle and request data too although it may work on the second run
Hi, I have tried below approaches and I am still facing the same error, ⚠️ Not enough data for NZDUSD on M5.
Hi, I have attached the code, I have very little knowledge on coding, what exactly needs to be done for "Create the handle after initialization"
If you have " very little knowledge on coding " you would be a lot faster if you search for what already exist and then you can either amend this or copy and paste it into your program!
E.g., there is a series about working with telegram: https://www.mql5.com/en/search#!keyword=telegram&module=mql5_module_articles.
Bear in mind there's virtually nothing that hasn't already been programmed for MT4/MT5 and is ready for you - copy & paste the fastest way to program :)
(ChatGPT does the same but it doesn't check it's output)
How to search: https://www.mql5.com/en/forum/193510
If you have " very little knowledge on coding " you would be a lot faster if you search for what already exist and then you can either amend this or copy and paste it into your program!
E.g., there is a series about working with telegram: https://www.mql5.com/en/search#!keyword=telegram&module=mql5_module_articles.
Bear in mind there's virtually nothing that hasn't already been programmed for MT4/MT5 and is ready for you - copy & paste the fastest way to program :)
(ChatGPT does the same but it doesn't check it's output)
How to search: https://www.mql5.com/en/forum/193510
Hi, the issue has been resolved with the help of @Lorentzos Roussos.
Currently, I am facing the following error, when I try to run my EA on the chart. ⚠️ Not enough data for NZDUSD on M5.
I was able to retreive more than 1 year's data, symbols -> Ticks -> select forex pair/Timeperiod -> Request
Hi, the issue has been resolved with the help of @Lorentzos Roussos.
Currently, I am facing the following error, when I try to run my EA on the chart. ⚠️ Not enough data for NZDUSD on M5.
I was able to retreive more than 1 year's data, symbols -> Ticks -> select forex pair/Timeperiod -> Request
Are you using CopyRates or iSeries ?
MT5 is built to be ultra light with data .
When you post a request for data it starts coming and it will arrive eventually .
How are you requesting the extra data ?
Hi, the issue has been resolved with the help of @Lorentzos Roussos.
Currently, I am facing the following error, when I try to run my EA on the chart. ⚠️ Not enough data for NZDUSD on M5.
I was able to retreive more than 1 year's data, symbols -> Ticks -> select forex pair/Timeperiod -> Request
The data are coming from the broker. Ask him how far his data are going back.
Are you using CopyRates or iSeries ?
MT5 is built to be ultra light with data .
When you post a request for data it starts coming and it will arrive eventually .
How are you requesting the extra data ?
I was using CopyBuffer()