A webhook is the endpoint that receives trade signals and executes them on your connected accounts. Each webhook gets a unique URL that you configure in TradingView or any signal source.
Creating a Webhook
Step 1: Navigate to Webhooks
Open the Trade Wzrd dashboard and go to Automation > Webhooks.
Step 2: Create a New Webhook
Click the Create Webhook button.
Step 3: Enter a Name
Give your webhook a descriptive name (e.g., “Scalping Strategy”, “Breakout Bot”).
Step 4: Select Target Accounts
Select one or more connected trading accounts using the checkboxes. A webhook requires at least one linked account.
Step 5: Configure Per-Account Settings
Expand the Advanced Options for each selected account to configure:
Symbol Mapping
Controls how signal symbols are translated to your broker’s symbol format.
Volume Configuration
Controls how lot sizes are calculated for each account.
Volume Based Closing
Toggle this on to enable volume-based closing for the account. When enabled, a CLOSE command with a VOL parameter will close multiple trades to match the target volume.
Step 6: Copy Your Webhook URL
After creating the webhook, copy the unique URL. You’ll paste this into TradingView’s alert settings.
Step 7: Toggle Active/Paused
Webhooks can be toggled between Active (receives and processes signals) and Paused (ignores incoming signals). Use the pause toggle on the webhook card.
Webhook Cards
After creation, each webhook card displays:
- Name - Your descriptive webhook name
- Status - Active (green) or Paused (amber)
- Success / Failed counts - Total execution statistics
- Linked Accounts - Account badges with platform indicators
- Webhook URL - The unique signal endpoint
- Last Triggered - Relative timestamp of the most recent signal
Managing Webhooks
From the webhook card menu:
The webhook URL stays the same when you edit settings. Only the name and account configuration can be changed.
