Use this after you create a webhook in the portal. It shows the exact webhook URL to paste in TradingView, how to create routes, and what message to put in your TradingView alert.
Long {{ticker}} Q={{strategy.order.contracts}} SL=2% TP=5%
Buy BTCUSDT Q=0.01
{
"action": "{{strategy.order.action}}",
"symbol": "{{ticker}}",
"price": {{close}},
"quantity": {{strategy.order.contracts}}
}