replay_window
Rerun a specified time window in a sandbox environment. Use to replay historical data and test strategies without making live changes.
Instructions
Run a sandbox replay over a time window. The engine side decides what 'replay' means: typical setups use the bundled tape primitives to drive a SimulatedExecutor over a tape slice. Read-only (sandbox-only mutations). Use for 'replay the last hour' / 'rerun this period in sandbox'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_ts_ns | No | ||
| to_ts_ns | No | ||
| strategy | No | ||
| param_overrides | No | Optional dict of strategy params to swap before the replay. |