Skip to content

Releases: chrisleekr/binance-trading-bot

v0.0.81

22 Oct 11:51
Compare
Choose a tag to compare
  • Quick fix with Github actions

v0.0.80

22 Oct 11:21
Compare
Choose a tag to compare

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

19 Sep 08:19
Compare
Choose a tag to compare
  • 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

04 Sep 20:55
Compare
Choose a tag to compare
  • 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

26 Aug 21:09
Compare
Choose a tag to compare
  • 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

17 Aug 11:46
Compare
Choose a tag to compare
  • Fixed profit calculation. Thanks @Bajt1 - #270
  • Improve Frontend performance with Gzip and compression
  • Disabled saving every single order to MongoDB
  • Fixed closed trade history error can't $divide by zero. Thanks @BramFr - #276
  • Clear closed trade history cache when changing the period

Auto re-buy and closed trades history

13 Aug 14:13
Compare
Choose a tag to compare
  • 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

01 Aug 14:06
Compare
Choose a tag to compare

Grid trading and sorting

29 Jul 12:24
Compare
Choose a tag to compare
  • 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

07 Jul 11:28
Compare
Choose a tag to compare

Thanks, @habibalkhabbaz and @pedrohusky for your contributions!