Use the following URL in TradingView to send signals:
http://localhost:3001/api/webhookHere's an example JSON payload to use in your TradingView alert message:
{
"passphrase": "YOUR_PASSPHRASE",
"symbol": "BINANCE:BTCUSD",
"interval": "1h",
"strategy": "MyStrategy",
"action": "buy",
"price": 60000,
"timestamp": "2026-09-01T05:07:27.574Z"
}