Releases: chrisleekr/binance-trading-bot
Releases · chrisleekr/binance-trading-bot
v0.0.81
- Quick fix with Github actions
v0.0.80
What's Changed
- Enhanced auto-trigger buy feature - #316
- Added TradingView Technical Analysis - #327
- Updated buy/auto-buy trigger/sell action to integrate with TradingView Technical Analysis - #327
- Fixed dust transfer base amount. Thanks @ilbuonmarcio - #346
- Added /status endpoint. Thanks @ilbuonmarcio - #347
- Added logging features for actions - #362
Full Changelog: v0.0.79...v0.0.80
How to upgrade
There are some changes in docker-compose.sever.yml
file.
If you are not in master
branch.
$ git checkout master
And then git pull and pull the docker images.
$ git pull
$ docker-compose -f docker-compose.server.yml pull
$ docker-compose -f docker-compose.server.yml up -d
v0.0.79
- Clear exchange/symbol info cache in the Redis periodically - #284
- Added minimum required order amount - #84
- Added estimates for quote assets. Thanks @ilbuonmarcio - #305
- Support limit for buy open orders/open trades - #147
- Fixed CRLF issue on Windows. Thanks @ilbuonmarcio - #326
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!