enhancing backtesting functionality

This commit is contained in:
moen0
2026-04-23 23:21:03 +02:00
parent 768511e90d
commit e6e0f6f79c
5 changed files with 98 additions and 49 deletions
-2
View File
@@ -28,5 +28,3 @@ class Trade:
exit_price: float
pnl: float
r_multiple: float = 0.0
partial_tp_taken: bool = False
partial_tp_realized_pnl: float = 0.0