🔧 Troubleshooting
Troubleshooting & FAQ
- Q: Manual buttons are not visible. Where are they?
- A: Manual Buy/Sell buttons are only shown in MANAGE mode. Set TC to MANAGE.
- Q: Panels disappeared after chart reload.
- A: Panels are saved automatically between sessions. If they disappear, look for a Recreate Panels button on the dashboard or check your EA persistence settings.
- Q: Break-Even / Trailing didn't trigger automatically.
- A: Verify the feature is not set to Disabled and that activation thresholds are correctly configured. Check MT4 Experts log for details.
- Q: Pending orders canceled unexpectedly at session close.
- A: Check your CancelPendingsAtSessionClose setting and session time definitions. Session times use hour and minute precision.
- Q: EA attempts to manage trades from other symbols or EAs.
- A: Trade management uses Magic number filtering. Set Magic = 0 to manage manual trades on the same symbol; otherwise use a unique magic number.
- Q: Visual entry lines not converting to orders.
- A: Ensure OrderType is set to PO (Pending Order) when converting lines. Check if confirmation dialogs are blocking the process (review your ConfirmMarketOrders and ConfirmPendingOrders settings).
- Logging & diagnosis:
- Check the MT4 Experts log tab for EA operation messages
- Enable ShowDebugLogs in EA settings to see detailed operation information