🚀 Webhook Alerts for Algo Trading in GoCharting
📣 What is a Webhook Alert?
A Webhook Alert allows GoCharting to send real-time HTTP POST requests to a specific URL when a condition is triggered. This enables powerful integrations with:
- Algo trading systems
- Custom APIs and trading bots
- Automation platforms
🛠️ How to Set Up a Webhook Alert
1. Open the Alert Dialog
- Select your trading instrument (e.g.,
BINANCE:BTCUSDT
) - Click on the 🔔 Alert icon from the toolbar
- Configure your alert conditions such as value, expiry and message
2. Enter Webhook URL
-
Scroll to the Delivery Methods section
-
Paste your target webhook URL in webhook
3. 📝 Custom Messaging (Optional)
You can set a custom name and custom message for your alert.
- The Alert Name helps you identify the alert when it is triggered.
- The Message field allows you to include relevant context (e.g., strategy, symbol, or signal).
📩 Note:
The message will be sent as POST payload in plain/text format to the webhook provided.