Bug Cleanup

This commit is contained in:
moen0
2026-05-11 19:14:32 +02:00
parent 130da68f4e
commit 473fe3bd88
12 changed files with 348 additions and 150 deletions
-1
View File
@@ -1,4 +1,3 @@
print("File is running")
import pandas as pd
from data.model import Candle
+2
View File
@@ -28,3 +28,5 @@ class Trade:
exit_price: float
pnl: float
r_multiple: float = 0.0
partial_tp_taken: bool = False
partial_tp_realized_pnl: float = 0.0