MQL5 auto verification for expert advisors

 

I have developed my strategy as very conservative trading system and usually do not place trades everyday and the conditions do not always happen with all pairs so trading activity or trading operations is not much 

And that's what I want in my strategy - and this logic am using makes 5% to 15% per year with 3% to 6% drawdown based on backtesting

The problem with the MQL5 market submission, the expert file get reject duقing auto verification I get error no trading operations 

How to overcome this issue and keep my strategy login the same?

 

Forum on trading, automated trading systems and testing trading strategies

How to fix validation error for publishing EA

Sergey Golubev, 2025.06.30 09:09

Solving Automatic Validation Problems Arising During Product Submission in MQL5 Market - blog post:

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."

..and more here.

------------------