Skip to content

Releases: c9s/bbgo

BBGO v1.26.0

14 Jan 19:44
Compare
Choose a tag to compare

Features

  • improved telegram interaction and authentication process
  • added interaction for bollmaker strategy

Fixes

  • fixed local active book graceful order cancel
  • bollmaker: fixed uptrendSkew and downtrendSkew parameters setting on bollmaker strategy

BBGO v1.25.4

13 Jan 03:44
Compare
Choose a tag to compare

Fixes

  • xmaker: add price heart beat checker
  • types: fix order book copy

BBGO v1.25.3

12 Jan 05:03
Compare
Choose a tag to compare

Full Changelog

  • #424: fix: [binance] add order rate limiter
  • #432: ftx: Support LIMIT_MAKER and IOC_LIMIT order type
  • types: fixed rbt orderbook
  • xmaker: add price volume heartbeat protection

BBGO v1.25.2

11 Jan 06:27
Compare
Choose a tag to compare

Fixes

  • binance: fix listen key worker
  • binance: adjust websocket read timeout

BBGO v1.25.0

09 Jan 15:01
Compare
Choose a tag to compare

Minor

  • Finalizing bollmaker strategy

BBGO v1.24.0

09 Jan 03:51
Compare
Choose a tag to compare

Minor

  • Adjust minimal quantity and minimal notional threshold
  • Improved position fee display for telegram

Strategy

  • Added bollmaker strategy

Fixes

  • Added error rate limiter for xmaker
  • Fixed slack rate limit by applying rate limiter to 1 message per second
  • Fixed quantity truncation and add check for min quantity n min notional for xmaker

BBGO v1.23.0

08 Jan 11:16
Compare
Choose a tag to compare

Minor

  • Improved bollpp strategy.
  • Refactored websocket stream.

Fixes

  • Fixed limit maker order type in back-testing
  • Added market info cache expiry time
  • Fixed MAX exchange authenticated event parsing

BBGO v1.22.3

31 Dec 18:57
Compare
Choose a tag to compare

Fixes

  • Fixed empty start time sync issue

BBGO v1.22.2

31 Dec 17:43
Compare
Choose a tag to compare

Fixes

  • Fixed kucoin query history order for trading data syncing.

Minor

  • Avoid syncing canceled unfilled orders into db.

BBGO v1.22.1

31 Dec 07:34
Compare
Choose a tag to compare

Fixes

  • Fixed kucoin trade convert
  • Fixed trade, order data sync issue
  • Fixed binance withdrawal rejected record failure issue

Minor

  • Print klines only when DEBUG_KLINE is enabled.