ChartSynq EA
This runs inside your own MetaTrader 5 terminal and is what the website talks to. Your prices and trades never leave your machine.
Download ChartSynq_EA.ex5 (326 KB)
SHA-256 — check this matches after downloading:
7d0e0e52a91d1208d2b462424cc0ec49835cfd57207209206541c3fd52d064ea
Installing it
- In MT5: File → Open Data Folder, then
MQL5/Experts. - Drop the file in and restart MT5, or right-click Navigator → Refresh.
- Drag ChartSynq_EA onto any chart. Tick Allow DLL imports.
- Turn on Algo Trading in the toolbar.
- The chart shows the address it is listening on. Pick it from the list in Connect MT5 here — a signed-in browser needs nothing typed.
The EA opens a small HTTP server on 127.0.0.1 so your browser can read your charts. It refuses every request that does not carry your token, and it only listens beyond your own machine if you tick AllowLan yourself.
Browsers and the network
Connecting to 127.0.0.1 from this site works in
every current browser. Connecting to another machine on your network
(192.168.x.x) from an https:// page is blocked as
mixed content — for that setup, run the app from the copy the EA can
serve locally rather than from this site.