cTrader does not expose a native TradingView webhook. Cwebhook acts as the middleware: TradingView POSTs JSON to Cwebhook; Cwebhook uses your authorised OAuth tokens to trade on cTrader.

What you do not need

  • A cBot running in cTrader
  • A VPS or self-hosted bridge
  • MetaTrader or a third-party EA

How it works

  1. You authorise Cwebhook once via cTrader OAuth (demo or live).
  2. TradingView (or TrendSpider, or any HTTP client) POSTs JSON to https://cwebhook.com/alerts.
  3. Cwebhook validates your key, queues the request, and places the order through the cTrader Open API.
  4. Fills, rejects, and errors show in your dashboard activity log — optionally also on Telegram.

Other platforms

Any tool that can send an HTTP POST with a JSON body works — TrendSpider, custom scripts, other charting tools, or your own backend. The payload format is the same as documented at cwebhook.com/docs.

Related guides