TradeAutomationHub
TRADINGVIEW → DISCORD
Create your account in about a minute—then connect TradingView alerts to Discord.
Enter the 6-digit code sent to your email, then choose a new password.
Connect TradingView alerts to Discord in just a few steps.
Must be https://discord.com/api/webhooks/...
Manage your billing and subscription status.
Paste this into TradingView → Alert → Webhook URL.
Monthly billing and subscription management.
Must be https://discord.com/api/webhooks/...
Recent deliveries from TradingView to Discord.
| Date | Time | Ticker | Signal | Price | Status | Actions |
|---|---|---|---|---|---|---|
No deliveries yetWhen your TradingView alert hits this app, the row will show up here. | ||||||
How to connect TradingView alerts to Discord.
Left: TradingView message text using {{…}} tags. Right: how those tags look with sample values.
Each card shows paste-ready JSON (left) and a sample Discord output (right). Use the copy icon on the JSON box to copy it. Type or edit layouts in Message composer above as needed. Include license and either device_id or secret (same value) in your JSON so alerts route to your account.
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}}"
}
Adds exchange + timeframe placeholders for richer logs (extra fields are optional).
{
"license": "tv_…",
"ticker": "{{ticker}}",
"signal": "{{strategy.order.action}}",
"price": "{{close}}",
"time": "{{time}}",
"exchange": "{{exchange}}",
"interval": "{{interval}}"
}
Use this if your indicator emits BUY/SELL signals.
{
"license": "tv_…",
"ticker": "{{ticker}}",
"signal": "BUY",
"price": "{{close}}",
"time": "{{time}}"
}
Optional: route alerts by tag/symbol to different Discord channels.
{
"license": "tv_…",
"device_id": "dev_…",
"ticker": "{{ticker}}",
"signal": "{{strategy.order.action}}",
"price": "{{close}}",
"time": "{{time}}",
"route": "crypto"
}
Platform overview, user list, lookup, verification, webhook reset, and subscription/role controls.
—
Latest accounts (newest first). Use actions to change subscription or role.
Rows from usage_logs (TradingView webhook attempts). Joined with user email when user_id is set.
Pipeline / Discord delivery rows from alert_delivery_logs (errors, HTTP status, missed flags).
Actions for loaded user
Delete account — Search and load a user above, then use this to remove them permanently (sessions, license, logs). If they have an active Stripe subscription, we’ll attempt to cancel it now (best-effort).
Type the account email to confirm. This cannot be undone.
Each row is a saved webhook URL (after a change).
| Date | Time | Webhook URL |
|---|---|---|
| Loading… | ||