/connect · step 2 of 3
Connect TradingView
Point your alert webhook to this URL. Each fire triggers an OpenClaw run.
Your Webhook URL
https://api.donate-protocol.example/webhooks/tradingview/demo123Sample Alert Message (JSON)
{
"symbol": "{{ticker}}",
"side": "{{strategy.order.action}}",
"price": "{{close}}",
"size": {{strategy.order.contracts}},
"strategy": "Momentum Alpha"
}