bbgo_origin/doc/release/v1.33.1.md

15 lines
740 B
Markdown
Raw Permalink Normal View History

2022-06-08 05:15:52 +00:00
## Fixes
- fixed sync since time field check (nil pointer error).
- fixed reflect insert for sqlite.
- fixed drift window indicator.
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.33.0...main)
- [#691](https://github.com/c9s/bbgo/pull/691): fix: fix sync since time field check
- [#690](https://github.com/c9s/bbgo/pull/690): config: add dca config
- [#685](https://github.com/c9s/bbgo/pull/685): ci: add node workflow
- [#689](https://github.com/c9s/bbgo/pull/689): fix: fix reflect insert (remove gid field)
- [#688](https://github.com/c9s/bbgo/pull/688): fix: drift window in factorzoo, order_execution print order, refactor…
- [#687](https://github.com/c9s/bbgo/pull/687): fix: check for div zero in drift indicator