From 6c85fd911fcb13ae1b7587457a1d72d1dc7cb3f5 Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Thu, 26 Apr 2018 14:43:20 -0700 Subject: [PATCH] optimizing method --- user_data/strategies/Quickie.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user_data/strategies/Quickie.py b/user_data/strategies/Quickie.py index f6e7065b9..a2fcf4e18 100644 --- a/user_data/strategies/Quickie.py +++ b/user_data/strategies/Quickie.py @@ -22,7 +22,9 @@ class Quickie(IStrategy): # Minimal ROI designed for the strategy. # This attribute will be overridden if the config file contains "minimal_roi" minimal_roi = { - "0": 0.01 + "20": 0.01, + "15": 0.06, + "10": 0.15 } # Optimal stoploss designed for the strategy