Troubleshooting
Most Redhat Sword issues stem from MT5 permissions, files in the wrong folder, or the AutoTrading toolbar being off. Check these 3 points before restarting MT5 — 90% of problems are solved in 3 steps. If that doesn't work, check the Journal tab; error messages are usually clear.

Chapter Summary Video
Real MT5 screen recording · Not investment advice
TL;DR
- EA not showing? Check Allow DLL imports + Allow live trading + AutoTrading toolbar
- EA not opening orders? Check that the Algo Trading icon is green, not red
- Indicator not showing? Check that the .ex5 file is in MQL5/Indicators
- Panel covering prices? Press Hide before screenshotting, or drag the panel to the right edge
- Preset won't load? The .set file must be in MQL5/Presets
When to Use This Feature
Use this when you attach an EA but don't see the smiley face in the top-right of the chart. Use it when the EA is attached but doesn't open orders when you press buttons. Use it when you open an indicator in Navigator, drag it onto the chart, and nothing appears. Use it when you open a new account and can't find your preset. Use it when MT5 updates to a new version and your EA stops working.
How to Use
| Problem | Common Cause | Solution |
|---|---|---|
| EA not showing | DLL imports disabled | Properties → Common → Check Allow DLL imports |
| EA not opening orders | AutoTrading off | Click the Algo Trading toolbar button until it's green |
| Indicator not showing | File in wrong folder | Move .ex5 to MQL5/Indicators · Reload |
| Panel covering prices | UI larger than window | Press Hide or drag to the right edge |
| Preset won't load | .set file in wrong location | Move into MQL5/Presets |
| Hedge AutoCut not working | target = 0 | Set Hedge_AutoCut_Target ≥ 10 USD |
| Orders not all opening | Spread wider than Max_Spread | Adjust Max_Spread or wait for narrower spread |
3 checks before restarting MT5: Allow DLL imports → Allow live trading → AutoTrading toolbar green. 90% of problems are solved with just this.

Pro Tip · Pi Bom
Before restarting MT5, I check 3 things: Allow DLL imports + Allow live trading + AutoTrading toolbar on. 90% of problems are solved with these 3 checks. If that doesn't work, check the Journal tab — error messages are usually clear. Removing the EA → reloading → reattaching is the last resort. The most common issue I see is people forgetting to click the Algo Trading toolbar button. It's in the top-right of MT5 and must be green, not red. Sometimes when you switch charts or symbols, you need to click it again. After every Windows reboot, check it again.
FAQ
Q: EA attached and shows smiley face but doesn't trade?
A: AutoTrading toolbar is off — click it until green. Or your account is read-only — switch servers.
Q: How do I check the Journal tab?
A: In MT5, at the bottom panel, click Journal. Look for red error messages. Search for your EA name to find recent logs.
Q: How do I remove an EA?
A: Right-click on the chart → Expert Advisors → Remove. Same process for indicators.
Q: Tried adjusting settings but still not working — who do I contact?
A: Send a screenshot + Journal log to Line @icafefx. The team responds on business days.
See Also
Download Redhat Sword Free
Semi-Auto Trading Panel · MT5 · XAUUSD · Always test on a Demo account before using a live account