From e51037524b3f49099dcd0b6538a7df1bda44feee Mon Sep 17 00:00:00 2001 From: Masoud Azizi Date: Thu, 15 Apr 2021 11:20:12 +0430 Subject: [PATCH] 70 ~> 100 minimum required day will be 100 --- 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 674517a..b6986d0 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": 70 +# "min_days_listed": 100 # }, # IMPORTANT: INSTALL TA BEFOUR RUN(pip install ta) # ######################################################################