diff --git a/freqtrade/strategy/__init__.py b/freqtrade/strategy/__init__.py index 0a492a29e..6e8fb5da8 100644 --- a/freqtrade/strategy/__init__.py +++ b/freqtrade/strategy/__init__.py @@ -25,6 +25,7 @@ from freqtrade.strategy.strategy_helper import ( ) +# Imports to be used for `from freqtrade.strategy import *` __all__ = [ "timeframe_to_minutes", "timeframe_to_next_date",