0.1.0 - Initial release
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:
- add the other 60+ indicators from Stock Indicators for .NET.
- 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.