Skip to content

Commit

Permalink
Merge pull request #167 from lit26/master
Browse files Browse the repository at this point in the history
Add indicators and test data
  • Loading branch information
bukosabino authored Nov 9, 2020
2 parents bb93ffc + e0f853f commit aabf780
Show file tree
Hide file tree
Showing 15 changed files with 1,158 additions and 24 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is a Technical Analysis library useful to do feature engineering from financi

![Bollinger Bands graph example](doc/figure.png)

The library has implemented 34 indicators:
The library has implemented 42 indicators:

#### Volume

Expand All @@ -31,9 +31,13 @@ The library has implemented 34 indicators:
* Bollinger Bands (BB)
* Keltner Channel (KC)
* Donchian Channel (DC)
* Ulcer Index (UI)

#### Trend

* Simple Moving Average (SMA)
* Exponential Moving Average (EMA)
* Weighted Moving Average (WMA)
* Moving Average Convergence Divergence (MACD)
* Average Directional Movement Index (ADX)
* Vortex Indicator (VI)
Expand All @@ -44,17 +48,21 @@ The library has implemented 34 indicators:
* KST Oscillator (KST)
* Ichimoku Kinkō Hyō (Ichimoku)
* Parabolic Stop And Reverse (Parabolic SAR)
* Schaff Trend Cycle (STC)

#### Momentum

* Relative Strength Index (RSI)
* Stochastic RSI (SRSI)
* True strength index (TSI)
* Ultimate Oscillator (UO)
* Stochastic Oscillator (SR)
* Williams %R (WR)
* Awesome Oscillator (AO)
* Kaufman's Adaptive Moving Average (KAMA)
* Rate of Change (ROC)
* Percentage Price Oscillator (PPO)
* Percentage Volume Oscillator (PVO)

#### Others

Expand Down
Loading

0 comments on commit aabf780

Please sign in to comment.