Skip to main content

natr_batch_with_kernel

Function natr_batch_with_kernel 

Source
pub fn natr_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &NatrBatchRange,
    k: Kernel,
) -> Result<NatrBatchOutput, NatrError>