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

Class OhlcRow

crates/openquant/tests/volatility_features.rs:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Debug, Deserialize)]
6struct OhlcRow {
7 open: f64,
8 high: f64,
9 low: f64,
10 close: f64,
11}
12
13fn load_ohlc() -> (Vec<f64>, Vec<f64>, Vec<f64>, Vec<f64>) {
14 let path = std::path::Path::new(env!("CARGO_MANIFEST_DIR"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected