Stock-indicators

Latest version: v1.3.0

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

Scan your dependencies

Page 11 of 19

1.6.2

New micro-features:

- added a `results.Find()` helper method to query a specific date in the indicator results collection (see [docs](https://daveskender.github.io/Stock.Indicators/docs/GUIDE.html#helper-functions))
- added a `history.Validate()` method to replace `Cleaners.ValidateHistory()` method

Chores:

- internals: refactor rename Cleaner class items to use more precise language
- updated [performance benchmarks](https://daveskender.github.io/Stock.Indicators/tests/performance)

1.6.0

New indicators:

- [True Strength Index (TSI)](https://daveskender.github.io/Stock.Indicators/indicators/Tsi/#content)
- [Balance of Power (BOP)](https://daveskender.github.io/Stock.Indicators/indicators/Bop/#content)
- [Percentage Volume Oscillator (PVO)](https://daveskender.github.io/Stock.Indicators/indicators/Pvo/#content)
- [Volume Weighted Average Price (VWAP)](https://daveskender.github.io/Stock.Indicators/indicators/Vwap/#content)

Chores:

- minor bug fixes
- update documentation

1.5.0

New indicators:

- [Awesome Oscillator](https://daveskender.github.io/Stock.Indicators/indicators/Awesome/#content)
- [Moving Average Envelopes](https://daveskender.github.io/Stock.Indicators/indicators/MaEnvelopes/#content)
- [STARC Bands](https://daveskender.github.io/Stock.Indicators/indicators/StarcBands/#content)
- [Rolling Pivot Points](https://daveskender.github.io/Stock.Indicators/indicators/RollingPivots/#content)

Minor breaking changes:

- update misc indicator history Exception thresholds based on a precision convergence analysis -- you may need to slightly increase the amount of history provided in some cases for RSI, MAMA, ADX, ATR, Chaikin Oscillator, ConnorsRSI, EMA, KAMA, Keltner Channels, MACD, PMO, Stochastic RSI, and TRIX.
- renamed several results properties for `Sma` trendlines to a less confusing name -- you'll have to update references if using the optional `Sma` signal line for ADL, OBV, PRS, ROC, and StdDev.

Bug fixes:

- [Donchian Channel](https://daveskender.github.io/Stock.Indicators/indicators/Donchian/#content) was including the current period for evaluating high/low thresholds
- Camarilla variant of [Pivot Points](https://daveskender.github.io/Stock.Indicators/indicators/PivotPoints/#content) had a math error in the PP value

1.4.0

New indicators:

- [Pivot Points](https://daveskender.github.io/Stock.Indicators/indicators/PivotPoints/#content) in 5 flavors
- [Kaufman’s Adaptive Moving Average (KAMA)](https://daveskender.github.io/Stock.Indicators/indicators/Kama/#content)
- [MESA Adaptive Moving Average (MAMA)](https://daveskender.github.io/Stock.Indicators/indicators/Mama/#content)
- [Arnaud Legoux Moving Average (ALMA)](https://daveskender.github.io/Stock.Indicators/indicators/Alma/#content)

Modified indicators:

- increased `history` threshold for RSI (222)

Chores:

- add [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions) for indicators and for other conversations

1.3.0

What's Changed
* docs: Add link to QuickStart repo by DaveSkender in https://github.com/facioquo/stock-indicators-python/pull/360
* chore: Add `.gitattributes` file by DaveSkender in https://github.com/facioquo/stock-indicators-python/pull/364
* feat: Add McGinley Dynamic by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/367
* feat: Add ATR Trailing Stop by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/369
* docs: Update social card by DaveSkender in https://github.com/facioquo/stock-indicators-python/pull/371
* feat: Add Chande Momentum Oscillator (CMO) by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/370
* feat: Add optional params on Stochastic Oscillator by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/372
* feat: Replace find() implementation with Python by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/373
* feat: Replace remove_warmup_periods() implementation with Python by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/374
* docs: Transfer-related URL updates by DaveSkender in https://github.com/facioquo/stock-indicators-python/pull/375
* feat: Add deprecation warning on `reload()` and `done()` by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/378
* feat: Add `condense()` on all supported indicators by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/377
* test: Update benchmarks by LeeDongGeon1996 in https://github.com/facioquo/stock-indicators-python/pull/380


**Full Changelog**: https://github.com/facioquo/stock-indicators-python/compare/1.2.1...1.3.0

1.2.1

What's Changed
* chore: Add all env test workflow by LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/77
* ci: Add Codacy code coverage by DaveSkender in https://github.com/DaveSkender/Stock.Indicators.Python/pull/336
* docs: Remove broken test coverage badge by DaveSkender in https://github.com/DaveSkender/Stock.Indicators.Python/pull/347
* docs: Refresh icons by DaveSkender in https://github.com/DaveSkender/Stock.Indicators.Python/pull/349
* refactor: Optimize images by imgbot in https://github.com/DaveSkender/Stock.Indicators.Python/pull/350
* feat: Add explanatory error message for `FormatException` by LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/351
* docs: Add blurb for trouble with converting to quotes by LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/352
* feat: Add Momentum to ROC by LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/355
* fix: Wrap exception to add helpful exception message by LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/354
* feat: Declare quote wrappers as class for better linting by LeeDongGeon1996 in https://github.com/DaveSkender/Stock.Indicators.Python/pull/356

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 https://github.com/DaveSkender/Stock.Indicators.Python/pull/350

**Full Changelog**: https://github.com/DaveSkender/Stock.Indicators.Python/compare/1.2.0...1.2.1

Page 11 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.