Skip to main content

Module processor

Module processor 

Source
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§

RangeBarProcessor
Range bar processor with non-lookahead bias guarantee