diff --git a/freqtrade/templates/FreqaiHybridExampleStrategy.py b/freqtrade/templates/FreqaiHybridExampleStrategy.py index 99abf27d4..145590add 100644 --- a/freqtrade/templates/FreqaiHybridExampleStrategy.py +++ b/freqtrade/templates/FreqaiHybridExampleStrategy.py @@ -56,7 +56,7 @@ class FreqaiExampleHybridStrategy(IStrategy): } }, - This strategy is not designed to be used live + Thanks to @smarm and @jooopieeert for developing and sharing the strategy. """ minimal_roi = {"0": 0.1, "30": 0.75, "60": 0.05, "120": 0.025, "240": -1}