pub fn hypertrend_batch_with_kernel(
high: &[f64],
low: &[f64],
source: &[f64],
sweep: &HyperTrendBatchRange,
kernel: Kernel,
) -> Result<HyperTrendBatchOutput, HyperTrendError>pub fn hypertrend_batch_with_kernel(
high: &[f64],
low: &[f64],
source: &[f64],
sweep: &HyperTrendBatchRange,
kernel: Kernel,
) -> Result<HyperTrendBatchOutput, HyperTrendError>