Releases: adocquin/kraken-dca
Releases · adocquin/kraken-dca
v1.4.0
Kraken DCA 1.3.0
What's Changed
- dev: Added docker badge to README. by @adocquin in #27
- dev: Added table of contents and emojis to headers. by @adocquin in #28
- dev: Black and Flake8 formatting compliance and test. by @adocquin in #29
- dev: README update. by @adocquin in #30
- #32 new option to ignore orders with differing amounts by @joergrs in #33
- dev: Small tweaks on the implementation of the 'ignore_differing_orde… by @adocquin in #34
Full Changelog: v1.2.3...v1.3.0
Thanks, @joergrs!
Kraken DCA 1.2.3
Kraken DCA 1.2.2
Kraken DCA 1.2.1
What's Changed
Full Changelog: v1.2.0...v1.2.1
Kraken DCA 1.2.0
What's Changed
- Bump pip from 21.0.1 to 21.1 by @dependabot in #10
- Small fixes and improvement. Added max_price feature and corresponding unit tests by @adocquin in #14
- Fixed Github packages CI by @adocquin in #15
- Bump numpy from 1.20.2 to 1.21.0 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v1.1.1...v1.2.0
Kraken DCA 1.1.1
- Added limit_factor pair option to configuration file to adjust order limit price based on a factor of the actual pair price.
What's Changed
New Contributors
Full Changelog: v1.1.0...v1.1.1
Kraken DCA 1.1.0
- Added multiple pairs support.
- Added unit tests for KrakenDCA object and updated other classes tests.
- Configuration file example and README updated.
Kraken DCA 1.0.3
Several minor updates.
Kraken DCA 1.0.2
Kraken DCA now uses Kraken API package: https://github.com/FuturBroke/kraken-api