Skip to main content

true_range

Function true_range 

Source
pub fn true_range(
    high: &[f64],
    low: &[f64],
    close: &[f64],
) -> Result<Vec<f64>, IndicatorError>
Expand description

True Range = max(H-L, |H-prevC|, |L-prevC|).