Skip to content

Releases: c9s/bbgo

BBGO v1.14.1

21 Mar 02:24
@c9s c9s
Compare
Choose a tag to compare

Bug Fixes

  • Fixed grid strategy persistence instance id for restoring. (if the parameters are changed, we should not restore)
  • Adjust fee calculation to percentage numbers instead of bps.
  • Show grid strategy arbitrage profit and fixed the quote currency name.
  • For MAX exchange, it now loads the Vip fee from the MAX Vip level api.
  • Fixed the placeorder command, done by @ycdesu

BBGO v1.14.0

18 Mar 06:29
@c9s c9s
Compare
Choose a tag to compare

Features

  • Added balances command, thanks @ycdesu
  • Added orderbook command, thanks @ycdesu
  • Added query open orders support for FTX, thanks @ycdesu
  • Added Linode StackScript for USDT/TWD grid
  • Added and improved withdraws/deposits sync

Strategies

Grid

  • Added persistence support
  • Added price quantity scale support

Bug Fixes

  • Fixed grid strategy's price calculation.
  • Fixed grid strategy re-post orders issue
  • Fixed reward sync issue
  • Fixed order book validation, thanks @ycdesu
  • Removed unused conditions, thanks @Larry850806

BBGO v1.13.0

01 Mar 04:25
@c9s c9s
Compare
Choose a tag to compare

Features

  • Added quantity scales (exponential, logarithmic, linear, quadratic) to grid strategy and support strategy.
  • Added more FTX exchange implementation. (Thanks @ycdesu !)
  • Added reward service and reward record sync.
  • Added new balances cmd for querying balances.

Improvements

  • Improved data sync checking mech.
  • Now QueryMarginAccount method converts and parses the Binance margin account structure into the global types.
  • Added more margin order side effect alias. borrow, marginBuy and autoRepay

Bug Fixes

  • Fix sync issue when database service is not configured.

BBGO v1.12.0

22 Feb 07:49
@c9s c9s
Compare
Choose a tag to compare

Features

  • Added Web API for fetching sessions, assets, balances
  • Added Desktop App for OS X platform
  • Added a wizard interface for setting up grid strategies.
  • Improved and fixed Binance margin trading API integrations.
  • Added FTX skeleton (Thanks @ycdesu)
  • Added Ticker API (Thanks @ychi)
  • Added PnL limit option (Thanks @jnlin)
  • Change Desktop app backend from lorca to webview
  • Added sync progress when desktop app is started.

Strategy

  • Added support strategy for finding support price

Fixes

  • Fixes the kline subscription option checking (empty interval should raise error)
  • Fixed grid price band issue and balance quota checking
  • Fixed bollgrid balance checking, thanks @Larry850806
  • Added websocket ping handler to the finance websocket connection handling.
  • Fixed MAX trade side conversion, thanks @jnlin

BBGO v1.11.0

14 Feb 18:11
@c9s c9s
Compare
Choose a tag to compare
BBGO v1.11.0 Pre-release
Pre-release

Features

  • Added Web API for fetching sessions, assets, balances
  • Added Desktop App for OS X platform
  • Added a wizard interface for setting up grid strategies.
  • Improved and fixed Binance margin trading API integrations.
  • Added FTX skeleton (Thanks @ycdesu)
  • Added Ticker API (Thanks @ychi)
  • Added PnL limit option (Thanks @jnlin)

Strategy

  • Added support strategy for finding support price

Fixes

  • Fixes the kline subscription option checking (empty interval should raise error)
  • Fixed grid price band issue and balance quota checking
  • Fixed bollgrid balance checking, thanks @Larry850806
  • Added websocket ping handler to the finance websocket connection handling.
  • Fixed MAX trade side conversion, thanks @jnlin

BBGO v1.10.0

24 Jan 02:33
@c9s c9s
Compare
Choose a tag to compare

Improvements

  • binance: improve depth event filtering and reloading.
  • max: support group ID for canceling orders.
  • refactor and improve the build settings from config

BBGO v1.6.0

31 Dec 09:35
@c9s c9s
Compare
Choose a tag to compare

Features

  • Renamed movingstop to trailingstop. Add support for single exchange and cross exchange.

BBGO v1.5.0

29 Dec 09:33
Compare
Choose a tag to compare

Features

  • Added MAX cancel all orders, cancel orders by symbol, cancel orders by group ID
  • Added helm chart
  • Added publicOnly mode to Stream

Improvements

  • Added slack error rate limiting

Bug Fixes

  • Fixed grid strategy order placing

BBGO v1.4.0

14 Dec 08:51
@c9s c9s
Compare
Choose a tag to compare

Features

  • Added one-time password for Telegram bot session
  • Added Telegram bot session persistence support
  • Improve buyandhold strategy for changed point and EMA average line checking

BBGO v1.3.1

09 Dec 08:18
@c9s c9s
Compare
Choose a tag to compare

Features:

  • added telegram bot
  • added persistence support (redis and json file)

Bug fixes:

  • fixed compile flag check