add credit in docstring

This commit is contained in:
robcaulk 2022-08-20 17:04:38 +02:00
parent 90c03178b1
commit 64b0834437

View File

@ -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} minimal_roi = {"0": 0.1, "30": 0.75, "60": 0.05, "120": 0.025, "240": -1}