Skip to content

Commit

Permalink
feat: support minimum purchase amount (chrisleekr#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr authored Sep 9, 2021
1 parent 7f1a761 commit 27f9ca4
Show file tree
Hide file tree
Showing 14 changed files with 771 additions and 130 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]

- Clear exchange/symbol info cache in the Redis periodically - [#284](https://github.com/chrisleekr/binance-trading-bot/issues/284)
- Added minimum required order amount - [#84](https://github.com/chrisleekr/binance-trading-bot/issues/84)

## [0.0.78] - 2021-09-05

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ to view the past changes.

- [ ] Improve sell strategy with conditional stop price percentage based on the profit percentage - [#94](https://github.com/chrisleekr/binance-trading-bot/issues/94)
- [ ] Add sudden drop buy strategy - [#67](https://github.com/chrisleekr/binance-trading-bot/issues/67)
- [ ] Add minimum required order amount - [#84](https://github.com/chrisleekr/binance-trading-bot/issues/84)
- [ ] Manage setting profiles (save/change/load?/export?) - [#151](https://github.com/chrisleekr/binance-trading-bot/issues/151)
- [ ] Improve notifications by supporting Apprise - [#106](https://github.com/chrisleekr/binance-trading-bot/issues/106)
- [ ] Support cool time after hitting the lowest price before buy - [#105](https://github.com/chrisleekr/binance-trading-bot/issues/105)
Expand Down
Loading

0 comments on commit 27f9ca4

Please sign in to comment.