Can we connect multiple tradingview strategies on same account ushing webhook?
2 replies
266 views
Webhook URLs, payloads and delivery.
Can we connect multiple tradingview strategies on same account ushing webhook?
I created my custom bridge and already configured the upside/downside execution. Now I want to connect this bridge with my TradingView strategy, but I’m getting confused about the webhook…
I have some positions already running through a Custom Bridge, and the same webhook is also being used in my TradingView alerts. Suppose I change the Bridge Key while those positions are…
When sending webhook payloads, my alerts fail on nested quotes and special characters. How can I validate the JSON before sending? { "symbol": "{{ticker}}", "action"…