create_backtest
Generate backtest results for algorithmic trading strategies by submitting project data and parameters to test performance against historical market data.
Instructions
Create a new backtest request and get the backtest Id.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| backtest | No | Details on the result of the backtest. | |
| debugging | No | Indicates if the backtest is run under debugging mode. |