read_live_chart
Fetch chart data from a live QuantConnect algorithm using project ID, chart name, number of points, and start/end timestamps.
Instructions
Read a chart from a live algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart | No | Chart object requested. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |