read_backtest_chart
Read-only
Retrieve chart data from algorithmic trading backtests to analyze strategy performance and visualize equity curves, drawdowns, and other key metrics.
Instructions
Read a chart from a backtest.
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. |