← All articles
Infrastructure

Symbol Mapping: Fixing XAUUSD vs GOLD Broker Symbol Issues

Your alert says XAUUSD, your broker says GOLD, and the trade fails. Why broker symbol names differ and how per-terminal symbol mapping makes one strategy work everywhere.

July 15, 2026 · 5 min read · TradeHookX Team

The problem: one instrument, many names

TradingView calls gold XAUUSD. Your broker might call it GOLD, XAUUSD.m, XAUUSDi, or GOLD.spot - the same instrument wearing a different ticker at every shop. Indices are worse: US100, NAS100, NDX100, USTEC, and NASDAQ can all mean the Nasdaq 100 CFD. Send an alert with a symbol your broker does not recognize and the trade is rejected with a symbol-not-found error, no matter how perfect the rest of the signal is.

Suffixes are the sneakiest version: EURUSD.m and EURUSD are different symbols to MetaTrader, and account types at the same broker often differ only by suffix.

The wrong fixes

Editing every TradingView alert to use broker names couples your strategy to one broker - switch brokers or add a second account and every alert needs editing again. Copying strategies across accounts at different brokers becomes impossible outright: the same alert cannot say GOLD and XAUUSD.m simultaneously.

The right fix: translate per terminal

Symbol mapping is a translation table attached to each terminal: TradingView symbol on one side, broker symbol on the other. The alert always speaks TradingView (XAUUSD); each terminal translates to its own dialect (GOLD here, XAUUSD.m there) at execution time. One strategy, any number of brokers, zero alert edits - and copy trading across brokers works for the same reason, since each follower terminal translates the leader symbols independently.

Set mappings once per terminal in the dashboard. A practical tip: open your broker Market Watch, note the exact spelling including suffixes, and map every instrument your strategy touches before going live - the feed will flag any you missed the first time a signal for it arrives.

Ready to automate your strategy?

7-day free trial on every plan. No credit card required.

Start free trial