trading_live_paper
Test trading strategies in a simulated environment without real money. Use this tool to validate your approach with specific parameters before executing live trades.
Instructions
Start a PAPER trading session (simulated, no real money).
Paper trading simulates trades without using real funds. Use this to test strategies before going live.
Args: strategy: Strategy name (must exist in strategies directory) symbol: Trading symbol (e.g., "BTC-USDT") timeframe: Candle timeframe (e.g., "1h", "4h", "1d") exchange: Exchange name (e.g., "Binance", "Bybit") exchange_api_key_id: ID of stored exchange API key in Jesse notification_api_key_id: ID of stored notification config (optional) debug_mode: Enable debug logging
Returns: Dict with session_id and status, or error details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | ||
| symbol | Yes | ||
| timeframe | Yes | ||
| exchange | Yes | ||
| exchange_api_key_id | Yes | ||
| notification_api_key_id | No | ||
| debug_mode | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||