mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-29 02:10:24 +00:00
chore: update command-partials
This commit is contained in:
@@ -11,12 +11,11 @@ usage: freqtrade hyperopt [-h] [-v] [--no-color] [--logfile FILE] [-V]
|
|||||||
[--eps] [--enable-protections]
|
[--eps] [--enable-protections]
|
||||||
[--dry-run-wallet DRY_RUN_WALLET]
|
[--dry-run-wallet DRY_RUN_WALLET]
|
||||||
[--timeframe-detail TIMEFRAME_DETAIL] [-e INT]
|
[--timeframe-detail TIMEFRAME_DETAIL] [-e INT]
|
||||||
[--spaces {all,buy,sell,roi,stoploss,trailing,protection,trades,default} [{all,buy,sell,roi,stoploss,trailing,protection,trades,default} ...]]
|
[--spaces SPACES [SPACES ...]] [--print-all]
|
||||||
[--print-all] [--print-json] [-j JOBS]
|
[--print-json] [-j JOBS] [--random-state INT]
|
||||||
[--random-state INT] [--min-trades INT]
|
[--min-trades INT] [--hyperopt-loss NAME]
|
||||||
[--hyperopt-loss NAME] [--disable-param-export]
|
[--disable-param-export] [--ignore-missing-spaces]
|
||||||
[--ignore-missing-spaces] [--analyze-per-epoch]
|
[--analyze-per-epoch] [--early-stop INT]
|
||||||
[--early-stop INT]
|
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
@@ -54,9 +53,12 @@ options:
|
|||||||
Specify detail timeframe for backtesting (`1m`, `5m`,
|
Specify detail timeframe for backtesting (`1m`, `5m`,
|
||||||
`30m`, `1h`, `1d`).
|
`30m`, `1h`, `1d`).
|
||||||
-e INT, --epochs INT Specify number of epochs (default: 100).
|
-e INT, --epochs INT Specify number of epochs (default: 100).
|
||||||
--spaces {all,buy,sell,roi,stoploss,trailing,protection,trades,default} [{all,buy,sell,roi,stoploss,trailing,protection,trades,default} ...]
|
--spaces SPACES [SPACES ...]
|
||||||
Specify which parameters to hyperopt. Space-separated
|
Specify which parameters to hyperopt. Space-separated
|
||||||
list.
|
list. Available options: all, buy, sell, roi,
|
||||||
|
stoploss, trailing, protection, trades, default.
|
||||||
|
Default: `default` - which includes all spaces except
|
||||||
|
for 'trailing', 'protection', and 'trades'.
|
||||||
--print-all Print all results, not only the best ones.
|
--print-all Print all results, not only the best ones.
|
||||||
--print-json Print output in JSON format.
|
--print-json Print output in JSON format.
|
||||||
-j JOBS, --job-workers JOBS
|
-j JOBS, --job-workers JOBS
|
||||||
|
|||||||
Reference in New Issue
Block a user