January 10, 2026 · 8 min read

How to Copy Telegram Signals to MT5 (Hedging & Netting Accounts)

Set up Telegram-to-MT5 signal copying — works on hedging and netting accounts, with multi-TP handling and broker-specific symbol mapping.

MetaTrader 5 has been the default new MetaTrader build for several years now and most brokers offer both MT4 and MT5 side by side. If you're starting a fresh setup or switching from MT4, MT5 has real advantages — depth-of-market data, more order types and stricter symbol modeling. This guide shows you exactly how to wire MT5 to your Telegram channels with TeleFxBridge.

Hedging vs netting — what to check first

MT5 accounts come in two modes: hedging (multiple positions per symbol, like MT4) and netting (one net position per symbol). The TeleFxBridge EA detects your mode automatically on startup but the choice affects how multi-TP signals work. On hedging accounts, each TP leg opens as its own position so TP1, TP2 and TP3 can close independently. On netting accounts, the EA tracks virtual TP levels against the net position and closes the right fraction at each target.

Step 1 — Download the MT5 EA

From the dashboard, open Accounts and download FxBridge_MT5.ex5. The MT5 binary is separate from MT4 and uses MQL5-native order placement, so don't try to load the .ex4 into MT5 (it won't work).

Step 2 — Install in MT5's Experts folder

In MT5, go to File → Open Data Folder, navigate to MQL5 → Experts and drop the .ex5 file in. Restart MT5. The EA appears in the Navigator under Expert Advisors.

Step 3 — Allow WebRequest

Tools → Options → Expert Advisors. Tick 'Allow WebRequest for listed URL', add https://telefxbridge.com and enable automated trading. Click OK.

Step 4 — Drag onto chart, paste license key

Open any chart, drag the EA onto it, paste your license key from the Subscription page, confirm the API server URL and click OK. Check the Experts log for the 'authenticated' message.

Step 5 — Verify symbol mapping for your MT5 broker

MT5 brokers often use different symbol codes than MT4 — XAUUSD.m, EURUSD.ecn, GOLD.cash and so on. Open Telegram Providers → click the gear icon next to your provider → Symbol Mapping. Add any aliases your broker uses (e.g. map 'GOLD' to 'XAUUSD.m'). This avoids 'symbol not found' errors when signals reference the generic name.

Multi-TP behavior on netting accounts

If your MT5 account is netting and a signal has TP1, TP2 and TP3, the EA opens a single net position and tracks the TPs virtually. When price reaches TP1, the EA closes the percentage you configured (default 50%) and moves SL to break-even if you've enabled that option. The remaining position runs to TP2 or TP3 unless price retraces.

Multi-TP behavior on hedging accounts

If your MT5 account is hedging, multi-TP signals open as separate positions — one with TP at TP1, another with TP at TP2, a third with TP at TP3. Each leg's SL is set individually and break-even-on-SL after TP1 hits only modifies the remaining legs. This mirrors how a discretionary trader would manually scale out of a trade.

Reports show both modes

The Reports page consolidates trades from MT4 and MT5 terminals running on the same license. Win rate, P&L by symbol and per-trade breakdowns work identically across platforms — no need to reconcile two history files.

Ready to put this into practice?

Start your 7-day free trial of TeleFxBridge — full feature access, no credit card required.

Start Free Trial

Related guides