Releases: chrisleekr/binance-trading-bot
Releases · chrisleekr/binance-trading-bot
v0.0.78
- Added indexes for MongoDB
- Updated configuration to use cache as well to improve performance
- Updated redis.conf to disable AOF for improving performance
- Moved grid/manual orders to MongoDB from Redis since Redis is not persistent anymore
- Updated MongoDB to not acknowledge insert/update/delete
- Updated Slack message for authentication. Thanks @caebwallace - #287
- Support Redis DB. Thanks @azorpax - #292
- Support Rate Limiter to prevent brute force. Thanks @caebwallace - #287
v0.0.77 - Bug fixes
- Support setting minimum logging level. Thanks ruslan-khalitov - #280
- Fixed cached symbol info is not removed when saving the global configuration
Fixed some bugs and improve frontend performance
Auto re-buy and closed trades history
- Support triggering buy automatically after configured minutes
- Support triggering grid trade for selling manually
- Save trades when the last buy price is removed
- Display closed trades history - #160
- Display closed trades profit
- Support deleting trade history
- Support ARM/v7 (Raspberry Pi 4 32bit) docker image in the DockerHub
Secure frontend and filter symbols
- Secure frontend with the password authentication. Thanks @pedrohusky - #240
- Show badge for the customised symbol configuration by @habibalkhabbaz - #258
- Filter symbols in the frontend. Thanks @pedrohusky - #120 #242
Grid trading and sorting
- Make the local tunnel to be disabled by default. Thanks @pedrohusky
- Support Grid strategy for buy/sell to mitigate loss/increasing profit - #158
- Add frontend option to disable sorting or improve sorting - #244
Thanks @pedrohusky and @habibalkhabbaz for your contributions!
ATH buy restriction & Last Buy Price Threshold
- Support ATH buy restriction by @habibalkhabbaz - #82
- Support last buy price removing threshold by @pedrohusky - #190
Thanks, @habibalkhabbaz and @pedrohusky for your contributions!
Fixed dust transfer
Fixed the issue with dust transfer
Manual trade for all symbols
Fixed manual trade
- Fixed order handling which Binance API returns cancelled order status as CANCELED, not CANCELLED.