pub fn snapshot_to_indicators(snapshot: &TaSnapshot) -> TechnicalIndicatorsExpand description
Convert a TaSnapshot into the legacy TechnicalIndicators struct.
This enables backward compatibility: callers that still use
evaluate_rules(&rules, &indicators, ...) can obtain a TechnicalIndicators
from a snapshot without changing any downstream code.