mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 12:51:14 +00:00
chore: improved reset_backtest function
This commit is contained in:
@@ -427,7 +427,7 @@ class Backtesting:
|
|||||||
def disable_database_use(self):
|
def disable_database_use(self):
|
||||||
disable_database_use(self.timeframe)
|
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()".
|
Backtesting setup method - called once for every call to "backtest()".
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user