add v1.35.0 release note

This commit is contained in:
c9s 2022-06-17 14:01:14 +08:00
parent fc9d5f72be
commit 1000214c1e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

20
doc/release/v1.35.0.md Normal file
View File

@ -0,0 +1,20 @@
## 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