From d705981b32dcdd80cae633ebe2665733662fd8b2 Mon Sep 17 00:00:00 2001 From: Juanky Soriano Date: Mon, 21 Jun 2021 09:33:15 -0500 Subject: [PATCH] Remove missleading comment about dependencies to install --- user_data/strategies/Supertrend.py | 1 - 1 file changed, 1 deletion(-) 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