Skip to main content

run_backtest

Function run_backtest 

Source
pub fn run_backtest<M, D>(
    engine: &mut Engine<M, D>,
    dt_years: f64,
) -> BacktestResult
where M: Matcher, D: DataSource,
Expand description

Run backtest with the default adverse selection lookback (10 steps).