mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
15 lines
740 B
Markdown
15 lines
740 B
Markdown
## 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
|