Releases: c9s/bbgo
Releases · c9s/bbgo
BBGO v1.50.3
Merge pull request #1257 from c9s/c9s/max-grid2-fee-discounted FEATURE: [grid2] fee discounted filtering
BBGO v1.51.0
- #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
FIX: [grid2] fix upper pin
BBGO v1.50.1
- #1216: Fix: exit/hhllStop bugs
- Fixed indicator nil map issue
BBGO v1.50.0
BBGO v1.49.0
- #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
BBGO v1.48.3
Fixes
- scmaker: graceful shutdown should cancel all orders
- scmaker: clear orders when start up
BBGO v1.48.2
Fixes
- fix number() call
- fix test
Strategies
- scmaker: add MaxExposure option
- xfunding: add more notificiation