Set Stop Loss to Breakeven Instantly MT4
FREE
Published:
7 March 2025
Current version:
1.0
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
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, It doesn't work. The Journal shows "removed"
Hi, on my hand every thing is working smoothly.
can you share screen short please.
So I can better understand and fix the problem if any.
Make sure Auto Trading Button is On.
Also mention which broker you are using, please it might be possible some brokers are not allowing script.
thanks
вот смотрите
2025.05.27 16:01:23.428 Script Set Stop Loss to Breakeven Instantly MT4 XAUEUR,M15: removed
Каким брокером вы пользуетесь?
Каким брокером вы пользуетесь?
The "removed" message is normal for MT4 scripts, as they are designed to run once and then remove themselves. However, if the script is not completing its task, it may be due to one of the following issues.
Steps to Troubleshoot
Check the Journal: Look for detailed messages in the MT4 journal (Experts or Journal tab) to see if the script logged any errors or skipped orders due to conditions like symbol mismatch or stop loss already at breakeven.
Verify Open Positions: Ensure there are open buy or sell positions on the same symbol as the chart (e.g., XAUEUR in your case).
Test the Updated Script: Use the improved script above, which includes better logging and error handling. Apply it to the chart and review the journal output.
Check Broker Restrictions: Contact your broker or check the symbol specifications in MT4 (MarketInfo(Symbol(), MODE_STOPLEVEL)) to confirm the minimum stop level for XAUEUR.
Run on a Demo Account: Test the script on a demo account with open positions to ensure it works as expected without risking real funds.
Additional Notes
XAUEUR Symbol: Ensure the broker supports the XAUEUR symbol, as it’s less common than XAUUSD. If the symbol is incorrect or unsupported, the script may fail to modify orders.
MT4 Build: Ensure your MT4 terminal is updated, as older builds may have compatibility issues with scripts.
Script Removal: The "removed" message is normal and does not indicate an error unless no other logs appear in the journal.