pub fn backtest_simple_bool_signal(
ohlcv: DataFrame,
signal_col: &str,
) -> Result<BacktestResult, BacktestError>Expand description
Convenience function for the most common “simple boolean signal” use case on synthetic or small data (exactly as required for quantwave-1hr MVP).