File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ These were the major changes contributing to each release:
55
66### 0.x.x
77
8+ ### 0.6.0
9+ (2025-02-04)
10+
11+ * Enhancements:
12+ * Add ` Backtest(spread=) ` ; change ` Backtest(commission=) ` to apply twice per trade
13+ * Show paid "Commissions [ $] " key in trade stats
14+ * Allow multiple names for vector indicators (#980 )
15+ * Add columns SL and TP to ` stats['trades'] ` (#1039 )
16+ * Add entry/exit indicator values to ` stats['trades'] ` (#1116 )
17+ * Optionally finalize trades at the end of backtest run (#393 )
18+ * Bug fixes, including for some long-standing bugs:
19+ * Fix bug in Sharpe ratio with non-zero risk-free rate (#904 )
20+ * Change price comparisons to lte/gte to align with TradingView
21+ * Reduce optimization memory footprint (#884 )
22+ * Fix annualized stats with weekly/monthly data
23+ * Fix ` AssertionError ` on ` for o in self.orders: o.cancel() `
24+ * Fix plot not shown in VSCode Jupyter
25+ * Buy&Hold duration now matches trading duration
26+ * Fix ` bt.plot(resample=True) ` with categorical indicators
27+ * Several other small bug fixes, deprecations and docs updates.
28+
29+
830### 0.5.0
931(2025-01-21)
1032
You canβt perform that action at this time.
0 commit comments