Releases: bennycode/trading-signals
Releases · bennycode/trading-signals
v3.6.0
What's Changed
Other Changes
- On-Balance Volume (OBV) by @AndrewBarba in #394
New Contributors
- @AndrewBarba made their first contribution in #394
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- feat(ROC): Add faster implementation by @bennycode in #385
- feat(STOCH): Add faster implementation by @bennycode in #386
- fix(ADX,BBW,STOCH): Process zeros by @bennycode in #387
- refactor(test): Replace Jasmine with Jest by @bennycode in #388
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- feat(MACD): Add faster implementation by @bennycode in #384
Full Changelog: v3.3.0...v3.4.0
v2.5.0
What's Changed
- feat(CCI,MAD): Add Commodity Channel Index (CCI) & Mean Absolute Deviation (MAD) by @bennycode in #355
- feat(CCI): Add faster CCI implementation by @bennycode in #356
- chore: Add pull request template by @bennycode in #357
- test(EMA): Replace fixtures by @bennycode in #358
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed
- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 by @dependabot in #339
- chore(deps-dev): bump ts-node from 10.2.1 to 10.4.0 by @dependabot in #340
- chore(deps-dev): bump lint-staged from 11.1.2 to 11.2.6 by @dependabot in #343
- chore(deps-dev): bump @types/jasmine from 3.9.1 to 3.10.1 by @dependabot in #346
- chore(deps-dev): bump eslint-plugin-typescript-sort-keys from 1.8.0 to 2.0.0 by @dependabot in #342
- chore(deps-dev): bump @types/node from 16.11.1 to 16.11.6 by @dependabot in #341
- chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 by @dependabot in #344
- chore(deps-dev): bump jasmine from 3.9.0 to 3.10.0 by @dependabot in #345
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 by @dependabot in #347
- feat(EMA): Add faster EMA implementation by @patotoma in #348
- feat(ci): Automatically add GitHub labels to PRs by @bennycode in #349
- refactor: Simplify indicator interfaces by @bennycode in #351
- test(ema): Benchmark faster EMA implementation by @bennycode in #350
- test(MA): Add tests for moving average base class by @bennycode in #352
- chore(ci): Automatically generate release notes by @bennycode in #353
New Contributors
Full Changelog: v2.4.0...v2.4.1