mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
chore: improved reset_backtest function
This commit is contained in:
@@ -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()".
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user