Merge pull request #38 from freqtrade/hroff-1902-patch-1

typo in the name of the strategy class fixed
This commit is contained in:
Matthias
2019-08-10 15:14:14 +02:00
committed by GitHub
@@ -7,7 +7,7 @@ import talib.abstract as ta
# --------------------------------
class ADXMomentun(IStrategy):
class ADXMomentum(IStrategy):
"""
author@: Gert Wohlgemuth