Webhooks
Configure and monitor TradingView webhook integrations
Unknown
Webhook Status
Not Set
Token Auth
5000ms
Dedup Window
0
Recent Signals
Test Webhook
Send a test signal to verify your webhook configuration
Webhook URL
Use this URL in TradingView alert webhook settings. The key/token (if used) live in headers/body, not the URL.
TradingView Structured Payload
Copy this template into your TradingView alert message. You do not need to include any per-account key in the payload.
{
"key": "DoSoSo",
"signal_id": "{{strategy.order.id}}",
"time": "{{timenow}}",
"timeframe": "{{interval}}",
"exchange": "{{exchange}}",
"ticker": "{{ticker}}",
"strategy": {
"order_action": "{{strategy.order.action}}",
"order_contracts": "{{strategy.order.contracts}}",
"order_price": "{{strategy.order.price}}",
"order_id": "{{strategy.order.id}}",
"market_position": "{{strategy.market_position}}",
"market_position_size": "{{strategy.market_position_size}}",
"prev_market_position": "{{strategy.prev_market_position}}",
"prev_market_position_size": "{{strategy.prev_market_position_size}}"
}
}Recent Webhook Activity
Last 10 signals received
No signals received yet