Installing the MT4/MT5 bridge
Five minutes, one file to copy, one token to paste. No account password is requested at any step.
Create an account in your workspace
Go to "Accounts & bridge" → "Connect an account". Give a name, the platform and the currency. A 48-character token is generated: that is what will identify your terminal.
Copy the bridge file into MetaTrader
In the terminal: File → Open Data Folder. Put TheBotAnalyzerBridge.mq4 or .mq5 into MQL4/Experts or MQL5/Experts, then compile it from the MetaEditor.
Allow the server address
Tools → Options → "Expert Advisors" tab → tick "Allow WebRequest for listed URL", then add the address shown on your account page. Without that permission MetaTrader blocks all outbound communication — a platform safeguard, not a bug.
Drop the bridge onto a chart
Any chart will do: the bridge does not trade and does not depend on the instrument displayed. Paste the token into the JetonCompte parameter, check that algorithmic trading is enabled, and confirm.
Check the link
The terminal's "Experts" tab should show a connection-established message. In your workspace the account page switches to "Online" and the equity curve starts building.
Download the bridge
The same file for every account: the token is pasted in as a parameter once installed. Pick the version of your terminal.
Getting your robots recognised
The bridge reports every trade on the account. For each robot to have its own grade and its own alerts, it must be matched to its magic number.
That number appears in the Expert Advisor settings, often as "Magic Number" or "Expert ID". Enter it on the robot page. Trades with no known magic number stay visible at account level, simply unattributed.
Do I need a VPS?
Not technically, but it is advisable as soon as you go live. The bridge only sends data while the terminal is running: if you switch off your computer, monitoring stops and the circuit breaker can execute nothing. The "account offline" rule warns you, but it is no substitute for a machine left on.