pub fn supertrend_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &SuperTrendBatchRange,
k: Kernel,
) -> Result<SuperTrendBatchOutput, SuperTrendError>pub fn supertrend_batch_with_kernel(
high: &[f64],
low: &[f64],
close: &[f64],
sweep: &SuperTrendBatchRange,
k: Kernel,
) -> Result<SuperTrendBatchOutput, SuperTrendError>