TradingView to MT4
Automate TradingView alerts to MT4
Turn a TradingView alert into a MetaTrader 4 order flow without manual copying. TheConnector receives the webhook, validates the target account and routes the signal to the connected MT4 terminal.
TradingView webhook to MT4 terminal
Symbol mapping for MT4 broker suffixes
Plan quotas and pre-launch availability
alert-payload.json
{
"account": "acct_mt5_8841",
"action": "buy",
"symbol": "EURUSD",
"volume": 0.10,
"sl": 1.0820,
"tp": 1.0910
}
Paste your per-account webhook URL into the TradingView alert, then send this JSON message. Every step (Received, Route, ACK, Delivered) stays visible in the dashboard.
When this workflow fits
Use this route when your strategy logic lives in TradingView but execution still belongs on MetaTrader 4.
- ✓ Pine Script alerts routed to MT4
- ✓ Routing to one or several allowed accounts
- ✓ Daily webhook limits enforced by plan
Technical points to lock
Symbol mapping matters when the broker adds suffixes, prefixes or instrument names that differ from TradingView.
- ✓ Map XAUUSD to XAUUSDm or GOLD when required
- ✓ Keep the webhook payload stable
- ✓ Test every MT4 account before scaling volume
Prepare routing before the demo test
The MT4 workflow connects pricing, symbol mapping and documentation so setup stays easy to follow.
- ✓ Review Basic access and future plans
- ✓ Understand broker symbol mapping
- ✓ Read the setup guides
Related guides
FAQ
Can TradingView send an order directly to MT4?
TradingView sends a webhook. TheConnector turns that signal into an instruction for the connected MT4 terminal.
Is symbol mapping required?
It is required when the TradingView symbol does not exactly match the broker symbol inside MT4.
Are paid plans open?
Not yet. The pricing page presents Basic access and future Pro and Elite availability during pre-launch.