Skip to content

Commit 5d51caa

Browse files
committed
DOC: Update CHANGELOG v0.2.0 section
1 parent ca76d58 commit 5d51caa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ These were the major changes contributing to each release:
4343
(2020-07-15)
4444

4545
* New Order/Trade/Position API (#47)
46+
* Add data pandas accessors [`.df` and `.s`](https://kernc.github.io/backtesting.py/doc/backtesting/backtesting.html#backtesting.backtesting.Strategy.data)
47+
* Add `Backtest(..., exclusive_orders=)` that closes previous trades on new orders
48+
* Add `Backtest(..., hedging=)` that makes FIFO trade closing optional
49+
* Add `bt.plot(reverse_indicators=)` param
50+
* Add `bt.plot(resample=)` and auto-downsample large data
51+
* Use geometric mean return in Sharpe/Sortino stats computation
4652

4753

4854
### 0.1.8

0 commit comments

Comments
 (0)