Remove hyperopt-loss default option

Force users to make a concious choice on a hyperopt-loss function
This commit is contained in:
Matthias
2020-10-05 19:27:28 +02:00
parent 584d095295
commit 378b214a56
9 changed files with 17 additions and 23 deletions

View File

@@ -140,7 +140,7 @@ Since hyperopt uses Bayesian search, running for too many epochs may not produce
It's therefore recommended to run between 500-1000 epochs over and over until you hit at least 10.000 epochs in total (or are satisfied with the result). You can best judge by looking at the results - if the bot keeps discovering better strategies, it's best to keep on going.
```bash
freqtrade hyperopt --hyperop SampleHyperopt --strategy SampleStrategy -e 1000
freqtrade hyperopt --hyperop SampleHyperopt --hyperopt-loss SharpeHyperOptLossDaily --strategy SampleStrategy -e 1000
```
### Why does it take a long time to run hyperopt?