Update remaining documentations

This commit is contained in:
Matthias
2019-09-29 19:21:18 +02:00
parent 2710226326
commit 344a0a094f
3 changed files with 6 additions and 6 deletions

View File

@@ -239,7 +239,7 @@ Because hyperopt tries a lot of combinations to find the best parameters it will
We strongly recommend to use `screen` or `tmux` to prevent any connection loss.
```bash
freqtrade -c config.json hyperopt --customhyperopt <hyperoptname> -e 5000 --spaces all
freqtrade hyperopt --config config.json --customhyperopt <hyperoptname> -e 5000 --spaces all
```
Use `<hyperoptname>` as the name of the custom hyperopt used.