my EA validation failed with the message

 

Hello, my EA validation failed with the message: "EURUSD: no history data from 2022.02.01 00:00 to 2022.09.01 00:00 there are no trading operations" My code does not have runtime errors and works in local tests with complete history data. How can I proceed with the Market upload? Is this a system issue? Thank you.

 
Pakornkiat SmusonthiHello, my EA validation failed with the message: "EURUSD: no history data from 2022.02.01 00:00 to 2022.09.01 00:00 there are no trading operations" My code does not have runtime errors and works in local tests with complete history data. How can I proceed with the Market upload? Is this a system issue? Thank you.

Hello! Probably yes, problem with MetaQuotes validation system. Wait for some time (hours, sometimes 2 days) and try again.

 
The checks a trading robot must pass before publication in the Market
The checks a trading robot must pass before publication in the Market
  • www.mql5.com
Before any product is published in the Market, it must undergo compulsory preliminary checks in order to ensure a uniform quality standard. This article considers the most frequent errors made by developers in their technical indicators and trading robots. An also shows how to self-test a product before sending it to the Market.
 
it normal on the weekend the market its closed wait on monday if you still hvae issue i can help you identy the issue and maybe help you fix it
 
Aaron Nii Amartey Donkor #:
it normal on the weekend the market its closed wait on monday if you still hvae issue i can help you identy the issue and maybe help you fix it

That makes no sense. The testing range includes many weekdays

 
Pakornkiat Smusonthi:

Hello, my EA validation failed with the message: "EURUSD: no history data from 2022.02.01 00:00 to 2022.09.01 00:00 there are no trading operations" My code does not have runtime errors and works in local tests with complete history data. How can I proceed with the Market upload? Is this a system issue? Thank you.

had the same issue in an indicator recently .

put this limitation in to test it and it passed : (not recommended though) 

if(((long)time[i])>1672610355)
However it does not imply a pure date + data problem as it also cuts the testing range in half . so you may be looking at a slow ea