Stock-indicators

Latest version: v1.3.0

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 15 of 19

0.9.1

New indicators:

- Money Flow Index (MFI)
- Price Momentum Oscillator (PMO)

Chores:

- add globalization considerations
- update documentation

0.8.019

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](https://github.com/DaveSkender/Stock.Indicators.Python/issues) 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](https://daveskender.github.io/Stock.Indicators/).
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:

- [documentation site](https://daveskender.github.io/Stock.Indicators.Python/)
- [PyPI project page](https://pypi.org/project/stock-indicators/)

**Full Changelog**: https://github.com/DaveSkender/Stock.Indicators.Python/compare/0.7.0+24...0.8.0+19

0.8.12

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)
python
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:

- [documentation site](https://daveskender.github.io/Stock.Indicators.Python/)
- [PyPI project page](https://pypi.org/project/stock-indicators/)

**Full Changelog**: https://github.com/DaveSkender/Stock.Indicators.Python/compare/0.8.0+19...0.8.1+2

0.8.5

- change Chandelier multiplier from `double` to `decimal` - potentially breaking change
- add `[Serializable]` attribute to public classes. this is needed in rare cases where package users want to convert object to binary or use certain types of compression

0.8.3

BREAKING CHANGES:

- updated Stochastic RSI to require more parameters to control the Stochastic behavior and change from scale of 1 to 100
- replace use of `float` with `decimal` data type in calculations and result data due to minor observed rounding errors

Chores:
- update unit tests and documentation

0.8.0

New indicators:

- Double Exponential Moving Average (DEMA)
- ConnorsRSI

Chores:

- protected SET on Index property in Quote and various results classes.

If you are using derived classes for any of these, see the [using derived classes](https://daveskender.github.io/Stock.Indicators/GUIDE.html#using-derived-classes) section in the Guide for more information.

Page 15 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.