mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
24 lines
504 B
Markdown
24 lines
504 B
Markdown
|
|
## Fixes
|
|
|
|
- Fixed back-test concurrent read/write map issue
|
|
- Fixed back-test go routine initialization
|
|
- Fixed trade notification format - remove trade trailing zero digits
|
|
- Fixed dockerfile
|
|
- Fixed back-test kline sync issue
|
|
|
|
## Refactoring
|
|
|
|
- Refactored and fixed depth buffer
|
|
|
|
## Strategy
|
|
|
|
- Added rebalance strategy
|
|
|
|
## Features
|
|
|
|
- Added prometheus metrics support
|
|
- Added kucoin exchange support
|
|
- Added bookTicker support to binance, okex, ftx
|
|
- Integrated net asset value recording table in db
|