User Guide
Learn how to use UTM Platform to manage your trades, automate signals, and track performance.
Overview
UTM provides a complete trading workflow:
Connect Account → Create Strategy → Receive Signal → Place Order → Track Trade
Core Concepts
Trading Mode
UTM separates paper (simulated) and live (real money) trading:
- Paper Mode: Test strategies without risking capital
- Live Mode: Execute real trades with real money
Mode switching requires confirmation and prevents accidental cross-mode orders.
Signal Flow
Signals represent trading intentions that become orders:
- Signal Created - From webhook, TradingView, or manual entry
- Signal Processed - Validated and converted to order
- Order Executed - Sent to broker and filled
- Trade Tracked - Position managed until closed
User Guide Sections
Dashboard
Your trading command centre with portfolio overview, positions, and recent activity.
Accounts
Connect brokerage accounts, manage balances, and configure trading permissions.
Strategies
Group trades by methodology for performance tracking and analysis.
Signals
Create, receive, and process trading signals with flexible sizing and scheduling.
Orders
Place orders manually, track order lifecycle, and manage execution.
Trades
Track complete trade cycles from entry to exit with P&L calculation.
Quick Start Workflow
1. Connect Your Broker
- Go to Settings > Brokers
- Click Add Broker
- Complete OAuth authentication
- Import your trading accounts
2. Start in Paper Mode
Begin with paper trading to learn the platform:
- Create test signals
- Process them into orders
- Track resulting trades
- Verify the workflow
3. Create a Strategy
Organise your trading approach:
- Name your methodology
- Set default parameters
- Link signals to strategy
4. Automate with Webhooks
Connect external systems:
- Create an API key with
signals:writescope - Configure TradingView alerts or custom webhooks
- Signals process automatically
5. Switch to Live
When ready for real trading:
- Click mode indicator in header
- Confirm switch to LIVE
- Only live accounts are tradeable
Key Features
| Feature | Description |
|---|---|
| Signal Actions | Explicit intent: openLong, closeLong, openShort, closeShort |
| Flexible Sizing | Fixed shares, percentage equity, or dollar amount |
| Exit Rules | Automatic closes at market close or after duration |
| Mode Safety | Paper/live separation prevents accidents |
| Strategy Tracking | Group trades for performance analysis |
Need Help?
- Check troubleshooting sections in each guide
- Review API Reference for technical details
- See Integrations for webhook setup