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

  1. Open a demo or live Cwebhook account and authorise your cTrader login through OAuth.
  2. Copy your webhook key from the dashboard (Alert Code tab).
  3. In TradingView, create an alert with Webhook URL enabled and URL https://cwebhook.com/alerts.
  4. Put JSON in the alert message (see the API docs or use the built-in Alert generators).
  5. 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

Watch the video walkthrough for a full setup demo.