Skip to content

Releases: c9s/bbgo

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

BBGO v1.48.0

15 Jun 07:25
472a9fd
Compare
Choose a tag to compare

New Strategies

  • xalign
  • scmaker

Features

  • v2 indicator apis

Full Changelog

  • #1197: FEATURE: [strategy] add stable coin market maker
  • #1174: FEATURE: [grid2] recover with twin orders
  • #1194: IMPROVE: improve hhllstop message
  • #1196: FIX: [xalign] add DryRun and fix quote amount calculation
  • #1195: FEATURE: [strategy] add xalign strategy
  • #1192: IMPROVE: improve order executor error checking, trailing stop and indicators
  • #1193: FIX: [schedule] fix quantity truncation add minBaseBalance config
  • #1188: FEATURE: [indicator] add multiply operator
  • #1185: FIX: [autoborrow] add max borrowable check and add more notifications
  • #1189: FEATURE: [indicator] add v2 stddev indicator
  • #1190: FEATURE: [indicator] add v2 pivot low indicator
  • #1187: FEATURE: [indicator] add stoch v2
  • #1186: FEATURE: [indicator] add v2 CMA indicator
  • #1184: FEATURE: [indicator] add v2 MACD, SMA
  • #1183: REFACTOR: [indicator] replace all Index(i) callers
  • #1182: REFACTOR: add parameter index to the Last method
  • #1181: FEATURE: [indicator] add new ATR, RMA indicators with the new API design
  • #1179: FEATURE: new indicator API design
  • #1180: FIX: [grid2] fix base quote investment check
  • #1176: FIX: [grid2] fix base + quote calculation and add baseGridNumber config field
  • #1177: FIX: some types and operations in SeriesExtended are not supported
  • #1172: FEATURE: [grid2] truncate base quantity for quote+base mode
  • #1171: FEATURE: Add types.StrInt64 for decoding integer in JSON string format
  • #1169: WIP: FEATURE: add bitget exchange support
  • #1156: REFACTOR: pull out Fast* methods to FastOrderExecutor
  • #1166: FIX: [max] replace deprecated max v3 API
  • #1167: FEATURE: support binance futures trading data