Skip to main content

kdj_batch_with_kernel

Function kdj_batch_with_kernel 

Source
pub fn kdj_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &KdjBatchRange,
    k: Kernel,
) -> Result<KdjBatchOutput, KdjError>