With Single Webhook URL How to Stabilize Strategy
AlertWays uses a single fixed Webhook URL instead of complex individual URLs.Since account and strategy identification is handled by tokens within the JSON, you can improve operational efficiency by keeping the URL fixed and swapping only the JSON message as needed.
1 Check Fixed Webhook URL
Enter the public address below in the Webhook URL field for TradingView alerts.Once registered, it can be used identically for other strategies.
https://alertways.com/api/v1/webhooks/tradingview
※ Account identification is done via the Token included in the message, so there is no need to change the URL arbitrarily.
2 Copy and Apply Signal Bot JSON
Specific order execution commands for each strategy are contained in the JSON message provided on the Signal Bot page. Copy this content and paste it into the Alert Message field.
{
"exchange": "binance",
"market": "futures",
"mode": "live",
"ticker": "{{ticker}}",
"token": "Unique token copied from Signal Bot dashboard"
}
3 Operation & Management Tips
Using a single URL structure makes management very easy when changing strategies or moving accounts.
- Strategy Change: Do not touch the URL; just replace the JSON content of the newly created Signal Bot in TradingView.
- Duplication Check: If running multiple accounts, check inside each JSON if the token value matches the correct Signal Bot.
- Troubleshooting: If order delay or failure occurs, Order History Dashboardcheck the integrity of the received JSON data at first.
"Forget complex URL management. Operate auto-trading smarter with a single URL and JSON token."