|
| 1 | + |
| 2 | +## Fixes |
| 3 | + |
| 4 | +- Fixed backtest file lock race issue when running multiple back-test processes by the optimizer. |
| 5 | +- Fixed optimizer limitation. |
| 6 | +- Fixed backtest final asset calculation. |
| 7 | +- Fixed exit method stop market data subscription. |
| 8 | + |
| 9 | +## Improvements and Refactoring |
| 10 | + |
| 11 | +- Refactored and cleaned up indicators. |
| 12 | +- Added risk related functions for futures and margin. |
| 13 | +- Prepare database before executing backtest. |
| 14 | + |
| 15 | +## Strategies |
| 16 | + |
| 17 | +- autoborrow: fixed repay amount calculation. |
| 18 | +- pivotshort: updated pivot low on stream start. |
| 19 | +- pivotshort: added leverage settings. |
| 20 | +- pivotshort: improved quantity calculation. |
| 21 | +- pivotshort: fixed resistance order placement. |
| 22 | +- supertrend: fixed double dema initialization. |
| 23 | +- supertrend: fixed types.TradeStats usage. |
| 24 | + |
| 25 | + |
| 26 | +[Full Changelog](https://github.com/c9s/bbgo/compare/v1.36.0...main) |
| 27 | + |
| 28 | + - [#830](https://github.com/c9s/bbgo/pull/830): backtest: resolve data race on index.json |
| 29 | + - [#829](https://github.com/c9s/bbgo/pull/829): optimizer: eliminate limitation of number of grid point |
| 30 | + - [#827](https://github.com/c9s/bbgo/pull/827): strategy/pivotshort: improve quantity calculation for margin and futures |
| 31 | + - [#824](https://github.com/c9s/bbgo/pull/824): refactor: indicator: rewrite VWMA calculator |
| 32 | + - [#823](https://github.com/c9s/bbgo/pull/823): refactor: refactor bollinger band indicator with the new series extend component |
| 33 | + - [#821](https://github.com/c9s/bbgo/pull/821): refactor: refactor indicator api (canonicalize CalculateAndUpdate, PushK methods) |
| 34 | + - [#820](https://github.com/c9s/bbgo/pull/820): feature: add risk functions |
| 35 | + - [#818](https://github.com/c9s/bbgo/pull/818): backtest: correct final asset calculation |
| 36 | + - [#817](https://github.com/c9s/bbgo/pull/817): optimizer: prepare database before executing backtests |
0 commit comments