TradingView webhooks
One URL per account with an access key. Stable JSON payload, built-in dry-run, ACK visible from the terminal.
TheConnector receives your webhooks, fixes broker symbols and replicates orders between platforms — every step (Received, Route, ACK, Delivered) stays readable from an operational dashboard.
Six essential blocks: what the gateway does, what it does not, and what stays under your control.
One URL per account with an access key. Stable JSON payload, built-in dry-run, ACK visible from the terminal.
One signal, multiple targets. Replicate to MT4, MT5 and cTrader at the same time, with per-account quotas.
Adapt TradingView tickers to broker suffixes, prefixes or names — without touching the source payload.
Received, Routing, ACK, Delivered or rejection — every step stays available in the dashboard.
Daily limits visible in real time. No billing surprise, no hidden over-consumption.
Infrastructure designed in France, hosted in France or the European Union. Controlled latency and jurisdiction.
A single operational view for connected accounts, quotas, Received → Delivered statuses, and rejection reasons.
See active MT4, MT5 and cTrader accounts, their terminal connection state and consumed quota.
Received, Routing, ACK, Delivered, Rejected — every webhook traces its complete path with timestamps.
Missing mapping, broker offline, invalid payload: the reason is named, not hidden behind a code.
Close, modify or retry an order directly from the history, without going back to the terminal.
Paste the webhook URL into a TradingView alert and send a standard JSON payload. No secret DSL, no in-house syntax — you stay in control of what is routed and where.
{
"account": "acct_mt5_8841",
"action": "buy",
"symbol": "EURUSD",
"volume": 0.10,
"sl": 1.0820,
"tp": 1.0910,
"replicate": ["mt4_2147", "ct_0319"],
"ttl_ms": 3000
}{
"account": "acct_mt5_8841",
"action": "buy",
"symbol": "EURUSD",
"volume": 0.10,
"sl": 1.0820,
"tp": 1.0910,
"replicate": ["mt4_2147", "ct_0319"],
// ttl ignored if the order arrives too late
"ttl_ms": 3000
}
Free Basic access, no payment card. Add the first MT4, MT5 or cTrader account.
The URL is resolved with the access key, quota and account settings.
Paste the URL into TradingView and send a stable JSON payload with action, symbol and risk.
The dashboard shows Received, Routing, ACK, Delivered — or a clear rejection, never opaque.
A routing gateway, not a trading bot. You remain responsible for the broker, the strategy, the risk.
The service never promises trading performance or results.
A broker, platform or network refusal can happen — and must stay visible.
Position size, account exposure and stops remain under your control.
The product routes technical signals; it does not recommend trades or strategies.
Create a free account, send a test webhook, read the routing history — then decide if your setup needs more volume.