Releases: chrisleekr/binance-trading-bot
Releases · chrisleekr/binance-trading-bot
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.
Fixed manual trade
- Fixed the issue with the order not found error for the manual order
Support manual trade
- 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
- 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
-
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
- Added crossorigin attribute to site.webmanifest - Thanks @romualdr
- Updated Github related
Bug fix for frontend
- 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
- Correct step for "Limit price percentage" config
Thanks @thamlth