From a5641f6c736d3188b358fdbda0f61dda780c96f7 Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 13 Mar 2023 22:04:23 +0800 Subject: [PATCH] add v1.44.0 release note --- doc/release/v1.44.0.md | 61 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 doc/release/v1.44.0.md diff --git a/doc/release/v1.44.0.md b/doc/release/v1.44.0.md new file mode 100644 index 000000000..3fa0d4f78 --- /dev/null +++ b/doc/release/v1.44.0.md @@ -0,0 +1,61 @@ +[Full Changelog](https://github.com/c9s/bbgo/compare/v1.43.1...main) + + - [#1105](https://github.com/c9s/bbgo/pull/1105): IMPROVE: [grid2]: use newClientOrderID only for max + - [#1052](https://github.com/c9s/bbgo/pull/1052): IMPROVE: strategy: linregmaker minprofit + - [#1100](https://github.com/c9s/bbgo/pull/1100): FIX: [grid2] specify client order id explicitly + - [#1098](https://github.com/c9s/bbgo/pull/1098): FIX: fix format string float point issue + - [#1103](https://github.com/c9s/bbgo/pull/1103): strategy: rebalance: graceful cancel + - [#1102](https://github.com/c9s/bbgo/pull/1102): FIX: strategy: fix fixedmaker + - [#1101](https://github.com/c9s/bbgo/pull/1101): strategy: add fixedmaker + - [#1099](https://github.com/c9s/bbgo/pull/1099): FIX: [grid2] avoid handling one orderID twice + - [#1090](https://github.com/c9s/bbgo/pull/1090): fix/scale: fix LinearScale calculation + - [#1096](https://github.com/c9s/bbgo/pull/1096): FEATURE: [grid2] add ClearDuplicatedPriceOpenOrders option + - [#1087](https://github.com/c9s/bbgo/pull/1087): FEATURE: recover grids with open orders by querying trades process an… + - [#1095](https://github.com/c9s/bbgo/pull/1095): FIX: filter wrong order id from self-trade trades + - [#1094](https://github.com/c9s/bbgo/pull/1094): FIX: use `updated_at` instead of `created_at` to convert MAX order to typ… + - [#1093](https://github.com/c9s/bbgo/pull/1093): strategy: rebalance: add positions and profit stats + - [#1092](https://github.com/c9s/bbgo/pull/1092): FEATURE: [grid2] add more metrics and fix metric-related issues + - [#1091](https://github.com/c9s/bbgo/pull/1091): FEATURE: split self trades when use MAX RESTful API to query trades + - [#1089](https://github.com/c9s/bbgo/pull/1089): IMPROVE: exit: show symbol in trailing stop triggered message + - [#1088](https://github.com/c9s/bbgo/pull/1088): FIX: [grid2] fix isCompleteGrid condition + - [#1086](https://github.com/c9s/bbgo/pull/1086): FIX: [grid2] round down quoteQuantity/baseQuantity after the fee reduction + - [#1085](https://github.com/c9s/bbgo/pull/1085): FIX: [grid2] group id should be bound by MaxInt32 + - [#1080](https://github.com/c9s/bbgo/pull/1080): strategy: marketcap: add orderType parameter + - [#1083](https://github.com/c9s/bbgo/pull/1083): FIX: add group id on submit order API + - [#1084](https://github.com/c9s/bbgo/pull/1084): FIX: [grid2] avoid initializing metrics twice + - [#1082](https://github.com/c9s/bbgo/pull/1082): FIX: add mutex in memory store + - [#1081](https://github.com/c9s/bbgo/pull/1081): FIX: [grid2] fix active orderbook at recovering + - [#1079](https://github.com/c9s/bbgo/pull/1079): FIX: [grid2]: add write context for submitting orders + - [#1078](https://github.com/c9s/bbgo/pull/1078): FIX: [grid2]: improve the onStart callback and the cancel loop + - [#1077](https://github.com/c9s/bbgo/pull/1077): FEATURE: save expiring data to redis + - [#1076](https://github.com/c9s/bbgo/pull/1076): FIX: [grid2]: quantity fee reduction for quote currency + - [#1069](https://github.com/c9s/bbgo/pull/1069): DOC: add private strategy demo trading-gpt + - [#1075](https://github.com/c9s/bbgo/pull/1075): FEATURE: add persistence service to environment + - [#1074](https://github.com/c9s/bbgo/pull/1074): strategy: rebalance: add order type parameter + - [#1073](https://github.com/c9s/bbgo/pull/1073): FIX: fix fixedpoint rounding + - [#1072](https://github.com/c9s/bbgo/pull/1072): FIX: [grid2]: calculate grid profit only when the reverse order is placed + - [#1070](https://github.com/c9s/bbgo/pull/1070): FIX: add context, exponential backoff and max retry limit + - [#1071](https://github.com/c9s/bbgo/pull/1071): FEATURE: [grid2]: use UseCancelAllOrdersApiWhenClose + - [#1066](https://github.com/c9s/bbgo/pull/1066): FIX: [grid2]: fix fee reduction by rounding + - [#1065](https://github.com/c9s/bbgo/pull/1065): FEATURE: submit order backoff + - [#1064](https://github.com/c9s/bbgo/pull/1064): FIX: emit order update handler from the pending maker order + - [#1063](https://github.com/c9s/bbgo/pull/1063): IMPROVE: [grid2]: improve logging + - [#1062](https://github.com/c9s/bbgo/pull/1062): FIX: [grid2]: fix recover sorting + - [#1061](https://github.com/c9s/bbgo/pull/1061): FIX: [grid2] fix quote accumulation + - [#1060](https://github.com/c9s/bbgo/pull/1060): FIX: process pending order update for active order book + - [#1059](https://github.com/c9s/bbgo/pull/1059): FIX: [grid2]: emit grid ready once the grid is recovered + - [#1058](https://github.com/c9s/bbgo/pull/1058): FIX: [grid2]: fix grid order recover + - [#1057](https://github.com/c9s/bbgo/pull/1057): FIX: [grid2]: fix HasPrice + - [#1056](https://github.com/c9s/bbgo/pull/1056): FIX: [grid2]: fix upper price error + - [#1053](https://github.com/c9s/bbgo/pull/1053): FEATURE: get historical public trades from binance + - [#1023](https://github.com/c9s/bbgo/pull/1023): implement indicators from phemex + - [#1050](https://github.com/c9s/bbgo/pull/1050): FEATURE: New indicators + - [#1051](https://github.com/c9s/bbgo/pull/1051): FIX: [grid2]: fix grid num calculation + - [#1049](https://github.com/c9s/bbgo/pull/1049): FEATURE: [grid2]: make OpenGrid, CloseGrid api public + - [#1048](https://github.com/c9s/bbgo/pull/1048): FEATURE: [grid2]: integrate prometheus metrics + - [#1047](https://github.com/c9s/bbgo/pull/1047): FEATURE: add RSI to StandardIndicatorSet + - [#1043](https://github.com/c9s/bbgo/pull/1043): FEATURE: service: add redis namespace support + - [#1036](https://github.com/c9s/bbgo/pull/1036): FIX: create log dir to avoid error + - [#1035](https://github.com/c9s/bbgo/pull/1035): FEATURE: strategy: [grid2] add grid callbacks + - [#1034](https://github.com/c9s/bbgo/pull/1034): FEATURE: strategy: [grid2]: use initial order ID to query closed order history to recover grid + - [#1033](https://github.com/c9s/bbgo/pull/1033): FEATURE: strategy: [grid2]: improve recovering process [part 3]