TradingView’s webhook feature is tied to paid plans. If you only need TradingView alerts on MT4 or MT5, upgrading to Pro or Premium “just for webhooks” can add $15–60/month on top of your bridge subscription.
The good news: you can route TradingView alerts to MetaTrader without TradingView Pro if your bridge captures alerts locally instead of relying on TradingView’s webhook URL.
Why most guides assume TradingView Pro
PineConnector, webhook bots, and most cloud copiers use TradingView’s official alert webhook field. TradingView only exposes that URL on plans that include webhooks (Essential and above in many regions — check TradingView’s current pricing). So the default stack becomes: paid TV plan + paid bridge.
How TradingView Bridge avoids the webhook requirement
The bridge opens TradingView inside an embedded Edge WebView2 window on your PC. When your chart alert fires,
injected JavaScript forwards the alert message to the local bridge server — the same path whether you use
buy,EURUSD or Pine Script placeholders like {{ticker}}.
Result: your alert text never needs to leave your machine to hit a public webhook URL.
Example alert messages (no Pro required)
buy,{{ticker}}
buy,{{ticker}},vol_lots=0.02,sl_pips=40,tp_pips=80
closelong,{{ticker}}
TradingView plan vs bridge method
| Method | Needs TV webhook plan? | Typical extra cost |
|---|---|---|
| Cloud webhook bridge | Yes (usually) | TV plan + $39+/mo bridge |
| TradingView Bridge local capture | No | $99 lifetime bridge |
Important caveats
- You still need a TradingView account and must create alerts on charts you can access
- The bridge app must be running with its TradingView window available when alerts fire
- Some advanced TradingView features may still require paid plans — that is separate from webhook automation
- Windows only — use a VPS if you trade from Mac/Linux
Ready to test? Start the 7-day trial or read the MT4/MT5 setup guide.