use calculate_aroon;
use *;
/// Calculates the Aroon Oscillator
///
/// # Arguments
///
/// * `df` - DataFrame containing the price data with high, low columns
/// * `window` - Window size for calculation (typically 25)
///
/// # Returns
///
/// Returns a PolarsResult containing the Aroon Oscillator Series (Aroon Up - Aroon Down)