Troubleshooting Guide
Quick fixes for the most common problems.Account Connection Issues
Can't connect MT4/MT5 account - 'Invalid credentials'
Can't connect MT4/MT5 account - 'Invalid credentials'
Check these:✅ Account number is correct (no spaces/letters)
✅ Password is correct (case-sensitive)
✅ Server name matches broker exactly (e.g.,
ICMarkets-Live01 not IC Markets)
✅ Account is active (not suspended/closed)Still failing?- Try connecting in MT4/MT5 desktop first to verify credentials
- Contact your broker to confirm server name
- Check if broker requires API access to be enabled
Account shows 'Disconnected'
Account shows 'Disconnected'
Reasons:
- Broker server is down (maintenance)
- Password was changed in MT4/MT5
- Account was suspended by broker
- API connection limit reached (some brokers limit connections)
- Click “Reconnect” on Accounts page
- If password changed, update in TradeWzrd
- Wait if broker is doing maintenance (check broker’s status page)
TradeLocker account won't connect
TradeLocker account won't connect
TradeLocker requires API token:
- Log into TradeLocker web/app
- Settings → API Keys
- Generate new API key
- Copy full token
- Paste in TradeWzrd connection form
Webhook Issues
Webhook not executing trades
Webhook not executing trades
Checklist:✅ Webhook is enabled (toggle shows green)
✅ Account is connected (green status on Accounts page)
✅ Webhook URL is complete (starts with
https://tradewzrd.com/api/webhooks/)
✅ Signal format is correct (test in Playground first)Steps:- Go to Playground
- Select your webhook
- Send test signal:
BUY, EURUSD, VOL=0.01 - Check result
- Check TradingView alert is active
- Verify webhook URL in alert matches exactly
- Check alert message format
'Invalid signal format' error
'Invalid signal format' error
Common mistakes:❌
BUY EURUSD VOL=0.1 (no commas)
✅ BUY, EURUSD, VOL=0.1 (commas required)❌ Buy, eurusd, vol=0.1 (case doesn’t matter, but syntax does)
✅ BUY, EURUSD, VOL=0.1❌ {"action": "BUY"} (JSON not supported)
✅ BUY, EURUSD, VOL=0.1 (raw text only)Test in Playground to see exact error message.'Invalid symbol' error
'Invalid symbol' error
Symbol doesn’t exist on your brokerExamples:
- Your signal:
EURUSD - Broker symbol:
EURUSDmorEURUSD.a
- Edit webhook settings
- Add symbol mapping:
EURUSD→EURUSDm - Signal stays
EURUSD, system translates automatically
- Update TradingView alert to use
EURUSDminstead ofEURUSD
'Insufficient margin' error
'Insufficient margin' error
Position size too large for account balanceCheck:
- Free margin (Accounts page)
- Position size (VOL parameter)
- Reduce lot size:
VOL=0.01(micro lot) - Use Risk %:
RISK=1(safer sizing) - Close other positions to free margin
- Reduce leverage (check with broker)
Terminal Issues
Terminal won't load / infinite loading
Terminal won't load / infinite loading
Try these:
- Hard refresh: Cmd+Shift+R (Mac) / Ctrl+Shift+F5 (Windows)
- Clear browser cache: Settings → Clear browsing data
- Try different browser: Chrome, Firefox, Safari
- Check account status: Is account connected?
- Check browser console: F12 → Console tab (any red errors?)
Positions not showing in Terminal
Positions not showing in Terminal
Check these:✅ Account is selected (dropdown top-left)
✅ WebSocket is connected (green dot near account name)
✅ You have open positions (check MT4/MT5 directly)Fix:
- Switch to different account and back
- Hard refresh (Cmd+Shift+R)
- Check Positions Panel tab (Active vs Closed)
Can't place order - button does nothing
Can't place order - button does nothing
Chart not loading / blank screen
Chart not loading / blank screen
TradingView integration issues:
- Wait 5 seconds (TradingView takes time to load)
- Check internet (TradingView requires stable connection)
- Ad blocker (disable for tradewzrd.com)
- Browser compatibility (Chrome/Firefox recommended)
Copy Trading Issues
Copy room not copying trades
Copy room not copying trades
Checklist:✅ Room is Active (toggle is green)
✅ Sender account is connected
✅ Receiver account(s) are connected
✅ Sender has open trades (copy only triggers on new trades)
✅ Receiver has sufficient marginTest: Open a new trade on sender → Check if receiver copies it.
Receiver copied wrong volume
Receiver copied wrong volume
Check copy mode:
- Fixed lots: Always copies X lots (check your setting)
- Proportional: Copies X% of sender volume (e.g., 50% of 1.0 = 0.5)
- Risk %: Calculates based on receiver balance + SL
- Sender: 1.0 lot
- Receiver: 50% proportional
- Result: 0.5 lot ✅
Symbol not found on receiver
Symbol not found on receiver
Symbol names differ between brokersExample:
- Sender broker:
EURUSD - Receiver broker:
EURUSDm
- Edit copy room
- Add symbol mapping for receiver
- Map
EURUSD→EURUSDm
Analytics Issues
No data showing in Analytics
No data showing in Analytics
Reasons:
- No trades executed yet → Trade first, then check Analytics
- Date range too narrow → Expand date filter
- Account filter → Check if correct account(s) selected
Stats look wrong
Stats look wrong
Check:
- Date range (is it including old trades?)
- Account filter (showing all accounts or just one?)
- Trade history (are trades actually closed?)
Performance Issues
Terminal feels slow / laggy
Terminal feels slow / laggy
Causes:
- Too many favorited symbols → Reduce to \u003c10
- Too many indicators on chart → Remove unused indicators
- Low-end device → Close other browser tabs
- Slow internet → Check speed (need \u003e 1 Mbps)
- Keep favorites under 10 symbols
- Limit chart indicators to 3-5
- Close other tabs/apps
WebSocket keeps disconnecting
WebSocket keeps disconnecting
Network issues:
- Unstable internet → Test speed at fast.com
- VPN interference → Try without VPN
- Firewall blocking → Whitelist tradewzrd.com
- Browser throttling → Disable browser power saving
Error Messages Explained
| Error | What it means | Fix |
|---|---|---|
TRADE_DISABLED | Broker disabled trading | Wait for market open / contact broker |
INVALID_STOPS | SL/TP too close to price | Increase distance (check broker minimums) |
NOT_ENOUGH_MONEY | Insufficient margin | Reduce lot size / close positions |
MARKET_CLOSED | Market is closed | Wait for market hours |
OFF_QUOTES | No price available | Wait / try different symbol |
REQUOTE | Price changed during execution | Increase slippage tolerance |
INVALID_VOLUME | Lot size not allowed | Use broker min/max lot sizes |
Still Need Help?
Before contacting support, please:- Check this troubleshooting guide
- Test in Playground
- Check browser console (F12) for errors
- Include screenshots/error messages in email
