diff --git a/doc/release/v1.45.0.md b/doc/release/v1.45.0.md new file mode 100644 index 000000000..ab1ddbd3a --- /dev/null +++ b/doc/release/v1.45.0.md @@ -0,0 +1,23 @@ +[Full Changelog](https://github.com/c9s/bbgo/compare/v1.44.1...main) + + - [#1134](https://github.com/c9s/bbgo/pull/1134): strategy: [xfunding] fix binance api and add initial setup for futures account + - [#1133](https://github.com/c9s/bbgo/pull/1133): FIX: end batch query if start > end + - [#1132](https://github.com/c9s/bbgo/pull/1132): strategy: xfunding: add profit stats and collect funding fee info + - [#1131](https://github.com/c9s/bbgo/pull/1131): strategy: xfunding: improve sync goroutine, add mutex lock, fix binance websocket message parsing ... + - [#1127](https://github.com/c9s/bbgo/pull/1127): feature: strategy: xfunding + - [#1125](https://github.com/c9s/bbgo/pull/1125): FEATURE: [grid2] using dnum + - [#1129](https://github.com/c9s/bbgo/pull/1129): strategy: fixedmaker: replenish on start + - [#1126](https://github.com/c9s/bbgo/pull/1126): FIX: max: move submitOrderLimiter to the exchange wide var + - [#1124](https://github.com/c9s/bbgo/pull/1124): FEATURE: emit grid error when failed to recover or open grid + - [#1122](https://github.com/c9s/bbgo/pull/1122): strategy: fixedmaker: clamp skew + - [#1123](https://github.com/c9s/bbgo/pull/1123): exits/trailingstop: fix typo + - [#1119](https://github.com/c9s/bbgo/pull/1119): FEATURE: make PinOrderMap's key from string to Pin + - [#1120](https://github.com/c9s/bbgo/pull/1120): REFACTOR: [grid2] pull out backoff cancel all to cancelAllOrdersUntilSuccessful + - [#1117](https://github.com/c9s/bbgo/pull/1117): strategy: fixedmaker: add option to use ATR to adjust spread ratio + - [#1118](https://github.com/c9s/bbgo/pull/1118): MINOR: use Debug config for debug log + - [#1113](https://github.com/c9s/bbgo/pull/1113): strategy: fixedmaker: add skew to adjust bid/ask price + - [#1116](https://github.com/c9s/bbgo/pull/1116): FIX: fix gracefully shutdown SaveState call for Isolation + - [#1115](https://github.com/c9s/bbgo/pull/1115): FIX: [grid2] fix correct price metrics + - [#1114](https://github.com/c9s/bbgo/pull/1114): FEATURE: verify the grids before emit filled orders + - [#1112](https://github.com/c9s/bbgo/pull/1112): FIX: fix wrong fee currency + - [#1111](https://github.com/c9s/bbgo/pull/1111): strategy: rebalance: make CreatePositions and CreateProfitStats public