From c21fb82fec2f61889076cadbd5fba479e20676d7 Mon Sep 17 00:00:00 2001 From: Masoud Azizi Date: Thu, 15 Apr 2021 11:11:20 +0430 Subject: [PATCH] changed 30 ~> 70 dayes minimum dayes to calculate adx will be 70 --- user_data/strategies/Heracles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/strategies/Heracles.py b/user_data/strategies/Heracles.py index c1accbf..674517a 100644 --- a/user_data/strategies/Heracles.py +++ b/user_data/strategies/Heracles.py @@ -5,7 +5,7 @@ # IMPORTANT:Add to your pairlists inside config.json (Under StaticPairList): # { # "method": "AgeFilter", -# "min_days_listed": 30 +# "min_days_listed": 70 # }, # IMPORTANT: INSTALL TA BEFOUR RUN(pip install ta) # ######################################################################