Liquidate positions and finish
liquidate_and_finishCreate sell/cover orders that flatten every current position, advance to fill them, then hold without new orders until completion or max_bars. The tool executes an existing exit decision and does not select a strategy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run UUID returned by start_run. | |
| max_bars | No | Maximum post-liquidation one-bar advances before stopping; defaults to 256. | |
| rationale | No | Optional short reason copied onto the generated exit orders. |