EA Submission Issue

 

Hi Traders, I've written my first EA, which is just an account protector - it will be free. The problem is that I can't submit it because it can't open trades - it only closes them. test on EURUSD,H1 (netting) there are no trading operations test on XAUUSD,D1 (netting) there are no trading operations test on GBPUSD,M30 (netting) there are no trading operations test on EURUSD,M1 (netting) there are no trading operations

So, how have other people managed to do it?

Is there a way to submit it for manual moderation?

I'd really appreciate any help.

Thanks!

Ric S

 

There is one blog post describing some issues and how to fix them.
For example:

There are no trading operations

This error is specific for expert advisers only. The rule is: expert advisers must trade. If your robot should be used only on a specific symbol timeframe, then here is what MetaQuotes say: "Products can not apply restrictions. All limitations should be marked as recommendations in the product description." If your robot does not trade by design (a helper tool, for example), choose approriate category ("Utilities") in the product properties.

read more here (about how to fix) - https://www.mql5.com/en/blogs/post/686716
Solving Automatic Validation Problems Arising During Product Submission in MQL5 Market
Solving Automatic Validation Problems Arising During Product Submission in MQL5 Market
  • 2017.08.07
  • www.mql5.com
If you're distributing some products for MetaTrader 4/5 via the Market, you probably know that a special "welcome" stage of automatic product validation has been added recently by MetaQuotes on the
 
And there is one discussion thread where the users share the experience with it (related to coding for example):
there are no trading operations
there are no trading operations - I'm getting this same problem when trying to validate my EA on the indicated charts.
there are no trading operations - I'm getting this same problem when trying to validate my EA on the indicated charts.
  • 2017.03.31
  • Stephen Reynolds
  • www.mql5.com
I'm getting this exact same problem when trying to validate my ea. I'm asking if anybody knows why the validation process throws these errors so i can modify my code to pass the validation. It's always better to talk to the moderator(s) of market service (on your product page)
 
Thanks everyone. I've sorted it out. :)