Skip to content

Releases: chrisleekr/binance-trading-bot

Fixed manual trade

05 Jun 11:31
Compare
Choose a tag to compare
  • Fixed the issue with the order not found error for the manual order

Support manual trade

05 Jun 07:07
Compare
Choose a tag to compare
  • add Chinese translation of readme by @izayl - #205
  • Support manual trade - #100
    • Note that extra features - Support buy/sell for all symbols and dust transfer - are not included with this release.

How to update

Refer https://github.com/chrisleekr/binance-trading-bot#how-to-use

Support monitoring multiple coins simultaneously

21 May 13:01
Compare
Choose a tag to compare
  • Updated frontend to display version - #59
  • Support monitoring multiple coins simultaneously - #77
  • Added docker-stack.yml for the Portainer - @hipposen
  • Fixed precision issues for some FIAT - #90
  • Improved frontend & settings UI - #93 #85
  • Support all symbols - #104
  • Added stop loss feature - #99
  • Stabilised Local Tunnel, cronjob and Binance WebSocket
  • Prevented to place new order when the API limit reached - #163
  • Added NPM task for building docker image on Windows by @garyng - #175

How to update

Refer https://github.com/chrisleekr/binance-trading-bot#how-to-use

Bug fixes

27 Mar 04:52
Compare
Choose a tag to compare
  • Fixed typo that caused buying action was not applied

  • Updated global configuration to be able to apply for all symbols

  • Updated symbol configuration to be able to reset to the global configuration

Housekeeping

19 Mar 08:41
Compare
Choose a tag to compare
  • Added crossorigin attribute to site.webmanifest - Thanks @romualdr
  • Updated Github related

Bug fix for frontend

18 Mar 23:46
Compare
Choose a tag to compare
  • Fix the bug with limit step in the frontend
  • Updated the frontend to display buy open orders with the buy signal

Bug fix for frontend

18 Mar 09:49
Compare
Choose a tag to compare
  • Correct step for "Limit price percentage" config

Thanks @thamlth

Bug fix

17 Mar 08:52
Compare
Choose a tag to compare

When placing new STOP-LOSS-LIMIT order after cancelling the current order, it didn't refresh the balance information. This release is to fix the bug that was not refreshing the balance.

Breaking Changes - Added new features

14 Mar 01:31
Compare
Choose a tag to compare

New features

  • Breaking changes Re-organise configuration structures
  • Apply trailing buy (chase-stop-loss-limit) order for buy signal as well
  • Added more candle periods - 1m, 3m and 5m
  • Allow disabling local tunnel

Breaking Changes

As I introduce a new feature, I did lots of refactoring the code including settings. If the bot version is lower than the version 0.0.57, then the update will cause lost your settings and the last buy price records. You must write down settings and the last buy price records and re-configure after the upgrade.

If experiences any issue, simply delete all docker volumes/images and re-launch the bot.

How to update

If using docker-compose.yml

$ git pull
$ docker-compose up -d --build

If using docker-compose.server.yml

$ git pull
$ docker-compose -f docker-compose.server.yml pull
$ docker-compose -f docker-compose.server.yml up -d

If using docker-compose.rpi.yml

$ git pull
$ docker build . --build-arg NODE_ENV=production --target production-stage -t chrisleekr/binance-trading-bot:latest
$ docker-compose -f docker-compose.rpi.yml up -d

Quick fix for frontend

13 Mar 09:36
Compare
Choose a tag to compare
v0.0.56

Update version to 0.0.56 [skip ci]