bbgo_origin/doc/release/v1.33.4.md
2022-06-13 11:44:05 +08:00

1022 B

Fixes

  • Fixed fixedpoint percentage boundary check.
  • Fixed syncing goroutine leak
  • Removed kline debug log
  • Fixed telegram notifier args filtering.
  • Fixed message format args filtering.
  • Fixed RecordPosition profit pointer checking.

Strategy Updates

  • pivotshort: add bounce short support.

Full Changelog

  • #712: fix: fixedpoint percentage bound check
  • #710: strategy: pivot: add bounce short
  • #708: format js code by prettier
  • #706: add prettier to format the typescript code
  • #703: fix: syncing goroutine leak
  • #705: add codecoverage badge
  • #704: ci: codecoverage
  • #700: pivotshort: add breakLow.bounceRatio option