@@ -11,12 +11,11 @@ usage: freqtrade hyperopt [-h] [-v] [--no-color] [--logfile FILE] [-V]
1111 [--eps] [--enable-protections]
1212 [--dry-run-wallet DRY_RUN_WALLET]
1313 [--timeframe-detail TIMEFRAME_DETAIL] [-e INT]
14- [--spaces {all,buy,sell,roi,stoploss,trailing,protection,trades,default} [{all,buy,sell,roi,stoploss,trailing,protection,trades,default} ...]]
15- [--print-all] [--print-json] [-j JOBS]
16- [--random-state INT] [--min-trades INT]
17- [--hyperopt-loss NAME] [--disable-param-export]
18- [--ignore-missing-spaces] [--analyze-per-epoch]
19- [--early-stop INT]
14+ [--spaces SPACES [SPACES ...]] [--print-all]
15+ [--print-json] [-j JOBS] [--random-state INT]
16+ [--min-trades INT] [--hyperopt-loss NAME]
17+ [--disable-param-export] [--ignore-missing-spaces]
18+ [--analyze-per-epoch] [--early-stop INT]
2019
2120options:
2221 -h, --help show this help message and exit
@@ -54,9 +53,12 @@ options:
5453 Specify detail timeframe for backtesting (`1m`, `5m`,
5554 `30m`, `1h`, `1d`).
5655 -e INT, --epochs INT Specify number of epochs (default: 100).
57- --spaces {all,buy,sell,roi,stoploss,trailing,protection,trades,default} [{all,buy,sell,roi,stoploss,trailing,protection,trades,default} ...]
56+ --spaces SPACES [SPACES ...]
5857 Specify which parameters to hyperopt. Space-separated
59- list.
58+ list. Available options: all, buy, sell, roi,
59+ stoploss, trailing, protection, trades, default.
60+ Default: `default` - which includes all spaces except
61+ for 'trailing', 'protection', and 'trades'.
6062 --print-all Print all results, not only the best ones.
6163 --print-json Print output in JSON format.
6264 -j JOBS, --job-workers JOBS
0 commit comments