Configure TradingView webhook alerts for BingX

Complete the webhook step for tradingview webhook automation and route structured alerts from TradingView to BingX through TradeAdapter.

Step 1

Create TradingView alert on BingX symbol

Use a BingX swap symbol on your chart before creating the alert.

Chart
TradingView chart
Alert
TradingView alert
Step 2

Configure message and webhook URL

Paste JSON and webhook URL from your TradeAdapter profile for real-time trade execution.

Message
Alert message
Webhook
Webhook notification
JSON

TradingView alert message template

Credentials live on the broker you saved under My Brokers; market, ticker, order type, and quantity are configured once on that broker's Strategy — never in the TradingView alert. If your strategy uses Limit order type, or has Stop Loss / Take Profit enabled, also include "order_price": "{{close}}" in the alert. If your strategy has "Sync with TradingView position" enabled, also include market_position and prev_market_position from your strategy.

{
  "strategy_name": "bingx-momentum",
  "order_action": "{{strategy.order.action}}",
  "order_contracts": "{{strategy.order.contracts}}"
}