Skip to main content

bop_batch_with_kernel

Function bop_batch_with_kernel 

Source
pub fn bop_batch_with_kernel(
    open: &[f64],
    high: &[f64],
    low: &[f64],
    close: &[f64],
    kernel: Kernel,
) -> Result<BopBatchOutput, BopError>