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 4 of 19

2.1.010

New indicator:

- True Range (TR) - see 845 for explanation

True Range was always part of the results for Average True Range (ATR), but we're pulling it out independently for people who want to apply any of our available moving average types instead.

Special thanks to:

- barisertekin and Erdogan34 for the recommendation

2.0.0340

Major Release

This release introduces a major new indicator chaining capability and has breaking changes.

:warning: If migrating from v1, install version 2.0.0 first to get informative errors and warnings to assist in the migration.

New features:

- **indicator chaining** - see 802 for details, examples, and a list of breaking changes
- slope of any indicator - 630
- moving average of any indicator, etc
- indicator of indicators

Special thanks to:

- preintel and others for recommending slope for indicators
- ooples for general chaining inspiration

See our [roadmap](https://github.com/DaveSkender/Stock.Indicators/discussions/218) for notable planned features. We'll be working on a preview for streaming uses cases next; and will continue to work on new indicators and candlestick patterns. Help wanted!

2.0.33

:warning: If migrating from v1, install version 2.0.0 first to get informative errors and warnings to assist in the migration.

Minor new utility:

- `results.Condense()` utility function - 833, see [the guide](https://daveskender.github.io/Stock.Indicators/utilities/#condense)

Bug fixes:

- use `null` instead of `NaN` in results to reduce user friction - 839

2.0.23

Minor update:

- return the same length as the provided `quotes` when chaining, for consistency - 834

:warning: If migrating from v1, install version 2.0.0 first to get informative errors and warnings to assist in the migration.

2.0.12

Chore: remove v1 migration helper error and warning messages

:warning: If migrating from v1, install version 2.0.0 first to get informative errors and warnings to assist in the migration.

This release removes that information. See 802 for more information on breaking changes.

1.23.116

Minor new features and updates:

- [Basic Quote Transforms](https://daveskender.github.io/Stock.Indicators/indicators/BasicQuote/#content) - 776
- add use of `candlePart` to [MACD](https://daveskender.github.io/Stock.Indicators/indicators/Macd/#content) - 788
- made percent values in [Doji](https://daveskender.github.io/Stock.Indicators/indicators/Doji/#content) and [Marubozu](https://daveskender.github.io/Stock.Indicators/indicators/Marubozu/#content) non-decimalized for consistency - 791

⚠️ Minor breaking changes:

- numerous output values changed from `decimal` to `double` - 797, 799
- renamed class `Signal` to `Match` for candlestick patterns to avoid conflicts with common user names - 791

Internal chores:

- add gaussian Brownian motion random quotes to test rig - 803

Special thanks to:

- tiger2014 for contributing `candlePart` for MACD
- mihakralj for contributing GBM test rig tools

Page 4 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.