trading_live_sessions
Retrieve active trading sessions from the Jesse algorithmic trading framework to monitor real-time strategy execution and market positions.
Instructions
Get list of live trading sessions.
Args: limit: Maximum number of sessions to return (default: 50) offset: Offset for pagination (default: 0)
Returns: Dict with sessions list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||