TradeAutomationHub
TRADINGVIEW → DISCORD
Connect TradingView alerts to Discord in just a few steps.
Must be https://discord.com/api/webhooks/...
Your license syncs after payment.
Monthly billing. Your license syncs after payment.
Must be https://discord.com/api/webhooks/...
Recent deliveries from TradingView to Discord.
Based on the rows currently shown in the table.
Green = successful, gray = total.
| Date | Time | Symbol | Action | Price | Status |
|---|---|---|---|---|---|
No deliveries yetWhen your TradingView alert hits this app, the row will show up here. | |||||
How to connect TradingView alerts to Discord.
Choose your alert type and copy the JSON into TradingView → Alert → Message.
This is required so the Worker knows which account to use.
Used only for Indicator/Price alerts.
Use when you trigger alerts from a TradingView strategy.
{
"license": "tv_…",
"ticker": "{{ticker}}",
"signal": "{{strategy.order.action}}",
"price": "{{close}}",
"time": "{{time}}"
}
Use when you trigger alerts from an indicator or price condition.
{
"license": "tv_…",
"ticker": "{{ticker}}",
"signal": "ALERT",
"price": "{{close}}",
"time": "{{time}}"
}