use-bar
Primitive OHLC and OHLCV bar vocabulary for RustUse quantitative crates.
use-bar describes bars with simple labels, intervals, prices, and optional volume. It validates obvious OHLC relationships without fetching, resampling, charting, or storing market data externally.
Example
use ;
let bar = from_values?;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive OHLC/OHLCV values. It does not fetch data, resample bars, build candlestick charts, or implement vendor formats.
License
Licensed under either MIT or Apache-2.0.