Advance one bar without orders
step_runAdvance an authenticated run exactly one bar without queuing orders or recording a decision rationale. This is the single-bar no-order primitive used beneath the bounded waiting tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Bars to advance. Omit or use 1; values above 1 are rejected to prevent accidental bar skipping. | |
| run_id | Yes | Run UUID returned by start_run. |