Help running my EA through inspection for Marketplace

 
Can someone help me, I would like to sell my EA on the marketplace but it is not passing the rigorous inspection. Is there anyone who is experienced with helping others pass inspection?
 
William Mitzlaff:
Can someone help me, I would like to sell my EA on the marketplace but it is not passing the rigorous inspection. Is there anyone who is experienced with helping others pass inspection?

That usually calls/requires for changes on coding level. Or did you mean different kind of help?

 
Oleksandr Medviediev #:
That usually calls/requires for changes on coding level. Or did you mean different kind of help?

Can you or do you know someone that can help me with this?

 

Usually the failure of mql5 validation may depends on:

  • bad or absent error handling
  • invalid lots/price normalizations
  • not checking for trading allowed / maximum trades reached / maximum lots reached
There may be other reasons but I think 3 points of wrote can cover like 90% of cases...
 
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.