trading_paper_start
Launch a simulated trading session to test strategies with virtual funds before executing real trades.
Instructions
Start a paper trading session.
Paper trading simulates trades without using real funds. Use this to test strategies before going live.
Args: strategy: Strategy name (e.g., 'SMACrossover', 'DayTrader') symbol: Trading pair (e.g., 'BTC-USDT') timeframe: Candle timeframe (default: '1h') exchange: Exchange name (default: 'Binance') exchange_api_key_id: ID of stored exchange API key in Jesse starting_balance: Initial capital (default: 10000) leverage: Futures leverage (default: 1) fee: Trading fee rate (default: 0.001) session_id: Optional custom session ID (auto-generated if not provided)
Returns: Dict with session_id, status, and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | ||
| symbol | Yes | ||
| timeframe | No | 1h | |
| exchange | No | Binance | |
| exchange_api_key_id | No | ||
| starting_balance | No | ||
| leverage | No | ||
| fee | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||