Skip to content

Releases: DaveSkender/Stock.Indicators

1.10.4

28 Mar 18:29
1e11a4e
Compare
Choose a tag to compare

⚠️ WARNING: This version contains a critical bug in ZigZag that was fixed in v1.10.6. Migrate to newer versions.

Minor bugfix:

  • handle Zig Zag initialization bug - #400

Minor feature update:

  • add Efficiency Ratio as output for KAMA - #398

Special thanks to:

1.10.0

14 Mar 02:42
a68ed12
Compare
Choose a tag to compare

New indicators:

Chores:

Special thanks to:

  • @tanjera for contributing SMMA and Williams Alligator
  • @ssathya for contributing documentation updates

1.9.0

21 Feb 23:16
ec7bae6
Compare
Choose a tag to compare

New indicators:

Modified indicators

Chores:

Special thanks to:

  • @Fredrik-C for recommending and testing HT Trendline
  • @ray2k for recommending Standard Deviation Channels and inspiring EPMA

1.8.0

13 Feb 01:30
a09ef67
Compare
Choose a tag to compare

New indicators:

Special thanks to:

  • @vebollu for recommending Vortex Indicator
  • "BA" for recommending Fractal Chaos Bands
  • @tanjera for contributing the code for Choppiness Index

1.7.0

31 Jan 23:47
9287453
Compare
Choose a tag to compare

New indicators:

Minor breaking change:

  • Moved extra SMA analysis to new variant: GetSmaExtended. If you were using the extended=true parameter value in GetSma, you'll have to update the reference to the new separate extended method. See more info on this new convention to separate concerns.

Chores:

  • Added GitHub lockbot to lock old closed issues and pull requests. Apologies for the spam notifications while that process caught up, for those of you who were watching the repo. It is caught up now.
  • Update documentation

1.6.6

19 Jan 04:23
f46f619
Compare
Choose a tag to compare

New minor feature:

  • add IDE inline tooltip information with links to online documentation (e.g. in Visual Studio), example:

    image

Chores:

  • increase the history threshold for SuperTrend to match the underlying ATR threshold
  • update code analysis and misc code cleanup
  • update documentation
  • remove internal use of GitVersion in build

1.6.3

11 Jan 01:27
6e85399
Compare
Choose a tag to compare

New minor feature:

  • add KDJ Index as an extension of Stochastic Oscillator

Special thanks to @muteddisk for contributing the idea.

1.6.2

09 Jan 22:45
9b64e8f
Compare
Choose a tag to compare

New micro-features:

  • added a results.Find() helper method to query a specific date in the indicator results collection (see docs)
  • added a history.Validate() method to replace Cleaners.ValidateHistory() method

Chores:

1.6.0

04 Jan 02:02
82c66df
Compare
Choose a tag to compare

1.5.0

30 Dec 04:47
3527648
Compare
Choose a tag to compare

New indicators:

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 was including the current period for evaluating high/low thresholds
  • Camarilla variant of Pivot Points had a math error in the PP value