mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
17 lines
572 B
Markdown
17 lines
572 B
Markdown
|
## Fixes
|
||
|
|
||
|
- fixed backtest non-closed kline filtering.
|
||
|
- fixed margin order sync issue.
|
||
|
|
||
|
## Minor
|
||
|
|
||
|
- added sortino ratio.
|
||
|
- added strategy config printing support.
|
||
|
|
||
|
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.39.1...main)
|
||
|
|
||
|
- [#889](https://github.com/c9s/bbgo/pull/889): service/backtest: check and filter kline by its endTime
|
||
|
- [#888](https://github.com/c9s/bbgo/pull/888): binance: fix futures/margin order sync issue
|
||
|
- [#886](https://github.com/c9s/bbgo/pull/886): Add Sortino ratio
|
||
|
- [#881](https://github.com/c9s/bbgo/pull/881): print strategy config
|