Skip to content

BBGO v1.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@c9s c9s released this 14 Feb 18:11
· 8364 commits to main since this 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