Broker symbol mapping for MT4, MT5 and cTrader
The same instrument is named differently at each broker. Here is how symbol mapping keeps a routed order pointing at the right instrument across MT4, MT5 and cTrader.
TheConnector is a technical routing and automation tool. Strategy, broker account settings and trading risk remain under the user's control.
Why broker symbols never match
The same instrument is rarely written the same way at every broker. Gold can be XAUUSD, XAUUSD.r, GOLD or XAUUSD.pro. TradingView uses its own ticker, your broker uses another. Symbol mapping is the small translation table that keeps a routed order pointing at the right instrument.
Where a mismatch breaks the trade
If the symbol sent by TradingView does not exist exactly on the broker, the order is rejected, or it could match a different instrument. A mapping mistake is one of the most common reasons a webhook is received but never filled.
Common naming patterns
- Account-type suffixes:
.r,.m,.pro,.ecn,.raw - Micro or cent variants:
EURUSD.micro,EURUSDm - Index and metal aliases:
GER40vsDE40,GOLDvsXAUUSD - cTrader names that differ from MetaTrader for the same asset
Map once, per account
In TheConnector you map the TradingView symbol to the exact broker symbol for each connected account. The webhook keeps sending a clean ticker like EURUSD; the routing layer translates it to what the broker expects before the order leaves.
Example
- TradingView
XAUUSDto MT5 broker A maps toXAUUSD.r - TradingView
XAUUSDto MT5 broker B maps toGOLD - TradingView
US100to cTrader maps toUSTEC
Send XAUUSD once; each account receives the symbol it actually accepts.
Checklist before going live
- Confirm the exact broker symbol from the platform, not from memory
- Set one mapping per account and per platform
- Test on a demo account first
- Check contract size, digits and minimum volume for the mapped symbol
- Verify the dashboard shows Delivered, not a rejection
Mapping matters even more with replication
If one signal is replicated to MT4, MT5 and cTrader at once, each target may need a different broker symbol. Without per-account mapping, the same alert can fill on one platform and be rejected on another.
Risk and limits
TheConnector is a technical routing tool. Correct mapping helps an order reach the right instrument, but broker availability, spreads, slippage and execution remain outside its control. Strategy and trading risk stay with the user, and no automation promises gains.