global: snapshot

This commit is contained in:
nym21
2025-11-06 15:17:24 +01:00
parent df577ca7f5
commit 11b323ef00
9 changed files with 119 additions and 107 deletions

View File

@@ -133,7 +133,7 @@ impl Vecs {
prev.replace(ohlc.clone());
self.dateindex_to_price_ohlc_in_cents
.forced_push_at_(i, ohlc, exit)?;
.forced_push_at(i, ohlc, exit)?;
Ok(())
})?;