typo in the name of the strategy class fixed

This commit is contained in:
hroff-1902
2019-08-10 12:58:30 +03:00
committed by GitHub
parent 994a4ace8f
commit 8de72367f5
@@ -7,7 +7,7 @@ import talib.abstract as ta
# --------------------------------
class ADXMomentun(IStrategy):
class ADXMomentum(IStrategy):
"""
author@: Gert Wohlgemuth