From 0ed25b16e871c6a8a2dbcf49df7fb23bcb1e7310 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 14 Aug 2021 16:13:21 +0200 Subject: [PATCH] Update command to not use hyperopt file in mabStra --- user_data/strategies/mabStra.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_data/strategies/mabStra.py b/user_data/strategies/mabStra.py index d2615cc..a9b7eb4 100644 --- a/user_data/strategies/mabStra.py +++ b/user_data/strategies/mabStra.py @@ -1,7 +1,7 @@ # Author: @Mablue (Masoud Azizi) # github: https://github.com/mablue/ # IMPORTANT: DO NOT USE IT WITHOUT HYPEROPT: -# freqtrade hyperopt --hyperopt mabStraHo --hyperopt-loss SharpeHyperOptLoss --spaces all --strategy mabStra --config config.json -e 100 +# freqtrade hyperopt --hyperopt-loss SharpeHyperOptLoss --spaces all --strategy mabStra --config config.json -e 100 # --- Do not remove these libs --- from freqtrade.strategy.hyper import IntParameter, DecimalParameter @@ -11,7 +11,6 @@ from pandas import DataFrame # Add your lib to import here import talib.abstract as ta -import freqtrade.vendor.qtpylib.indicators as qtpylib class mabStra(IStrategy):