Quick answer
- Make sure AutoTrading or Algo Trading is on and green.
- Make sure the EA is attached to a chart and running.
- Allow WebRequest to
http://127.0.0.1. - Keep MetaTrader open while you want copying.
- Confirm the account shows connected in Trading Accounts.
Most common causes
- AutoTrading or Algo Trading is off.
- The EA was removed, detached, or is no longer running on the chart.
- WebRequest to localhost was never enabled.
- MetaTrader is closed, frozen, logged out, or no longer receiving data.
- Local firewall or antivirus is interfering with local communication.
Fix steps in order
- Enable AutoTrading or Algo Trading.
- Re-attach the EA to a chart and confirm the allowed options it needs.
- Open Tools → Options → Expert Advisors and allow WebRequest for
http://127.0.0.1. - Restart MetaTrader and re-attach the EA if the status still looks wrong.
- Only after that, look at firewall or antivirus interference.
How to verify
- Confirm the MT account shows connected in the app.
- Place one tiny test trade.
- Open Logs and confirm you see the expected copy event.
