diff --git a/doc/release/v1.35.0.md b/doc/release/v1.35.0.md new file mode 100644 index 0000000000..4534bca4f7 --- /dev/null +++ b/doc/release/v1.35.0.md @@ -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