Releases: DaveSkender/Stock.Indicators
2.3.0
New indicators:
Special thanks to:
- @wclark17 for recommending CMO
- @myalgomate for recommending ATR Trailing Stop
- @stridskoma2 and @myalgomate for your patronage
❤️ If you use our library and like what we're doing, consider becoming a sponsor.
2.2.1
2.2.0
New indicators:
- McGinley Dynamic moving average - #875
Bugs fixes and improvements:
- fix: Renko pivot bricks - #877
- improved handling of flat quotes for ADX - #863
- added
.ToQuotes()
option for Heikin-Ashi - #873 - exposed numerous utility functions - #878
Special thanks to @myalgomate, @moslem7026, @burakoner, and @shinel70 for recommending these items.
2.1.2
Bug fixed:
- ADX producing
NaN
result values with flat quotes over warmup periods - #859
Special thanks to:
- @myalgomate for reporting the issue
2.1.1
Minor feature improvement:
- Stochastic RSI can now be generated from a prior chainable indicator - #854
Special thanks to:
- @cyberyaga for identifying this use case
2.1.0
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.3
2.0.2
2.0.1
2.0.0 - indicator chaining
Major Release
This release introduces a major new indicator chaining capability and has breaking changes.
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:
See our roadmap 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!