diff --git a/freqtrade/strategy/interface.py b/freqtrade/strategy/interface.py index 562a16b18..70cc7fdb3 100644 --- a/freqtrade/strategy/interface.py +++ b/freqtrade/strategy/interface.py @@ -169,7 +169,7 @@ class IStrategy(ABC, HyperStrategyMixin): 'freqAI is not enabled. ' 'Please enable it in your config to use this strategy.') - def cleanup(self, *args, **kwargs): + def shutdown(self, *args, **kwargs): pass self.freqai = DummyClass() # type: ignore