21 lines
785 B
Markdown
21 lines
785 B
Markdown
## Fixes
|
|
|
|
- Avoid doing truncate table in the mysql migration script.
|
|
- Fixed supertrend strategy.
|
|
- Fixed rma with adjust setting.
|
|
|
|
## Features
|
|
|
|
- Added heikinashi kline support
|
|
- Added DMI indicator
|
|
- Added marketcap strategy
|
|
|
|
[Full Changelog](https://github.com/c9s/bbgo/compare/v1.34.0...main)
|
|
|
|
- [#721](https://github.com/c9s/bbgo/pull/721): feature: add heikinashi support
|
|
- [#720](https://github.com/c9s/bbgo/pull/720): fix: fix strategy supertrend
|
|
- [#728](https://github.com/c9s/bbgo/pull/728): feature: add dmi indicator
|
|
- [#727](https://github.com/c9s/bbgo/pull/727): strategy: add marketcap strategy
|
|
- [#730](https://github.com/c9s/bbgo/pull/730): refactor: clean up unused max v2 api
|
|
- [#729](https://github.com/c9s/bbgo/pull/729): refactor: re-arrange maxapi files
|