We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0abae9 commit 3761d6cCopy full SHA for 3761d6c
doc/release/v1.39.2.md
@@ -0,0 +1,16 @@
1
+## Fixes
2
+
3
+- fixed backtest non-closed kline filtering.
4
+- fixed margin order sync issue.
5
6
+## Minor
7
8
+- added sortino ratio.
9
+- added strategy config printing support.
10
11
+[Full Changelog](https://github.com/c9s/bbgo/compare/v1.39.1...main)
12
13
+ - [#889](https://github.com/c9s/bbgo/pull/889): service/backtest: check and filter kline by its endTime
14
+ - [#888](https://github.com/c9s/bbgo/pull/888): binance: fix futures/margin order sync issue
15
+ - [#886](https://github.com/c9s/bbgo/pull/886): Add Sortino ratio
16
+ - [#881](https://github.com/c9s/bbgo/pull/881): print strategy config
0 commit comments