Skip to main content

adaptive_macd_with_kernel

Function adaptive_macd_with_kernel 

Source
pub fn adaptive_macd_with_kernel(
    input: &AdaptiveMacdInput<'_>,
    kernel: Kernel,
) -> Result<AdaptiveMacdOutput, AdaptiveMacdError>