TradingView Webhook Automation
AUTOMATION HUBReceive 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:
- Create a new Alert in TradingView (on any chart or strategy script).
- In the Notifications tab, check Webhook URL and paste your link above.
- 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
Signal History & Webhook Logs
0 total signals receivedLoading webhook logs...