-j 4
This commit is contained in:
parent
9c11c9f76c
commit
ac68d3310c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user