Validation Error - Utility Tool (Not a Trading EA)

 

Hello MQL5 Support Team,

I have a product listed as a Utility / Risk Management tool (Product ID: ()).

This tool does NOT open trades by itself. It only monitors open positions and closes them when risk limits are reached (dollar stop loss, daily loss limit, equity drawdown, daily profit target).

The validation is failing with "there are no trading operations" and "not enough money" because the validator starts with Balance = $1.00 which is not enough to open even a minimum lot trade.

I added an OnTester() function that opens and closes one minimal trade to satisfy the requirement, but the validator balance of $1.00 prevents even that.

Could you please either:

  1. Exempt this product from the trading operations requirement since it is a Utility/Risk Manager, not a Trading EA, or
  2. Advise on the correct way to pass validation for this type of tool.

Thank you.

 
Magdy Abdulmohsen Zakaria Abdelaal:


search this site before opening a new thread. You will see just below your comment that there is already threads asking the similar questions.