File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ These were the major changes contributing to each release:
55
66### 0.x.x
77
8+ ### 0.6.5
9+ (2025-07-30)
10+
11+ * Include 'Commission' column in ` stats._trades ` DataFrame (#1277 ), thanks to Abhirath Mahipal.
12+ * Bugfixes:
13+ * Fix computing commissions when specified with relative amount.
14+ * Fix sometimes cleared SL value in ` stats._trades ` data frame
15+ * Ensure order size is integer to avoid weird rounding errors.
16+ * Account for commissions in ` Trade.pl ` and ` Trade.pl_pct ` (#1279 ), thanks to Abhirath Mahipal.
17+ * ` functools.partial ` objects do not always have a __ module__ attr in Python 3.9
18+ * Plotting:
19+ * Return long/short triangles to P&L section!
20+ * Do plot ` plot=False, overlay=True ` indicators, but muted.
21+
22+
823### 0.6.4
924(2025-03-30)
1025
@@ -241,4 +256,4 @@ affecting other platforms too much.
241256### 0.1.0
242257(2019-01-15)
243258
244- * Initial release
259+ * Initial release
You can’t perform that action at this time.
0 commit comments