Skip to main content

trend_follower_batch_slice

Function trend_follower_batch_slice 

Source
pub fn trend_follower_batch_slice(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    volume: &[f64],
    range: &TrendFollowerBatchRange,
) -> Result<TrendFollowerBatchOutput, TrendFollowerError>