pub fn true_range( high: &[f64], low: &[f64], close: &[f64], ) -> Result<Vec<f64>, IndicatorError>
True Range = max(H-L, |H-prevC|, |L-prevC|).