Skip to content

Releases: cinar/indicator

v2.0.4

15 Jun 04:38
1832e4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

12 Jun 14:13
2da686e
Compare
Choose a tag to compare

What's Changed

  • Kaufman's Adaptive Moving Average (KAMA) strategy is added by @cinar in #152
  • True Strength Index (TSI) is added. by @cinar in #153
  • True Strength Index (TSI) strategy is added. by @cinar in #155

Full Changelog: v2.0.2...v2.0.3

v2.0.2

10 Jun 00:06
902c276
Compare
Choose a tag to compare

What's Changed

  • Kaufman's Adaptive Moving Average (KAMA) indicator is added by @cinar in #151

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Jun 02:26
7fc7abb
Compare
Choose a tag to compare

What's Changed

  • CLA signatures are stored in a separate branch. by @cinar in #144
  • Go Report Card - momentum/ichimoku_cloud.go - Line 27: warning: "resistence" is a misspelling of "resistance" (misspell) Fixed #141 by @cinar in #143
  • Go Report Card - helper/divide.go - Line 17: warning: "divison" is a misspelling of "division" (misspell) by @cinar in #145
  • Update ci.yml by @cinar in #146
  • CodeCov badge to master. by @cinar in #147
  • Upgrade CLA to 2.4.0. by @cinar in #149

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Jun 16:57
5203635
Compare
Choose a tag to compare

Release V2: Complete rewrite of the library with major improvements:

  • Enhanced Code Quality: A complete rewrite was undertaken to achieve and maintain at least 90% code coverage.
  • Improved Testability: Each indicator and strategy have dedicated test data in CSV format for easier validation.
  • Streamlined Data Handling: The library was rewritten to operate on data streams (Go channels) for both inputs and outputs.
  • Configurable Indicators and Strategies: All indicators and strategies were designed to be fully configurable with no preset values.
  • Generics Support: The library leverages Golang generics to support various numeric data formats.

v1.3.0

21 Oct 22:38
def9908
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot in #125
  • Chaging the type of Volume from int64 to float64. by @cinar in #127

Full Changelog: v1.2.25...v1.3.0

v1.2.25

22 Jun 20:36
957e57e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.24...v1.2.25

v1.2.24

30 Jun 17:55
70e4e65
Compare
Choose a tag to compare

What's Changed

  • Volume Weighted Moving Average (VWMA) by @cinar in #110

Full Changelog: v1.2.23...v1.2.24

v1.2.23

26 Jun 18:14
f8c8f86
Compare
Choose a tag to compare

What's Changed

  • Std improvements by @rene-post in #104
  • Rename Std to StdFromSma and have a Std function without the Sma provided by @cinar in #107

New Contributors

Full Changelog: v1.2.22...v1.2.23

v1.2.22

24 Jun 02:02
6b80892
Compare
Choose a tag to compare

What's Changed

  • Bollinger Bands standard deviation calculation is different from other implementations by @cinar in #103

Full Changelog: v1.2.21...v1.2.22