pub fn calculate_cci_simple( highs: &[f64], lows: &[f64], closes: &[f64], period: usize, ) -> Result<Vec<f64>, CCIError>
Convenience function to calculate CCI for HLC data without maintaining state