create_account
Create a new trading account for a funded challenge, live broker, or demo with starting balance, broker, and market type; returns the full account record.
Instructions
[WRITE ACTION] Create a new trading account in TradeZylo (e.g. funded challenge, personal live broker, demo account) with starting balance, broker name, and market type. Returns the full created account record.
Example questions:
"Create a new trading account named 'FTMO $100k Phase 1', broker FTMO, market FOREX, starting balance 100000"
"Add an account for Binance Futures with $5,000 initial balance"
"Create account 'Apex 50k' on FUTURES with $50000 balance and set it active"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Account name or label e.g. "FTMO $100k Phase 1", "Binance Futures", "IC Markets Live" | |
| currency | No | 3-letter currency code (default "USD") | USD |
| set_active | No | Whether to set this newly created account as your active trading account immediately (default false) | |
| broker_name | No | Broker or prop-firm name e.g. "FTMO", "IC Markets", "Binance", "Topstep", "Apex" | |
| market_type | Yes | Primary market asset class | |
| initial_balance | Yes | Starting capital balance (e.g. 100000 for $100k, 5000 for $5k) |