Failed to create EMA handle for 0 - page 2

 
Jaya chandra #:
(NZDUSD,M1) ⚠️ Not enough data for AUDJPY on M1

Yeah you gotta handle and request data too although it may work on the second run

 
Lorentzos Roussos #:

Yeah you gotta handle and request data too although it may work on the second run

I will look into it, thanks for the help 
 
Lorentzos Roussos #:

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.

  • Tried fn + ← (left arrow) key
  • Set "Max bars in chart" to 999999999 .
any better way to load the data and resolve this issue.


 
Jaya chandra #:

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

How can I search for indicators and other elements in this forum?
How can I search for indicators and other elements in this forum?
  • 2017.05.29
  • augusdel
  • www.mql5.com
How can I search for indicators in this forum? I need the Hodrick Prescott Filter for MT4. Please, if anyone can help me, I thank you in advance...
 
Carl Schreiber #:

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.

  • Tried fn + ← (left arrow) key
  • Set "Max bars in chart" to 999999999 .


I was able to retreive more than 1 year's data, symbols -> Ticks -> select forex pair/Timeperiod -> Request

However this issue still persists. Can you help me in how to load the data in mt5 and resolve this issue.
 
Jaya chandra #:

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.

  • Tried fn + ← (left arrow) key
  • Set "Max bars in chart" to 999999999 .


I was able to retreive more than 1 year's data, symbols -> Ticks -> select forex pair/Timeperiod -> Request

However this issue still persists. Can you help me in how to load the data in mt5 and resolve this issue.

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 ? 

 
Jaya chandra #:

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.

  • Tried fn + ← (left arrow) key
  • Set "Max bars in chart" to 999999999 .


I was able to retreive more than 1 year's data, symbols -> Ticks -> select forex pair/Timeperiod -> Request

However this issue still persists. Can you help me in how to load the data in mt5 and resolve this issue.

The data are coming from the broker. Ask him how far his data are going back.

 
Lorentzos Roussos #:

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()

This website uses cookies. Learn more about our Cookies Policy.