Hi,
So it means your EA doesnt trade during expected date,
During expected time,your EA should open some orders,then the validating system evaluate your EA.
So check your EA that it opens position in MT4 tester.
Dear Mehrdad,
Thanks a lot for your reply. I should inform you that according to the logic of my EA, it opens the first position immediately after running in MT4 Tester and also in DEMO Accounts or Real Accounts. Therefore, there is nothing wrong with opening positions. Also, I should add this point that I have no Errors or Warnings when I compile it.
So could you explain more about the opening order condition,
Maybe it's depending to connect to other source.
Have you backtested by the pairs which the validating system indicated?On EURUSD,NZDUSD,GBPUSD on other timeframes?
So you can send report to service desk and ask them for this issue,
As i know they will check with some strange testing values,for example they will test with very high or very low lot sizes,or with very high or very low stoploss/takeprofit values,
In this case the EA can't open any order.But you are testing your EA in tester by ideal settings.
Your system should check all these conditions,so check your EA with some very high or very low values for each parameters,all of them should be managed in the code.
Have you backtested by the pairs which the validating system indicated?On EURUSD,NZDUSD,GBPUSD on other timeframes?
So you can send report to service desk and ask them for this issue,
As i know they will check with some strange testing values,for example they will test with very high or very low lot sizes,or with very high or very low stoploss/takeprofit values,
In this case the EA can't open any order.But you are testing your EA in tester by ideal settings.
Your system should check all these conditions,so check your EA with some very high or very low values for each parameters,all of them should be managed in the code.
Hello guys,
I’ve a problem with publishing my EA on the market. Although I’ve read all the related articles and topics on this forum to find a solution for it, but still I’m struggling with validation of my EA. All the obligations of the MQL4 has been included in my EA, but still I receive the error of no trading operations.
test on EURUSD,H1
there are no trading operations
test on NZDUSD,H1
there are no trading operations
test on GBPUSDcheck,M30
there are no trading operations
test on XAUUSDcheck,Daily
there are no trading operations
Unfortunately, the automatic validation system does not indicate the line or the reason of this error. I wish one of the moderators who knows about it could help us to find a final solution for this problem since a lot of developers are facing with such issue.
If you have any complementary advice or solution, I would love to receive it, although I've read a lot of topics
Thanks to all, I solved it.
It would be nice if you explained how you solved it as others may have the same problem in future and your experience may help them.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello guys,
I’ve a problem with publishing my EA on the market. Although I’ve read all the related articles and topics on this forum to find a solution for it, but still I’m struggling with validation of my EA. All the obligations of the MQL4 has been included in my EA, but still I receive the error of no trading operations.
test on EURUSD,H1
there are no trading operations
test on NZDUSD,H1
there are no trading operations
test on GBPUSDcheck,M30
there are no trading operations
test on XAUUSDcheck,Daily
there are no trading operations
Unfortunately, the automatic validation system does not indicate the line or the reason of this error. I wish one of the moderators who knows about it could help us to find a final solution for this problem since a lot of developers are facing with such issue.
If you have any complementary advice or solution, I would love to receive it, although I've read a lot of topics here :(