Skip to content

0.1.0 - Initial release

Compare
Choose a tag to compare
@DaveSkender DaveSkender released this 06 Dec 02:46
· 272 commits to main since this release
ff57f0c

This is the initial release of Stock Indicators for Python, a Python wrapper of the Stock Indicators for .NET library.

Please treat all versions before 1.0.0 as previews. Expect breaking changes as we get more community feedback and fine-tune everything. We will enumerate breaking changes in these release notes.

For more information, see the:

Our priorities going forward are to:

  1. add the other 60+ indicators from Stock Indicators for .NET.
  2. work on performance tuning to improve library speed

This initial release includes 18 indicators:

  • Aroon
  • Average Directional Index (ADX)
  • Moving Average Convergence/Divergence (MACD)
  • SuperTrend
  • Williams Alligator
  • Bollinger Bands®
  • Awesome Oscillator
  • KDJ Index
  • Relative Strength Index
  • Stochastic Oscillator
  • Stochastic RSI
  • Williams Fractal
  • Accumulation/Distribution Line (ADL)
  • Arnaud Legoux Moving Average (ALMA)
  • Exponential Moving Average (EMA)
  • Simple Moving Average (SMA)
  • Average True Range (ATR)
  • Beta Coefficient

Special thanks to our lead maintainer @LeeDongGeon1996 for all the hard work to get us here.