TradingView Webhook Automation

AUTOMATION HUB

Receive instant buy/sell alerts from TradingView custom indicators or strategy alerts and execute on MT5 or Deriv.

Your Dedicated TradingView Webhook URL

How to setup in TradingView:

  1. Create a new Alert in TradingView (on any chart or strategy script).
  2. In the Notifications tab, check Webhook URL and paste your link above.
  3. In the Message body, paste the JSON payload shown below.

JSON Alert Message Payload

{
  "token": "YOUR_WEBHOOK_TOKEN",
  "symbol": "EURUSD",
  "action": "BUY",
  "volume": 0.1,
  "sl": 1.082,
  "tp": 1.092
}

Supports Pine Script placeholders: {{ticker}}, {{strategy.order.action}}, {{close}}.

Simulate TradingView Alert Signal

LIVE TESTER

Signal History & Webhook Logs

0 total signals received
Loading webhook logs...