Create your account
The form stays intentionally short: identity, email, password and human validation.
Choose your plan
The grid keeps the same three tiers as the public site. The Free plan stays available without a card, paid plans are coming soon.
Free plan
10 accounts, 30 webhooks / day / account, free forever.
Pro
250 webhooks / day / account, unlimited history, analytics.
Coming soonPremium
250 webhooks / day / account, unlimited history, analytics.
Coming soonConnect a broker
Vantage and Roboforex stay highlighted, but the page mainly reminds one critical point: TheConnector never stores your broker credentials.
Recommended partner for MT5 and cTrader.
Compatible with the TheConnector robot on MetaTrader.
Other brokers are supported if the terminal-side platform is compatible.
Connect TradingView
The webhook URL and message template are visible immediately, just like in the zip mockup.
https://theconnector.fr/hook/tc_a1f429e8
Unique to your account. One webhook per strategy.
- Open your alert then the Notifications tab.
- Paste the webhook URL above.
- Add the JSON below in Message.
{
"action": "{{strategy.order.action}}",
"symbol": "{{ticker}}",
"lot": 0.5,
"tp": 45,
"sl": 20
}
First webhook
The test console shows the expected path: Received → Routing → ACK → Delivered.