Skip to main content

Automation

Creating Webhooks

Step-by-step guide to creating, configuring, and managing webhooks in Trade Wzrd for automated trade execution.


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.

Mode Behavior
Auto Fuzzy matches signal symbols to broker symbols (e.g., BTCUSD matches BTCUSDm)
Manual Define explicit signal-to-broker symbol pairs (e.g., BTCUSDBTCUSDZ, XAUUSDGOLD)

Volume Configuration

Controls how lot sizes are calculated for each account.

Mode Behavior
Proportional Multiplies the signal’s VOL by a multiplier (default 1.0x). Use 0.5x for half size, 2.0x for double
Fixed Lot Ignores the signal volume and always uses a fixed lot size
Risk % Calculates lot size based on a percentage of account balance and the signal’s SL distance

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:

Action Description
Copy URL Copies the full webhook URL to clipboard
Edit Opens the edit modal to update name, accounts, and configs
Pause / Activate Toggles the webhook between active and paused
Delete Removes the webhook
Alerts Opens the Alerts page filtered to this webhook

The webhook URL stays the same when you edit settings. Only the name and account configuration can be changed.


Webhook Status

Status Behavior
Active Receives and processes signals normally
Paused Incoming signals are ignored until reactivated
Deleted No longer visible or functional