Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH-171] Add support for PVO #172

Merged
merged 1 commit into from
Jul 10, 2023
Merged

[GH-171] Add support for PVO #172

merged 1 commit into from
Jul 10, 2023

Commits on Jul 10, 2023

  1. [GH-171] Add support for PVO

    The Percentage Volume Oscillator (PVO) is a momentum oscillator for volume.
    The PVO measures the difference between two volume-based moving averages as
    a percentage of the larger moving average.
    
    https://school.stockcharts.com/doku.php?id=technical_indicators:percentage_volume_oscillator_pvo
    
    Formular:
    
    * Percentage Volume Oscillator (PVO):
      ((12-day EMA of Volume - 26-day EMA of Volume)/26-day EMA of Volume) x 100
    * Signal Line: 9-day EMA of PVO
    * PVO Histogram: PVO - Signal Line
    jealous committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e977691 View commit details
    Browse the repository at this point in the history