Skip to content

BBGO v1.58.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 09:01

Full Changelog

  • #1593: FIX: [xalign] add more complex test case for xalign strategy
  • #1594: FIX: [dca2] fix order group id not set issue
  • #1589: FEATURE: [dca2] add ttl for persistence and nextRoundPaused flag
  • #1592: FIX: [xalign] correct the base/quote currency balance name when it's reversed
  • #1591: FIX: [okx] update okx url
  • #1586: IMPROVE: [dca2] new struct RoundCollector for testing and use flag to decide re…
  • #1587: FIX: [xtri] remove repetitive words
  • #1582: Fix: Restore parameters when update active order book
  • #1588: FIX: [xalign] check if the quote balance will be used up and below the expected balance
  • #1585: FIX: [xalign] fix reversed market
  • #1584: MINOR: [dca2] use GeneralBackoff not GeneralLiteBackoff
  • #1583: FEATURE: [okx] query recent trades
  • #1580: FIX: [dca2] must calculate and emit profit at the end of the round
  • #1581: MINOR: [okx][bitget] remove the query after place order
  • #1579: CHORE: [xgap] subscribe to level 5 book
  • #1575: FEATURE: [bbgo] add ExchangePublic
  • #1578: FIX: [okx] remove the query after place order
  • #1577: FIX: [bitget] fix post only order
  • #1576: MINOR: [dca2] add more log and retry
  • #1574: MINOR: [dca2] remove debug log
  • #1572: TEST: [bitget] add test to query trades, cancel orders, closed orders
  • #1573: CHORE: [max] adjust max order limiter
  • #1569: FIX: fix some typos
  • #1571: FIX: [rebalance] fix cannot lock fund
  • #1570: MINOR: add log when there is error at calculating and emit profit
  • #1568: FIX: [xfunding] add many fixes and improvements
  • #1563: TEST: [bitget] add market/limit maker tests for place order
  • #1567: REFACTOR: refactor profit fixer
  • #1565: TEST: [bitget] add more tests for query open orders
  • #1566: FIX: [xdepthmaker] fix crash
  • #1564: FIX: [xdepthmaker] fix use of uninitialized vars
  • #1561: FIX: [bitget] support market order on bitget unfilled order conversion
  • #1562: FIX: [xdepthmaker] add disableHedge option and put profix fixer before Initialize()
  • #1560: TEST: [bitget] add tests for query account, place order
  • #1559: FEATURE: [xdepthmaker] add profit fixer
  • #1558: TEST: [bitget] add test for kline and ticker
  • #1556: TEST: [bitget] add tests for query markets
  • #1540: MINOR: [dca2] add metrics for dca2
  • #1555: FIX: [bbgo] use origin order if error occurred
  • #1554: MINOR: [bbgo] add more logs
  • #1549: FIX: [exit] Use configuration instead of kine fixed interval
  • #1550: FEATURE: [rebalance] add balance type
  • #1552: FIX: [dca2] all the profit will use in the first order of the next round
  • #1553: FEAT: Add SMMA indicator
  • #1551: DELETE: [okx] rm redundant codes
  • #1545: FEATURE: add universal cancel all orders api helper