File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ These were the major changes contributing to each release:
5
5
6
6
### 0.x.x
7
7
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
+
8
23
### 0.6.4
9
24
(2025-03-30)
10
25
@@ -241,4 +256,4 @@ affecting other platforms too much.
241
256
### 0.1.0
242
257
(2019-01-15)
243
258
244
- * Initial release
259
+ * Initial release
You can’t perform that action at this time.
0 commit comments