Expand description
The point-in-time backtest engine.
Structs§
- Window
- A simulation window over the dataset’s date axis: steps
[start, end).
Functions§
- run_
backtest - Run a single backtest of
agentoverwindowwith seeded execution noise, returning ansharpebench_core::Run(per-period returns + decision trace). The closed-loop driver: it owns thedecide → steploop, calling the same [step_once] body the open-loopcrate::env::TradingEnvuses.