Skip to content

Commit

Permalink
feat: limit for buy open orders/open trades (chrisleekr#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr authored Sep 19, 2021
1 parent 2f6b7cf commit 05a9edf
Show file tree
Hide file tree
Showing 36 changed files with 2,500 additions and 307 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- 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)
- Added estimates for quote assets - Thanks [@ilbuonmarcio](https://github.com/ilbuonmarcio) - [#305](https://github.com/chrisleekr/binance-trading-bot/pull/305)
- Support limit for buy open orders/open trades - [#147](https://github.com/chrisleekr/binance-trading-bot/issues/147)

## [0.0.78] - 2021-09-05

Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = grunt => {
'./public/dist/js/AccountWrapper.min.js',
'./public/dist/js/QuoteAssetGridTradeArchiveIcon.min.js',
'./public/dist/js/ProfitLossWrapper.min.js',
'./public/dist/js/OrderStats.min.js',
'./public/dist/js/Status.min.js',
'./public/dist/js/Footer.min.js',
'./public/dist/js/FilterIcon.min.js',
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ to view the past changes.
- [ ] 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)
- [ ] Reset global configuration to initial configuration - [#97](https://github.com/chrisleekr/binance-trading-bot/issues/97)
- [ ] Support limit for active buy/sell orders - [#147](https://github.com/chrisleekr/binance-trading-bot/issues/147)
- [ ] Develop simple setup screen for secrets
- [ ] Support multilingual frontend - [#56](https://github.com/chrisleekr/binance-trading-bot/issues/56)
- [ ] Non linear stop price and chase function - [#246](https://github.com/chrisleekr/binance-trading-bot/issues/246)
Expand Down
Loading

0 comments on commit 05a9edf

Please sign in to comment.