Update command to not use hyperopt file in mabStra

This commit is contained in:
Matthias
2021-08-14 16:13:21 +02:00
parent d70bd47f1f
commit 0ed25b16e8
+1 -2
View File
@@ -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):