Skip to content

BBGO v1.13.0

Compare
Choose a tag to compare
@c9s c9s released this 01 Mar 04:25
· 8174 commits to main since this release

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.