Everything you need to turn alerts into real executions.
TransisTrade is the execution layer for TradingView alerts. These docs walk you through the entire pipeline — from configuring your first webhook to deploying multi-account routing at scale.
We don't print the URL here on purpose — it carries a secret token that should never live in a public page, screenshot, or support ticket. Grab your current one from the dashboard:
- 1. Open Connections and find the TradingView webhook URL card.
- 2. If the tail is blurred, click Generate URL or Rotate token— we mint a fresh URL and reveal the full value exactly once.
- 3. Copy it into the webhook field of any TradingView alert.
Why the hoops? Webhook URLs are bearer credentials — anyone with the full URL can submit alerts against your account, so we only store the prefix and never surface the plaintext outside your signed-in session.
Popular guides
Getting started
Connect your first broker, paste a webhook, and go live in under 5 minutes.
Signal authentication
Lock your webhook with a secret key so only your alerts reach your accounts.
Symbol mapping
Translate TradingView tickers into broker-native symbols, in seconds.
Webhook reference
Every field TransisTrade accepts, including templating and defaults.