pub fn adx_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &AdxBatchRange,
k: Kernel,
) -> Result<AdxBatchOutput, AdxError>pub fn adx_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &AdxBatchRange,
k: Kernel,
) -> Result<AdxBatchOutput, AdxError>