BBGO v1.19.0
github-actions
released this
05 Dec 17:51
·
122 commits
to e282a914390038f29918648f7d043638cf300dcd
since this release
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.