Function atr

Source
pub fn atr(
    period: u32,
    high: &Vec<f64>,
    low: &Vec<f64>,
    close: &Vec<f64>,
) -> (Vec<f64>, TA_Integer)