bbgo_origin/doc/release/v1.60.1.md
c9s f6865f664c
Some checks are pending
Go / build (1.21, 6.2) (push) Waiting to run
golang-lint / lint (push) Waiting to run
add v1.60.1 release note
2024-09-04 14:58:07 +08:00

2.7 KiB

Fixes

  • fixed xmaker bugs
  • updated helm chart for sync cronjob
  • fixed max deposits api

Full Changelog

  • #1727: FIX: update timeInForce for binance margin order
  • #1729: FIX: [max] fix v3 deposit state conversion
  • #1723: FIX: [xmaker] avoid calculate margin from 0.0 signal
  • #1721: FIX: [xmaker] fix aggregatePrice method
  • #1725: IMPROVE: [xmaker] improve hedge margin account leverage calculation
  • #1722: FEATURE: [xmaker] add signals
  • #1720: FEATURE: [xmaker] margin credit improvement
  • #1718: FEATURE: [xmaker] add more config metrics
  • #1719: IMPROVE: [xmaker] fix bollinger band price calculation
  • #1709: IMPROVE: [xmaker] improve profit stats ticker and integrate rate limiter
  • #1708: FEATURE: [xmaker] integrate circuit breaker
  • #1712: FEATURE: [xmaker] add profit fixer
  • #1710: IMPROVE: [xmaker] improve stability
  • #1717: REFACTOR: [xmaker] refactor hedge worker and quote worker
  • #1716: FIX: [xmaker] profit object can be nil
  • #1707: FIX: [xmaker] position metrics missing label
  • #1715: UPGRADE: [go] upgrade packages that are too old
  • #1713: FEATURE: [chart] add env vars section
  • #1711: FEATURE: [binance] add new margin order side effect AUTO_BORROW_REPAY
  • #1705: FIX: [k8s] fix sync.enabled option
  • #1704: FEATURE: [k8s] add cronjob for sync
  • #1700: Fix: [autobuy] fix error when bollinger settings is not set
  • #1703: FEATURE: [core] add position metrics
  • #1702: IMPROVE: improve balance related metrics
  • #1699: REFACTOR: [twap] upgrade twap command and add optional order update rate limiter
  • #1701: RELEASE: v1.60.0
  • #1714: dep: bump actions/setup-node from 2 to 4