Skip to content

Releases: chrisleekr/binance-trading-bot

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!

Fixed dust transfer

14 Jun 13:34
Compare
Choose a tag to compare

Fixed the issue with dust transfer

Manual trade for all symbols

14 Jun 07:15
Compare
Choose a tag to compare
  • Support manual trade for all symbols - #100
  • Configured Redis password
  • Support converting small balances to BNB - #100

Fixed manual trade

05 Jun 12:19
Compare
Choose a tag to compare
  • Fixed order handling which Binance API returns cancelled order status as CANCELED, not CANCELLED.