You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ These were the major changes contributing to each release:
43
43
(2020-07-15)
44
44
45
45
* 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
0 commit comments