This commit is contained in:
phyer 2025-08-07 12:06:26 +08:00
parent 9c11c9f76c
commit ac68d3310c

View File

@ -64,6 +64,7 @@ echo "docker-compose run --rm freqtrade hyperopt \
--strategy-path /freqtrade/templates \
--timerange ${START_DATE}-${END_DATE} \
-e 100 \
-j 4 \
--hyperopt-loss ShortTradeDurHyperOptLoss \
--spaces buy sell trailing \
--fee 0.0016"
@ -76,6 +77,7 @@ docker-compose run --rm freqtrade hyperopt \
--strategy-path /freqtrade/templates \
--timerange ${START_DATE}-${END_DATE} \
-e 100 \
-j 4 \
--hyperopt-loss SharpeHyperOptLoss \
--spaces buy sell trailing \
--fee 0.0016