Function calculate_adl

Source
pub fn calculate_adl(
    df: &DataFrame,
    high_col: &str,
    low_col: &str,
    close_col: &str,
    volume_col: &str,
) -> PolarsResult<Series>
Expand description

Calculate Accumulation/Distribution Line (ADL)

Returns a Series with ADL values