Short answer: not on the path PineConnector documents. PineConnector’s TradingView connection is a webhook. TradingView only puts a webhook URL on paid plans that include that feature (Essential and above in most regions — confirm on TradingView’s pricing page). The free TradingView plan can still fire on-chart alerts. It typically cannot POST those alerts to PineConnector.
What “without Pro” actually means
Traders mix up three paid things:
- TradingView Essential / Plus / Premium — needed for official webhooks (and other charting limits).
- PineConnector Core/Plus — $59+/month as of September 2026, and they do not offer a trial.
- A Windows VPS — only if you do not already run MetaTrader on a PC.
If you wanted PineConnector specifically to avoid a TradingView upgrade, the stack does not do that. You still buy webhooks, then you still buy PineConnector.
What to use instead on the free TradingView plan
Use a bridge that reads the alert on the PC instead of asking TradingView to call a URL. TradingView Bridge opens TradingView in an embedded Edge WebView2 window. When the toast/alert fires, the app forwards the message to a local queue; the MT4 or MT5 expert places the order. You still need a TradingView login and you still create alerts. You do not fill in webhook URL.
| PineConnector | TradingView Bridge | |
|---|---|---|
| Works on TradingView free? | No (needs webhook-capable plan) | Yes, for this capture path |
| Bridge fee | $59+/mo | $99–$149 once |
| Trial | None | 7 days |
Caveats (so this is not magic)
- Paid TradingView features (more indicators per chart, more alerts, server-side alerts on some plans) are separate. Local capture does not unlock those.
- The Windows app must be running, signed into TradingView, when the alert fires. A closed laptop will not trade.
- Mac/Linux: use a Windows VPS, or stay on a webhook product.
Setup: TradingView to MT5 without webhooks. Same topic, shorter: alerts without Pro.