Skip to content

Releases: ldrick/trade-indicators

0.5.0

29 Jan 20:57
Compare
Choose a tag to compare
  • change: Provide as ESM Package

0.4.1

16 Dec 20:17
Compare
Choose a tag to compare
  • update dependencies

0.4.0

18 Oct 18:44
Compare
Choose a tag to compare
  • add toPromise
  • removed unwrap (use toPromise instead)
  • removed dma (use ema or smma instead)
  • changed results to Number
  • changed results in Records to keep calculated length, instead of trimming them to minimum length
  • changed consequent usage of fp-ts
  • fix handling of 0 inputs
  • fix several performance improvements

0.3.2

03 Aug 17:17
24632c6
Compare
Choose a tag to compare
  • add Inline Documentation
  • add GitHub Pages
  • fix Performance improvements in arrayToBig and objectToBig

0.3.1

30 Jul 19:55
3d2a697
Compare
Choose a tag to compare
  • fix basic documentation

0.3.0

29 Jul 13:36
6ae5cf5
Compare
Choose a tag to compare

This release uses amazing Big.js to improve precision of calculated values and awesome fp-ts to clearly communicate throught the API, that Errors can be returned.
This is a breaking change release

  • Added macd
  • Added pdi, mdi into adx
  • Added unwrap
  • Improved Test Coverage a little 😁
  • Fixed Handling of Infinity, -Infinity, NaN and pure 0 values
  • Fixed throwing Errors, instead Either<Error, Big[] | BigObject> is given

0.2.0

19 Oct 19:51
Compare
Choose a tag to compare
  • Added adx, atr, mdi, pdi
  • Fixed distracting leading zeros by removing these values (breaking-change)

v0.1.2

15 Oct 19:56
Compare
Choose a tag to compare

fix smma finally with proper test data

v0.1.1

15 Oct 09:09
Compare
Choose a tag to compare

Fix smma to be based on ema