trading_live_logs
Retrieve and filter logs from live trading sessions to monitor strategy execution and identify issues during algorithmic trading operations.
Instructions
Get logs from a live trading session.
Args: session_id: Session ID log_type: Log type filter ("all", "info", "error", "warning")
Returns: Dict with log entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| log_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||