diff --git a/user_data/strategies/Supertrend.py b/user_data/strategies/Supertrend.py index f4dbde7..54a5511 100644 --- a/user_data/strategies/Supertrend.py +++ b/user_data/strategies/Supertrend.py @@ -7,7 +7,6 @@ Supertrend strategy: * github: https://github.com/juankysoriano/ """ -# IMPORTANT: INSTALL TA BEFOUR RUN(pip install ta) import logging from numpy.lib import math from freqtrade.strategy.interface import IStrategy