Releases: c9s/bbgo
Releases · c9s/bbgo
BBGO v1.19.2
Fixes
- backtest: avoid using panic when order cancel failed
- backtest: not to omit empty all fields of the backtest report
What's Changed
- fix: remove jwt-go by @c9s in #306
- fix: upgrade github.com/miekg/dns by @c9s in #307
- adding note on date formats by @arthurwolf in #305
New Contributors
- @arthurwolf made their first contribution in #305
Full Changelog: v1.19.0...v1.19.2
BBGO v1.19.1
Fixes
- Upgraded go modules for fixing security issues
BBGO v1.19.0
Minor
- Added different time format support for back-testing.
time.RFC3339
,time.RFC822
,2006-01-02T15:04:05
,2006-01-02
- Avoid recording trades in backtest by default. Introduced a
backtest.RecordTrades
option - Disabled trade marking for grid strategy.
BBGO v1.18.5
Fixes
- Fixed backtest concurrency issues for orders, trades and matchingBooks
Minor
- Added
--output
option for generating backtest report in a directory (JSON files)
BBGO v1.18.4
BBGO v1.18.3
Compiled binaries with go 1.16.6
BBGO v1.18.1
Fixes
- Fixed the query ticker tests
- Fixed the PnL calculation with the Position calculator
- Replaced Travis CI with GitHub actions
- Fixed taker_buy_base_volume out of range issue #288
- Fixed telegram notification setup issue
- Added mutex lock protection for backtesting #282
- Fixed EWMA calculation
- Fixed binance http request timeout issue - override binance default http client timeout instead of zero timeout (6749625)
Minor
- Added
--force
flag to the backtest comand, thanks @tony1223 - Added GitBook to supporter
- Added CODE_OF_CONDUCT.md
- Added CONTRIBUTING.md
- Added telegram broadcast support
- Added BBG token contract on Polygon
- Refactored grid strategy state loading/saving
BBGO v1.18.0
TODO: Fill changes in this Release
- First Change
- Second Change
BBGO v1.17.1
Fixes
- Fixed binance withdrawal API calls.
- Updated go-binance package to the latest v2.
BBGO v1.17.0
Fixes
- Fixed FTX exchange issues, thanks @jnlin !
- Fixed Binance depth snapshot handling
- Fixed schedule strategy notification
Features
- Added Okex exchange support
Minor
- Improved fixed-point parsing, support percentage parsing.