Skip to main content

hypertrend_batch_with_kernel

Function hypertrend_batch_with_kernel 

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