Expand description
Core range bar processing algorithm
Implements non-lookahead bias range bar construction where bars close when price moves ±threshold dbps from the bar’s OPEN price.
Re-exports§
pub use crate::errors::ProcessingError;pub use crate::export_processor::ExportRangeBarProcessor;
Structs§
- Range
BarProcessor - Range bar processor with non-lookahead bias guarantee