Skip to content

Releases: cinar/indicator

v2.1.2

07 Sep 04:17
cba1c86
Compare
Choose a tag to compare

What's Changed

  • Stop loss strategy added. by @cinar in #203
  • Build tools target is added to the taskfile. by @cinar in #204
  • Fixing a deadlock issue in the outcome calculation. by @cinar in #205
  • Repository factory is added. by @cinar in #206
  • Repository factory new tests. by @cinar in #207

Full Changelog: v2.1.1...v2.1.2

v2.1.1

31 Aug 07:21
7a0b2bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Jul 20:03
c271eff
Compare
Choose a tag to compare

What's Changed

  • Updated link to v1 branch. by @cinar in #178
  • Types of function parameters are combined. by @cinar in #186
  • Using %q to quote a string in fmt.Sprintf format specifiers. by @cinar in #187
  • Using http.NoBody instead of nil in http.NewRequest calls. by @cinar in #188
  • Combining multiple append into a single call. by @cinar in #189
  • Snapshot volume is changed to float64 from int64. by @cinar in #190

Full Changelog: v2.0.6...v2.1.0

v2.0.6

19 Jul 14:33
9b5191e
Compare
Choose a tag to compare

What's Changed

  • Add .gomarkdoc.yml and update docs by @sunglim in #173
  • Fixing the comment for helper.Shift function. by @cinar in #176
  • ATR calculation to use the previous closing value. by @cinar in #175

Full Changelog: v2.0.5...v2.0.6

v2.0.5

30 Jun 22:36
7168efc
Compare
Choose a tag to compare

What's Changed

  • Use Go 1.22 in devcontainer.json by @sunglim in #162
  • Remove debug log messages from kama trend calculator. by @HouzuoGuo in #164
  • Enable defining a new date format for reports. by @cinar in #165

New Contributors

Full Changelog: v2.0.4...v2.0.5

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.