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

Added Aroon Oscillator and change in SMA docstring. #20

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2018

  1. Added Aroon Oscillator in aroon.py and README.md.

    Changed Simple Moving Average formula in its docstring.
    g8a9 committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    978ffb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Added True Strength Index.

    g8a9 committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    5901580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75cdb4b View commit details
    Browse the repository at this point in the history
  3. Cleanup in force_index.

    g8a9 committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    b9ebbc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. Bugfix in accumulation_distribution if high == low (division by zero):

    keep the same value of previous day.
    g8a9 committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    bcc2d62 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Added Percentage variation of OnBalanceVolume.

    This indicator can be used to compare different series that have
    different volumes.
    g8a9 committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    36e31f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Fix On Balance Volume

    On Balance Volume percentage had a wrong definition.
    g8a9 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    76b8af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Fix RSI

    g8a9 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9d6bf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1697ea0 View commit details
    Browse the repository at this point in the history