chore: improved reset_backtest function

This commit is contained in:
Matthias
2025-10-15 18:17:55 +02:00
parent 6bd7fdb8ac
commit 0bf83f8744

View File

@@ -427,7 +427,7 @@ class Backtesting:
def disable_database_use(self):
disable_database_use(self.timeframe)
def reset_backtest(self, enable_protections):
def reset_backtest(self, enable_protections: bool = False):
"""
Backtesting setup method - called once for every call to "backtest()".
"""