Submit a low-level trading turn
submit_turnQueue zero or more raw orders for an authenticated run and advance exactly one bar. This is the low-level turn primitive; submit_decision adds an explicit action, rationale, validation, and workflow guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run UUID returned by start_run. | |
| trades | Yes | Orders to queue before the next bar; an empty array means advance without placing an order. | |
| step_count | No | Bars to advance. Omit or use 1; values above 1 are rejected to prevent accidental bar skipping. |