trading_live_real
Execute live trades with real funds using automated strategies. Requires thorough backtesting, risk understanding, and explicit confirmation before activating trading sessions.
Instructions
Start LIVE trading with REAL MONEY.
⚠️ WARNING: This will execute real trades with real funds. ⚠️
RISKS:
Your funds are at risk of total loss
Automated trading can result in significant losses
No guarantee of profit
REQUIREMENTS:
Thoroughly backtested strategy
Successful paper trading first
Understanding of strategy's risk profile
Capital you can afford to lose
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 confirmation: REQUIRED: Must be exactly "I UNDERSTAND THE RISKS" notification_api_key_id: ID of stored notification config (optional) debug_mode: Enable debug logging permission: Agent permission level ("paper_only", "confirm_required", "full_autonomous")
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 | ||
| confirmation | Yes | ||
| notification_api_key_id | No | ||
| debug_mode | No | ||
| permission | No | confirm_required |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||