Skip to main content

compute_htf_indicators

Function compute_htf_indicators 

Source
pub fn compute_htf_indicators(
    base_candles: &[Candle],
    multiplier: u32,
) -> TechnicalIndicators
Expand description

Compute technical indicators on higher-timeframe candles.

This is a convenience wrapper: aggregate first, then calculate.