Quickstart Guide
Get your first automated trade running in 5 minutes. This guide shows the fastest path from signup to executing your first trade via TradingView webhook.What we’ll do
By the end of this guide, you’ll have:- ✅ MT4/MT5/TradeLocker account connected
- ✅ Webhook URL created
- ✅ Test trade executed from TradingView alert
Step 1: Connect Your Account
1
Go to Accounts page
Click “Accounts” in dashboard sidebar👉 Open Accounts
2
Click 'Connect Account'
Button appears in top-right corner
3
Fill in account details
What you need:
- Platform: MT4, MT5, or TradeLocker
- Account number
- Password
- Broker server name
- Account:
12345678 - Server:
ICMarkets-Demo01
4
Click 'Connect'
✅ Account appears in list with green “Connected” statusTakes: ~30 seconds
Step 2: Create a Webhook
1
Go to Automation page
Click “Automation” → “Webhooks”👉 Open Webhooks
2
Click 'Create Webhook'
Modal opens with webhook form
3
Fill webhook details
- Name: “TradingView EURUSD” (any name you want)
- Provider: “TradingView” (for your reference)
- Accounts: Select the account(s) you just connected
4
Click 'Create'
✅ Webhook createdCopy the webhook URL — looks like:
Step 3: Set Up TradingView Alert
1
Open TradingView chart
Go to TradingView.com and open any chart
2
Create an alert
Click Alert icon (clock with bell) OR press
Alt+A3
Configure alert
- Condition: Choose your trigger (e.g., “Crossing” a moving average)
- Alert actions: Check “Webhook URL”
- Webhook URL: Paste the TradeWzrd webhook URL you copied
4
Set alert message
In the “Message” field, paste this test signal:What this does:
- BUY 0.01 lots of EURUSD
- Stop Loss: 20 pips below entry
- Take Profit: 40 pips above entry
5
Click 'Create'
✅ Alert is activeWhen your condition triggers → TradeWzrd receives signal → Trade executes
Step 4: Test It!
Option A: Use Playground (Recommended)1
Go to Playground
Automation → Playground👉 Open Playground
2
Select your webhook
Choose the webhook you just created
3
Enter test signal
Paste:
4
Click 'Send Test'
✅ Trade executes instantlyCheck your broker — position should appear in MT4/MT5
Verify It Worked
3 ways to confirm:-
Check your broker platform (MT4/MT5/TradeLocker)
- Position should appear in “Terminal” → “Trade” tab
- Open price, SL, TP should match your signal
-
Check Terminal (if using TradeWzrd Terminal)
- Position appears in Positions Panel
- Real-time P&L updates
-
Check History
- Automation → History
- Shows execution log with timestamp and result
What’s Next?
Learn Signal Format
Build complex signals with MODIFY, CLOSE, pending orders
Use Message Templates
Visual builder for signals (no manual text)
Explore Terminal
Trade directly from TradingView charts
Set Up Copy Trading
Mirror trades across multiple accounts
Common Issues
Trade didn't execute
Trade didn't execute
Check these:
- Is webhook enabled? (Toggle should be green)
- Is account connected? (Check Accounts page)
- Did you copy full webhook URL? (Should start with
https://) - Is signal format correct? (Test in Playground first)
'Invalid symbol' error
'Invalid symbol' error
Symbol doesn’t exist on your broker
- Check symbol name on your broker (might be
EURUSDmorEURUSD.a) - Use symbol mapping in webhook settings
- Or change signal to use your broker’s exact symbol name
'Insufficient margin' error
'Insufficient margin' error
Not enough balance for position size
- Reduce lot size (try
VOL=0.01for micro lot) - OR switch to Risk % mode:
RISK=1(risk 1% of balance)
You’re All Set!
🎉 You just automated your first trade! From here, you can:- Create more webhooks for different strategies
- Use Risk % sizing for safer position management
- Set up copy trading to mirror your best account
- Track performance in Analytics
