check_initialization_errors
Read-only
Detect initialization errors in QuantConnect trading algorithms by running brief backtests to validate code before deployment.
Instructions
Run a backtest for a few seconds to initialize the algorithm and get inialization errors if any.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | State of the backtest. | |
| payload | No | Information about the backtest initialization. | |
| version | No | Version of the response. | |
| payloadType | No | Type of the payload. |