pub fn atr_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &AtrBatchRange,
k: Kernel,
) -> Result<AtrBatchOutput, AtrError>pub fn atr_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &AtrBatchRange,
k: Kernel,
) -> Result<AtrBatchOutput, AtrError>