Skip to content

Releases: c9s/bbgo

BBGO v1.50.3

02 Aug 06:04
82a43dc
Compare
Choose a tag to compare
Merge pull request #1257 from c9s/c9s/max-grid2-fee-discounted

FEATURE: [grid2] fee discounted filtering

BBGO v1.51.0

24 Jul 09:27
bc0fd7a
Compare
Choose a tag to compare

Full Changelog

  • #1241: FEATURE: [max] add fee discounted field support
  • #1242: FIX: [max] fix MAX withdrawal address parameter name
  • #1237: FEATURE: add new exchange Bybit GetAccountInfo/GetInstrumentsInfo api
  • #1240: FIX: [xmaker] refactor and fix xmaker's trade recover
  • #1239: FIX: [grid2] add remove duplicated pins and pull out filter price prec func
  • #1236: FEATURE: add log formatter flag in chart value
  • #1235: CHORE: turn off network error log
  • #1234: FIX: fix infinite iterate and critical section
  • #1233: FIX: [grid2] fix upper pin
  • #1198: FEATURE: add ProfitStatsTracker
  • #1229: REFACTOR: rewrite cci indicator into v2
  • #1230: CHORE: add SMA example as a test
  • #1226: REFACTOR: pull out base strategy struct
  • #1228: REFACTOR: move v2 indicators to the indicator/v2 package
  • #1227: FEATURE: add rsicross strategy
  • #1225: FEATURE: support nested persistence
  • #1224: FEATURE: add google spreadsheet service support
  • #1223: FEATURE: add google spreadsheet service
  • #1222: FIX: [xfunding] fix transfer clean up
  • #1221: FEATURE: add triangular arbitrate strategy as an example
  • #1220: REFACTOR: refactor risk control with the order executor interface and mocks
  • #1219: FEATURE: [scmaker] integrate risk control
  • #1218: FEATURE: [scmaker] add liquiditySkew support
  • #1217: FIX: log hhllStop higher high and lower low detection instead of notify

BBGO v1.50.2

18 Jul 08:28
bded2ed
Compare
Choose a tag to compare
FIX: [grid2] fix upper pin

BBGO v1.50.1

02 Jul 06:34
19552b0
Compare
Choose a tag to compare

Full Changelog

  • #1216: Fix: exit/hhllStop bugs
  • Fixed indicator nil map issue

BBGO v1.50.0

30 Jun 04:24
3aa2aed
Compare
Choose a tag to compare

Full Changelog

  • #1214: REFACTOR: [bollmaker] upgrade to indicator v2
  • #1213: FEATURE: add v2 indicator set api
  • #1215: FIX: [grid2] use tryLock during the openGrid process

BBGO v1.49.0

29 Jun 09:46
ead9b97
Compare
Choose a tag to compare

Full Changelog

  • #1212: FEATURE: add risk controls for strategies
  • #1211: CHORE: bbgo: rename env ENABLE_MARKET_TRADE_STOP to DISABLE_MARKET_TRADE_STOP
  • #1206: IMPROVE: improve stop loss methods
  • #1210: REFACTOR: move retry functions
  • #1209: FEATURE: helm add deployment annotation
  • #1208: FIX: add log formatter option and update settings for staging
  • #1207: MINOR: [grid2] delete order prices metric
  • #1205: FIX: [xalign] add balance fault tolerance range
  • #1204: FIX: typo in xalign config
  • #1203: FEATURE: pass deployment labels to pod
  • #1202: FIX: [xgap] fix group id range
  • #1201: FIX: typo in helm chart additionalLabels
  • #1200: CHORE: release helm chart
  • #1199: FEATURE: allow additional labels

BBGO v1.48.4

19 Jun 09:36
0d2afef
Compare
Choose a tag to compare

Full Changelog

Fixes

  • scmaker: preload indicator history klines

BBGO v1.48.3

19 Jun 07:48
9b8c2b5
Compare
Choose a tag to compare

Full Changelog

Fixes

  • scmaker: graceful shutdown should cancel all orders
  • scmaker: clear orders when start up

BBGO v1.48.2

19 Jun 07:20
98a78b5
Compare
Choose a tag to compare

Full Changelog

Fixes

  • fix number() call
  • fix test

Strategies

  • scmaker: add MaxExposure option
  • xfunding: add more notificiation

BBGO v1.48.1

16 Jun 01:01
e1c602c
Compare
Choose a tag to compare