From c20663069d415134fb851ed35c82900194bca7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C4=8Dera?= Date: Thu, 16 Apr 2020 18:41:32 +0200 Subject: [PATCH 1/2] Update command This either changed (incompatible) or is a typo --- user_data/hyperopts/MACDStrategy_hyperopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/hyperopts/MACDStrategy_hyperopt.py b/user_data/hyperopts/MACDStrategy_hyperopt.py index 4af7df4..59e3cd0 100644 --- a/user_data/hyperopts/MACDStrategy_hyperopt.py +++ b/user_data/hyperopts/MACDStrategy_hyperopt.py @@ -20,7 +20,7 @@ class MACDStrategy_hyperopt(IHyperOpt): To run this, best use the following command (adjust to your environment ``` - freqtrade hyperopt --strategy MACDStrategy --hyperopts MACDStrategy_hyperopt --spaces buy sell + freqtrade hyperopt --strategy MACDStrategy --hyperopt MACDStrategy_hyperopt --spaces buy sell ``` The idea is to optimize only the CCI value. - Buy side: CCI between -700 and 0 From fb2bf563a4a41e57b8598477cefd40fbb690252b Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Thu, 16 Apr 2020 19:46:52 +0300 Subject: [PATCH 2/2] Some more cosmetics --- user_data/hyperopts/MACDStrategy_hyperopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_data/hyperopts/MACDStrategy_hyperopt.py b/user_data/hyperopts/MACDStrategy_hyperopt.py index 59e3cd0..d10b566 100644 --- a/user_data/hyperopts/MACDStrategy_hyperopt.py +++ b/user_data/hyperopts/MACDStrategy_hyperopt.py @@ -18,7 +18,7 @@ class MACDStrategy_hyperopt(IHyperOpt): """ This is an Example hyperopt to inspire you. - corresponding to MACDStrategy in this repository. - To run this, best use the following command (adjust to your environment + To run this, best use the following command (adjust to your environment if needed): ``` freqtrade hyperopt --strategy MACDStrategy --hyperopt MACDStrategy_hyperopt --spaces buy sell ```