Function adosc

Source
pub fn adosc(
    high: &Vec<f64>,
    low: &Vec<f64>,
    close: &Vec<f64>,
    volume: &Vec<f64>,
    fastperiod: i32,
    slowperiod: i32,
) -> (Vec<f64>, TA_Integer)
Expand description

TA_ADOSC - Aroon Oscillator

Input: high, low, close, volume, fastperiod, slowperiod

Output: (1st, 2nd)

1st: output vector(f64)

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