Cwebhook automates cTrader by receiving webhook alerts and placing orders via the cTrader Open API. You do not install a cBot on a VPS.
What you need
- A cTrader demo or live account
- A TradingView account that can send webhook alerts
- A Cwebhook account (open demo or open live)
Setup steps
- Open a demo or live Cwebhook account and authorise your cTrader login through OAuth.
- Copy your webhook
keyfrom the dashboard (Alert Code tab). - In TradingView, create an alert with Webhook URL enabled and URL
https://cwebhook.com/alerts. - Put JSON in the alert message (see the API docs or use the built-in Alert generators).
- When the alert fires, Cwebhook queues and executes the trade; results appear in your activity log.
Webhook URL
All customers use the same endpoint: https://cwebhook.com/alerts. Your account is identified by the key field inside the JSON body. Never share your key publicly.
Related guides
- Connect TradingView to cTrader without a cBot
- Configure TradingView alerts for Cwebhook
- Webhook JSON: open, close, and modify
Watch the video walkthrough for a full setup demo.