feat: reset wallet_captures list in Backtesting

This commit is contained in:
Matthias
2025-04-26 08:45:54 +02:00
parent a3e7ee9895
commit 11cb3ef416
+1
View File
@@ -452,6 +452,7 @@ class Backtesting:
self.replaced_entry_orders = 0
self.canceled_exit_orders = 0
self.replaced_exit_orders = 0
self.wallet_captures = []
self.dataprovider.clear_cache()
if enable_protections:
self._load_protections(self.strategy)