outstanding positions bug fix
This commit is contained in:
@@ -526,6 +526,8 @@ class BacktestResult:
|
||||
day_return = 0
|
||||
print(f"\n--- {filename} ---")
|
||||
|
||||
self.outstanding_positions = data["outstanding_positions"]
|
||||
|
||||
# Process each pair
|
||||
for pair, symbols in data["trades"].items():
|
||||
pair_return = 0
|
||||
|
||||
Reference in New Issue
Block a user