Playground
Build trading signals visually with a form, then copy to TradingView. The Playground is a visual command builder — no need to memorize signal syntax. Just select action, fill fields, and get perfectly formatted signal text.What is the Playground?
A visual form that generates signal text for you. Instead of typing:- Select “BUY” button
- Enter “EURUSD” in Symbol field
- Enter “0.1” in Volume
- Enter “20” in SL, “40” in TP
- Select “PIPS” for TP/SL Type
- Copy generated command
How to Use
1
Go to Automation → Playground
Click “Automation” → “Playground”
2
Select action
Choose from 9 command types:
- BUY / SELL (market orders)
- BUYLIMIT / SELLLIMIT (pending limits)
- BUYSTOP / SELLSTOP (pending stops)
- MODIFY (update SL/TP)
- CLOSE (close position)
- CLOSEALL (close all)
3
Fill parameters
Form fields change based on selected actionEnter symbol, volume/risk, SL/TP, etc.
4
Copy command
Right panel shows live previewClick Copy button → Command copied to clipboard
5
Paste in TradingView
Paste into TradingView alert message field✅ Signal ready to use!
Command Types
Market Orders
BUY - Open long position at market price Fields:- Symbol (required)
- Volume OR Risk %
- Stop Loss (optional)
- Take Profit (optional)
- TP/SL Type (PRICE or PIPS)
- Magic Number (optional)
- Comment (optional)
SELL - Open short position at market price Same fields as BUY, just opposite direction. Example output:
Pending Orders
BUYLIMIT - Pending buy limit order (buy below current price) Additional field:- Entry Price (required) - Price to trigger order
SELLLIMIT - Pending sell limit (sell above current price) Example output:
BUYSTOP / SELLSTOP - Pending stop orders
- BUYSTOP: Buy above current price (breakout)
- SELLSTOP: Sell below current price (breakdown)
Modify Existing Trade
MODIFY - Update SL/TP on existing position Fields:- Symbol (required)
- Ticket ID (optional - modify specific ticket)
- New Stop Loss
- New Take Profit
- TP/SL Type
Close Positions
CLOSE - Close position (full or partial) Fields:- Symbol (required)
- Close Percent (default: 100%)
- Ticket ID (optional)
- Side (BUY/SELL/Both)
- Magic Number (optional)
CLOSEALL - Close all positions Fields:
- Symbol (required)
Key Features
Live Preview
Right panel shows generated command in real-time. As you type → Command updates instantly. Copy button appears on hover → One click to copy.TP/SL Type Toggle
Two modes: PRICE - Absolute price levels- SL at exactly 1.0850
- TP at exactly 1.0950
- SL 20 pips below entry
- TP 40 pips above entry
Volume vs Risk %
Mutually exclusive - choose one: VOL=0.1 - Fixed lot size (always 0.1 lot) RISK=2 - Risk 2% of balance (requires SL) Playground enforces this: Entering volume clears risk, and vice versa.Quick Documentation
Right panel shows:- Parameter reference
- Example signals
- Quick tips
Use Cases
Learning signal syntax
Learning signal syntax
New to TradeWzrd?Use Playground to explore:
- What parameters exist?
- How do they combine?
- What does output look like?
Testing signal formats
Testing signal formats
Before using in TradingView:
- Build signal in Playground
- Copy command
- Test in demo account
- Verify trades execute correctly
- Then use in live TradingView alerts
Building complex signals quickly
Building complex signals quickly
Scenario: You need pending order with precise SL/TPInstead of typing (error-prone):Just fill form → Get perfect syntax
Debugging failed signals
Debugging failed signals
Alert failing in TradingView?
- Paste signal into Playground (reverse-engineer)
- See what fields it maps to
- Spot the error
- Fix and regenerate
Tips
Start with Playground, graduate to typing
Start with Playground, graduate to typing
For beginners: Use Playground for every signalAfter 10-20 signals: You’ll memorize syntax naturallyAdvanced users: Type signals directly (faster)Playground always available when you forget syntax
Use Playground to generate template signals
Use Playground to generate template signals
Create a few template signals:
- Scalp template:
BUY, {SYMBOL}, VOL=0.01, SL=10, TP=20, TPSLType=PIPS - Swing template:
BUY, {SYMBOL}, RISK=2, SL=50, TP=150, TPSLType=PIPS
{SYMBOL} when usingTest edge cases
Test edge cases
What happens if:
- I don’t set SL/TP?
- I use 0.001 lot (micro)?
- I set TP without SL?
Limitations
Playground is for building signals only — it doesn’t execute trades. To execute:- Build signal in Playground
- Copy command
- Either:
- Paste in TradingView alert
- Send to webhook via Postman/cURL
- Use Playground + webhook testing (coming soon)
Keyboard Shortcuts
| Action | Shortcut | Notes |
|---|---|---|
| Copy command | Cmd+C / Ctrl+C | When preview is focused |
| Clear all fields | Coming soon | |
| Switch command type | Coming soon |
