Skip to content

Releases: DaveSkender/Stock.Indicators

2.3.0

07 Sep 04:38
4b35ba3
Compare
Choose a tag to compare

New indicators:

  • ATR Trailing Stop - #891
  • Chande Momentum Oscillator - #893

Special thanks to:

❤️ If you use our library and like what we're doing, consider becoming a sponsor.

2.2.1

23 Aug 04:40
cebdec7
Compare
Choose a tag to compare

Oops, forgot to make .ToQuotes() public for HeikinAshi - #881

2.2.0

21 Aug 16:57
a637789
Compare
Choose a tag to compare

New indicators:

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

06 Aug 21:05
2599b77
Compare
Choose a tag to compare

Bug fixed:

  • ADX producing NaN result values with flat quotes over warmup periods - #859

Special thanks to:

2.1.1

31 Jul 20:21
5dcda9a
Compare
Choose a tag to compare

Minor feature improvement:

  • Stochastic RSI can now be generated from a prior chainable indicator - #854

Special thanks to:

2.1.0

10 Jul 01:53
Compare
Choose a tag to compare

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:

2.0.3

03 Jul 20:51
a897923
Compare
Choose a tag to compare

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

Minor new utility:

Bug fixes:

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

2.0.2

27 Jun 03:07
98adfdd
Compare
Choose a tag to compare

Minor update:

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

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

2.0.1

21 Jun 04:24
90532a5
Compare
Choose a tag to compare

Chore: remove v1 migration helper error and warning messages

⚠️ 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.

2.0.0 - indicator chaining

19 Jun 08:48
05bbd34
Compare
Choose a tag to compare

Major Release

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

⚠️ 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 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!