Appearance
TradingView Alerts
This guide explains how to format TradingView alerts for Trading Bridge.
Webhook URL
Use your environment webhook endpoint:
text
https://your-hub.production.com/webhooks/tradingviewAlert Message Template
json
{
"symbol": "{{ticker}}",
"side": "{{strategy.order.action}}",
"quantity": "{{strategy.order.contracts}}",
"price": "{{close}}",
"timestamp": "{{timenow}}",
"strategy": "breakout-v1"
}Validation Checklist
- Confirm symbol mapping exists in account settings.
- Ensure
sideresolves tobuyorsell. - Send one test alert and confirm it appears in signal logs.