pub fn run_with_orderbook(
spec: &StrategySpec,
candles: &[Candle],
books: &[OrderBook],
capital: f64,
) -> Result<BacktestReport>Expand description
Run a backtest with a per-bar order-book feed for order-book indicators
(imbalance, microprice, quoted spread, …). books must be the same length
as candles.