read_live_chart
Retrieve real-time chart data from active trading algorithms to monitor performance and analyze market positions during live execution.
Instructions
Read a chart from a live algorithm.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart | No | Chart object requested. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |