Features · Signal webhook

Push TradingView and webhook signals into MT5

Create a Webhook or TradingView channel in Trade Signals, start a copy route to a follower, and POST open/close signals — same pipeline as other feed sources.

TradingViewAlert webhook URL
Any HTTP clientJSON POST API
Open / Close / CloseAllSignal actions
Secret authHeader, bearer, or path
Follower MT5Routed via copy map
Cockpit setupTrade Signals → Feeds

Not an MT5 login connector

Signal webhooks ingest trade intents from TradingView alerts or your own systems. Follower execution still happens on MetaTrader 5 accounts you connect in Accounts.

Three-step setup

In the cockpit open Trade Signals → Feeds, create a Webhook or TradingView channel (secret auto-generated), then Start copy to a follower with optional template and symbol map.

Simple JSON body

Post action, symbol, side, and lots (plus optional SL/TP and signal keys). Close and CloseAll match open trades by key when provided.

Same copy engine

Webhook signals share the platform pipeline with Telegram feeds and manual test trades — risk templates and execution logs apply the same way.

Endpoint shape

POST /api/v1/signals/webhook/{feedSourceId} with X-Webhook-Secret (or bearer / query / path secret). Full field list and examples live in the operator cockpit after you create a channel.

Open Trade Signals Platforms & channels