pub fn chande_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &ChandeBatchRange,
direction: &str,
k: Kernel,
) -> Result<ChandeBatchOutput, ChandeError>pub fn chande_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &ChandeBatchRange,
direction: &str,
k: Kernel,
) -> Result<ChandeBatchOutput, ChandeError>