diff --git a/doc/release/v1.33.3.md b/doc/release/v1.33.3.md new file mode 100644 index 000000000..d20dea2b8 --- /dev/null +++ b/doc/release/v1.33.3.md @@ -0,0 +1,12 @@ +## Fixes + +- Fixed MAX v3 order cancel api. +- Fixed active order book order cancel wait time. +- Fixed and refined pivotshort position close code. + +[Full Changelog](https://github.com/c9s/bbgo/compare/v1.33.2...main) + + - [#699](https://github.com/c9s/bbgo/pull/699): pivotshort: add roiMinTakeProfitPercentage option and cumulatedVolume… + - [#697](https://github.com/c9s/bbgo/pull/697): strategy: remove redundant code + - [#698](https://github.com/c9s/bbgo/pull/698): strategy pivotshort: refactor and add stop EMA + - [#677](https://github.com/c9s/bbgo/pull/677): strategy: pivotshort: improve short position trigger