Function aroonosc

Source
pub fn aroonosc(
    high: &Vec<f64>,
    low: &Vec<f64>,
    timeperiod: i32,
) -> (Vec<f64>, TA_Integer)
Expand description

TA_AROONOSC - Aroon Oscillator

Input: high, low, timeperiod

Output: (1st, 2nd)

1st: output vector(f64)

2nd: the first index of inputs corresponding to an valid output value