From 90c8e0420350294b0421cbdc4cea638c6735c5f7 Mon Sep 17 00:00:00 2001 From: Masoud Azizi Date: Thu, 19 Aug 2021 22:41:29 +0000 Subject: [PATCH] Standard char comments --- user_data/strategies/Dimond.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_data/strategies/Dimond.py b/user_data/strategies/Dimond.py index 554cc8e..8beb724 100644 --- a/user_data/strategies/Dimond.py +++ b/user_data/strategies/Dimond.py @@ -16,8 +16,8 @@ # you will change config.json variables and hyperoption commands # Thanks To @xmatthias if he was approve the last version of This strategy # That just a lazy code. I never can reach to this strategy(Now its really a dimond.) -# * freqtrade hyperopt --hyperopt-loss ShortTradeDurHyperOptLoss --spaces all --strategy π’Ÿπ’Ύπ“‚π‘œπ“ƒπ’Ή -e 700 -j 2 --timerange 20210810-20210813 -# * freqtrade backtesting --strategy π’Ÿπ’Ύπ“‚π‘œπ“ƒπ’Ή +# * freqtrade hyperopt --hyperopt-loss ShortTradeDurHyperOptLoss --spaces all --strategy Dimond -e 700 -j 2 --timerange 20210810-20210813 +# * freqtrade backtesting --strategy Dimond # Author: @Mablue (Masoud Azizi) # github: https://github.com/mablue/ # (First Hyperopt it.A hyperopt file is available)