Multi-Account Setup
Trade Wzrd lets you link multiple accounts to a single webhook. When a signal arrives, it executes on all linked accounts simultaneously.
How It Works
- Create a webhook
- Link multiple accounts to that webhook
- When TradingView sends a signal, Trade Wzrd parses it and executes on every linked account
The number of accounts you can link depends on your subscription tier. Check the Plans & Pricing page for account limits per plan.
Supported Platforms
Multi-account execution works across platforms. You can link MT4, MT5, and TradeLocker accounts to the same webhook.
Use Cases
Multi-Broker
Run the same trade across different brokers. Each account is treated independently.
Demo + Live
Test signals on a demo account while trading live at the same time. Both accounts receive the same signal.
Prop Firm Scaling
Execute the same strategy across multiple prop firm challenge accounts simultaneously.
Risk Scaling
Apply the same signal logic but with different position sizes per account. Use RISK=1 to automatically scale lot sizes based on each account’s balance.
Per-Account Volume Configuration
Each linked account can have its own volume settings:
Proportional Mode
Lot sizes scale based on a multiplier applied to the signal’s lot size. If the signal specifies VOL=0.1 and the account multiplier is set to 2.0, the account receives VOL=0.2.
Fixed Lot Mode
Each account uses a fixed lot size that you specify, regardless of what the signal contains.
Risk Percentage
Use RISK=1 in the signal to automatically size positions based on each account’s balance. This adapts to different account sizes without per-account configuration.
Volume Based Closing
Per-account option that determines how close signals are handled:
- When enabled, close signals use the account’s configured lot size
- When disabled, close signals close the full position regardless of volume settings
Symbol Mapping
Different brokers may use different symbol names for the same instrument. Trade Wzrd handles this in two ways:
Auto Mapping
When auto mapping is enabled, the system automatically finds the closest broker symbol when an exact match isn’t available.
Matching priority:
- Exact match (case-insensitive) -
BTCUSDmatchesbtcusd - Prefix match -
BTCUSDmatchesBTCUSDm(shortest match wins) - Reverse prefix -
BTCUSDmmatchesBTCUSD - Contains -
BTCUSDmatchesXBTCUSD
If no match is found, the signal fails with a symbol not found error.
Manual Mapping
You can manually set symbol mappings per account to override auto matching. This is useful when auto mapping picks the wrong symbol.
Best Practices
- Test on demo first - Before linking live accounts, verify signals execute correctly on demo
- Use risk-based sizing -
RISK=1adapts to different account balances automatically - Monitor all accounts - Check the Alerts page to see execution results for every linked account
- Separate webhooks for different groups - If you need different lot sizes or parameters per account, create separate webhooks for each group
- Keep credentials updated - If your broker password changes, update it in Trade Wzrd immediately
- Verify symbol names - Check that your TradingView symbol names can be matched to your broker’s symbols
Troubleshooting
One Account Fails, Others Succeed
The issue is specific to that account:
- Connection status - Check if the account shows as connected on the Accounts page
- Margin - The account may not have sufficient margin for the trade
- Symbol availability - The matcher may not have found a matching symbol for that broker
- Market hours - The broker’s market may be closed
- Server errors - Check the Alerts page for the specific error message
All Accounts Fail
- Check that the webhook is active
- Verify the signal format - the parser reports which command failed
- Confirm accounts are connected

MetaTrader 4
MetaTrader 5
TradeLocker