pub fn compute_htf_indicators(
base_candles: &[Candle],
multiplier: u32,
) -> TechnicalIndicatorsExpand description
Compute technical indicators on higher-timeframe candles.
This is a convenience wrapper: aggregate first, then calculate.
pub fn compute_htf_indicators(
base_candles: &[Candle],
multiplier: u32,
) -> TechnicalIndicatorsCompute technical indicators on higher-timeframe candles.
This is a convenience wrapper: aggregate first, then calculate.