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.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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:
Thank you.