From f686a6de83a64be437c4c638ee8e5327705a6b51 Mon Sep 17 00:00:00 2001 From: c9s Date: Thu, 4 May 2023 13:53:20 +0800 Subject: [PATCH] add v1.47.0 release note --- doc/release/v1.47.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release/v1.47.0.md diff --git a/doc/release/v1.47.0.md b/doc/release/v1.47.0.md new file mode 100644 index 000000000..f339e0249 --- /dev/null +++ b/doc/release/v1.47.0.md @@ -0,0 +1,11 @@ +[Full Changelog](https://github.com/c9s/bbgo/compare/v1.46.0...main) + + - [#1165](https://github.com/c9s/bbgo/pull/1165): FIX: [supertrend] fix config type error + - [#1164](https://github.com/c9s/bbgo/pull/1164): FIX: [grid2] apply defensive programming on the order quantity + - [#1162](https://github.com/c9s/bbgo/pull/1162): FIX: [grid2] emit grid profit after profit stats fix + - [#1158](https://github.com/c9s/bbgo/pull/1158): IMPROVE: types: improve order struct json size + - [#1161](https://github.com/c9s/bbgo/pull/1161): FIX: [grid2] add initialOrderID check and try to fix profitStats.Since + - [#1160](https://github.com/c9s/bbgo/pull/1160): FIX: [grid2] add profit fixer and options + - [#1159](https://github.com/c9s/bbgo/pull/1159): FIX: avoid global persistenceServiceFacade concurrent write + - [#1157](https://github.com/c9s/bbgo/pull/1157): FIX: add context to LoadState + - [#1155](https://github.com/c9s/bbgo/pull/1155): FIX: [supertrend] adding opposite position amount to the order amount