Function TA_ADOSC

Source
pub unsafe extern "C" fn TA_ADOSC(
    startIdx: c_int,
    endIdx: c_int,
    inHigh: *const f64,
    inLow: *const f64,
    inClose: *const f64,
    inVolume: *const f64,
    optInFastPeriod: c_int,
    optInSlowPeriod: c_int,
    outBegIdx: *mut c_int,
    outNBElement: *mut c_int,
    outReal: *mut f64,
) -> TA_RetCode