Releases: ldrick/trade-indicators
Releases · ldrick/trade-indicators
0.5.0
0.4.1
0.4.0
- add
toPromise
- removed
unwrap
(usetoPromise
instead) - removed
dma
(useema
orsmma
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
0.3.1
0.3.0
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