MCPcopy Create free account
hub / github.com/Open-Quant/openquant / BacktestDiagnostics

Class BacktestDiagnostics

crates/openquant/src/backtesting_engine.rs:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100#[derive(Debug, Clone, PartialEq)]
101pub struct BacktestDiagnostics {
102 pub mode: BacktestMode,
103 pub mode_provenance: String,
104 pub trials_count: usize,
105 pub split_count: usize,
106 pub pct_embargo: f64,
107 pub safeguards: BacktestSafeguards,
108 pub anti_leakage: AntiLeakageDiagnostics,
109}
110
111#[derive(Debug, Clone, PartialEq)]
112pub struct WalkForwardConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected