ChartBridge EA
This runs inside your own MetaTrader 5 terminal and is what the website talks to. Your prices and trades never leave your machine.
The download is not published yet.
Installing it
- In MT5: File → Open Data Folder, then
MQL5/Experts. - Drop the file in and restart MT5, or right-click Navigator → Refresh.
- Drag Chartbridge_EA onto any chart. Tick Allow DLL imports.
- Turn on Algo Trading in the toolbar.
- The chart shows your address and access token. Copy both into Connect MT5 here.
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.