create_backtest
Create a backtest request for a QuantConnect project and retrieve the backtest ID to monitor and manage your strategy testing.
Instructions
Create a new backtest request and get the backtest Id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backtest | No | Details on the result of the backtest. | |
| debugging | No | Indicates if the backtest is run under debugging mode. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |