read_backtest_insights
Read-only
Retrieve and analyze backtest insights from QuantConnect trading strategies to evaluate performance and identify improvement opportunities.
Instructions
Read out the insights of a backtest.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Total number of returned insights. | |
| success | No | Indicate if the API request was successful. | |
| insights | No | Collection of insights. |