2.2 KiB
2.2 KiB
- #1134: strategy: [xfunding] fix binance api and add initial setup for futures account
- #1133: FIX: end batch query if start > end
- #1132: strategy: xfunding: add profit stats and collect funding fee info
- #1131: strategy: xfunding: improve sync goroutine, add mutex lock, fix binance websocket message parsing ...
- #1127: feature: strategy: xfunding
- #1125: FEATURE: [grid2] using dnum
- #1129: strategy: fixedmaker: replenish on start
- #1126: FIX: max: move submitOrderLimiter to the exchange wide var
- #1124: FEATURE: emit grid error when failed to recover or open grid
- #1122: strategy: fixedmaker: clamp skew
- #1123: exits/trailingstop: fix typo
- #1119: FEATURE: make PinOrderMap's key from string to Pin
- #1120: REFACTOR: [grid2] pull out backoff cancel all to cancelAllOrdersUntilSuccessful
- #1117: strategy: fixedmaker: add option to use ATR to adjust spread ratio
- #1118: MINOR: use Debug config for debug log
- #1113: strategy: fixedmaker: add skew to adjust bid/ask price
- #1116: FIX: fix gracefully shutdown SaveState call for Isolation
- #1115: FIX: [grid2] fix correct price metrics
- #1114: FEATURE: verify the grids before emit filled orders
- #1112: FIX: fix wrong fee currency
- #1111: strategy: rebalance: make CreatePositions and CreateProfitStats public