read_backtest_orders
Read-only
Retrieve order execution data from algorithmic trading backtests to analyze strategy performance and validate trade logic.
Instructions
Read out the orders 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 orders | |
| orders | No |