Skip to content

Releases: facioquo/stock-indicators-python

1.3.0

06 May 11:39
bd24d59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

07 Mar 13:33
696b101
Compare
Choose a tag to compare

What's Changed

Special thanks to:

  • @hmuhdkamran for identifying missing ROC momentum values in #353
  • @rafalsza for supporting additional error handling for Pandas DataFrame users in #348
  • @imgbot for making their first contribution in #350

Full Changelog: 1.2.0...1.2.1

1.2.0

23 Jan 12:12
9119a69
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

29 Dec 04:04
e80b1b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.1

01 Jan 02:34
3e23e4c
Compare
Choose a tag to compare

Maintenance update

  • Bump DLL version from 2.4.0 to 2.4.7 (#296)
  • Bump Python.NET from 3.0.0.post1 to 3.0.1 (#290)

For more information:

Full Changelog: 1.0.0...1.0.1+7

1.0.0

20 Oct 03:22
6d69b11
Compare
Choose a tag to compare

The first stable release of Stock Indicators for Python has been released!!🎂🎉

Updated Features

  • Rename get_sma_extended to get_sma_analysis(#264)
  • Several property type changes in CandleProperties(#279)
  • Several return type changes(#260, #264)
    • ADL
    • Alligator
    • ALMA
    • Aroon
    • ATR
    • Bollinger Bands®
    • CMF
    • Chaikin Oscillator
    • Chandelier Exit
    • DEMA
    • DPO
    • Elder-ray Index
    • EMA
    • EPMA
    • HMA
    • HTL
    • Keltner Channels
    • MACD
    • MA Envelopes
    • MAMA
    • MFI
    • SMA
    • SMI
    • SMMA
    • STARC Bands
    • Stdev Channels
    • T3
    • TEMA
    • TRIX
    • Volatility Stop
    • VWAP
    • VWMA
    • Williams %R
    • WMA
  • Average Directional Movement Index (ADX) - Add result value(#262)
  • Williams Fractal - Add parameter(#258)
  • Parabolic SAR - Add parameter(#256)
  • Ichimoku Cloud - Add parameter(#252)
  • Support IntEnum to enable comparison with integer(#257)
  • Beta Coefficient - Change parameters location(#264)⚠️
  • Price Relative Strength (PRS) - Change parameters location(#264)⚠️
  • Drop Mono support - Use .NET 6 instead(#275)⚠️
  • Remove warning for deprecated features - No longer available (#281)⚠️

Bug Fix

  • Fix accessing CandleProperties(#278)

Performance

  • Approx. 60% improvement in runnning time. See here.

Dependency

  • Bump DLL version from v1.23.1 to v2.4.0(#264)
  • Bump .NET version of DLL from .NET Standard 2.1 to .NET 6.0(#242)
  • Bump pythonnet from 3.0.0a1 to 3.0.0.post1(#241, #267)

⚠️ may cause incompatibility.


For more information, see the:

Full Changelog: 0.8.0+19...1.0.0

0.8.1

16 Aug 13:17
24f42eb
Compare
Choose a tag to compare

The Stock Indicators for Python has been updated with minor patch for the better user experience.

This library is a Python wrapper of the Stock Indicators for .NET library.
Please treat all versions before 1.0.0 as previews.

Updated Feature

  • Enums can now be imported with shortcut path. (#246)
    from stock_indicators.indicators.common.enums import PivotPointType
    from stock_indicators import PivotPointType        # version >= 0.8.1
  • The documentation also has been updated for this feature. (#247)
    (Before there was lack of information for enums😖)

For more information, see the:

Full Changelog: 0.8.0+19...0.8.1+2

0.8.0

08 Jun 13:06
b706d00
Compare
Choose a tag to compare

The 0.8.0 version of Stock Indicators for Python has been released.

This library is 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.

Our priorities going forward are to:

  1. add all of the indicators from Stock Indicators for .NET.
  2. work on performance tuning to improve library speed

New Features

  • Zig Zag - New Indicator(#222)

Updated Features

  • Exponential Moving Average (EMA) - Add parameter(#219)
  • Simple Moving Average (SMA) - Add parameter(#218)
  • Weighted Moving Average (WMA) - Add parameter(#225)
  • Moving Average Convergence/Divergence (MACD) - Add parameter(#234)
  • Triple Exponential Moving Average (TEMA) - API changed, Module name changed(#223, #229). ⚠️
  • Double Exponential Moving Average (DEMA) - API changed, Module name changed(#223, #229). ⚠️
  • CandlePart Enum - Add more options(#224)
  • to_quotes helper method - Deprecated(#235)⚠️

Dependency

  • Bump .NET DLL from 1.22.4 to 1.23.1(#221, #229)

⚠️ may cause incompatibility.


For more information, see the:

Full Changelog: 0.7.0+24...0.8.0+19

0.7.0

11 Apr 17:42
84b7d4f
Compare
Choose a tag to compare

The 7th 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.

Our priorities going forward are to:

  1. add all of the indicators from Stock Indicators for .NET.
  2. work on performance tuning to improve library speed

New Indicators

  • Gator Oscillator
  • Moving Average Envelopes
  • Percentage Volume Oscillator
  • Pivot Points
  • Pivots
  • Renko Chart
  • Rolling Pivot Points

Updated Indicators

  • Beta Coefficient
  • Chandelier Exit
  • Williams Alligator

Dependency

  • Bump pythonnet from 2.5.2 to 3.0.0a1
  • Use .NET Standard 2.1 instead of .NET Standard 2.0.

For more information, see the:

Full Changelog: 0.6.0...0.7.0+24

0.6.0

18 Mar 07:17
4de7202
Compare
Choose a tag to compare

The sixth 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.

Our priorities going forward are to:

  1. add all of the indicators from Stock Indicators for .NET.
  2. work on performance tuning to improve library speed

The below is the indicators newly added in this release:

  • (preview)Doji
  • (preview)Marubozu
  • Ultimate Oscillator
  • Volatility Stop
  • Vortex Indicator (VI)
  • Volume Weighted Average Price (VWAP)
  • Volume Weighted Moving Average (VWMA)
  • Williams %R
  • Weighted Moving Average (WMA)
See all indicators
  • Accumulation/Distribution Line (ADL)
  • Average Directional Index (ADX)
  • Williams Alligator
  • Arnaud Legoux Moving Average (ALMA)
  • Aroon
  • Average True Range (ATR)
  • Awesome Oscillator
  • Beta Coefficient
  • Bollinger Bands®
  • Balance of Power (BOP)
  • Commodity Channel Index (CCI)
  • Chaikin Oscillator
  • Chandelier Exit
  • Choppiness Index (CHOP)
  • Chaikin Money Flow (CMF)
  • Connors RSI
  • Correlation Coefficient
  • Donchian Channels
  • Double Exponential Moving Average (DEMA)
  • Detrended Price Oscillator (DPO)
  • Elder-ray Index
  • Exponential Moving Average (EMA)
  • Endpoint Moving Average (EPMA)
  • Fractal Chaos Bands (FCB)
  • Ehlers Fisher Transform
  • Force Index
  • Williams Fractal
  • Heikin-Ashi
  • Hull Moving Average (HMA)
  • Hilbert Transform Instantaneous Trendline (HTL)
  • Hurst Exponent
  • Ichimoku Cloud
  • Kaufman’s Adaptive Moving Average (KAMA)
  • Keltner Channels
  • Klinger Volume Oscillator (KVO)
  • KDJ Index
  • Moving Average Convergence/Divergence (MACD)
  • MESA Adaptive Moving Average (MAMA)
  • Money Flow Index (MFI)
  • On-balance Volume (OBV)
  • Parabolic SAR (stop and reverse)
  • Price Momentum Oscillator (PMO)
  • Price Relative Strength (PRS)
  • Rate of Change (ROC)
  • Relative Strength Index (RSI)
  • Slope
  • Simple Moving Average (SMA)
  • Stochastic Momentum Index (SMI)
  • Smoothed Moving Average (SMMA)
  • Stoller Average Range Channel (STARC) Bands
  • Schaff Trend Cycle (STC)
  • Standard Deviation Channels
  • Rolling Standard Deviation
  • Stochastic Oscillator
  • Stochastic RSI
  • Super Trend
  • Tillson T3
  • Triple Exponential Moving Average (TEMA)
  • Triple EMA Oscillator (TRIX)
  • True Strength Index (TSI)
  • Ulcer Index (UI)

For more information, see the:

Full Changelog: 0.5.0+16...0.6.0