TradeAutomationHub

TRADINGVIEW → DISCORD

Automate trading alerts into Discord.

← Back to home

Login

Forgot password
← Back to home

Create account

← Back to login

Forgot password

← Back to login

Reset password

Quick setup

Connect TradingView alerts to Discord in just a few steps.

1) Paste Discord webhook

Must be https://discord.com/api/webhooks/...

2) Subscribe

Your license syncs after payment.

3) Copy TradingView webhook URL


                

License

License key
Status
Plan
Trial expires
Days remaining

Subscription

Monthly billing. Your license syncs after payment.

Subscription

Customer
Status

Discord webhook

Must be https://discord.com/api/webhooks/...

Usage logs

Recent deliveries from TradingView to Discord.

Analytics

Deliveries shown
Successful
Success rate
Top symbols
Top errors

Based on the rows currently shown in the table.

Deliveries by day

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.

Help

How to connect TradingView alerts to Discord.

Step-by-step

  1. Go to Overview and save your Discord webhook in Quick setup (Step 1).
  2. Copy your TradingView webhook URL from Quick setup (Step 3).
  3. In TradingView, open your chart and click AlertCreate Alert.
  4. Enable Webhook URL and paste your webhook URL.
  5. Paste a JSON payload into the Message field (templates below).
  6. Save the alert, then check Usage logs for delivery status.

TradingView payload builder

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.


              

Template: Strategy alert

Use when you trigger alerts from a TradingView strategy.

{
  "license": "tv_…",
  "ticker": "{{ticker}}",
  "signal": "{{strategy.order.action}}",
  "price": "{{close}}",
  "time": "{{time}}"
}

Template: Indicator alert

Use when you trigger alerts from an indicator or price condition.

{
  "license": "tv_…",
  "ticker": "{{ticker}}",
  "signal": "ALERT",
  "price": "{{close}}",
  "time": "{{time}}"
}

Common issues

  • No Discord message: confirm you saved the Discord webhook URL and the alert is firing.
  • 400 / Invalid payload: make sure the alert message is valid JSON (quotes + commas).
  • Wrong channel: Discord webhook URL determines the channel—create the webhook in the right channel.

Settings

Profile

Email
Verification
Account created