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