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 ```