hyperopt options updated in bot-usage.md
This commit is contained in:
parent
58d308fd05
commit
de80234165
@ -207,7 +207,7 @@ usage: freqtrade hyperopt [-h] [-i TICKER_INTERVAL] [--timerange TIMERANGE]
|
|||||||
[--customhyperopt NAME] [--hyperopt-path PATH]
|
[--customhyperopt NAME] [--hyperopt-path PATH]
|
||||||
[--eps] [-e INT]
|
[--eps] [-e INT]
|
||||||
[-s {all,buy,sell,roi,stoploss} [{all,buy,sell,roi,stoploss} ...]]
|
[-s {all,buy,sell,roi,stoploss} [{all,buy,sell,roi,stoploss} ...]]
|
||||||
[--dmmp] [--print-all] [-j JOBS]
|
[--dmmp] [--print-all] [--no-color] [-j JOBS]
|
||||||
[--random-state INT] [--min-trades INT] [--continue]
|
[--random-state INT] [--min-trades INT] [--continue]
|
||||||
[--hyperopt-loss NAME]
|
[--hyperopt-loss NAME]
|
||||||
|
|
||||||
@ -243,6 +243,8 @@ optional arguments:
|
|||||||
(same as setting `max_open_trades` to a very high
|
(same as setting `max_open_trades` to a very high
|
||||||
number).
|
number).
|
||||||
--print-all Print all results, not only the best ones.
|
--print-all Print all results, not only the best ones.
|
||||||
|
--no-color Disable colorization of hyperopt results. May be
|
||||||
|
useful if you are redirecting output to a file.
|
||||||
-j JOBS, --job-workers JOBS
|
-j JOBS, --job-workers JOBS
|
||||||
The number of concurrently running jobs for
|
The number of concurrently running jobs for
|
||||||
hyperoptimization (hyperopt worker processes). If -1
|
hyperoptimization (hyperopt worker processes). If -1
|
||||||
@ -256,8 +258,7 @@ optional arguments:
|
|||||||
--continue Continue hyperopt from previous runs. By default,
|
--continue Continue hyperopt from previous runs. By default,
|
||||||
temporary files will be removed and hyperopt will
|
temporary files will be removed and hyperopt will
|
||||||
start from scratch.
|
start from scratch.
|
||||||
--hyperopt-loss NAME
|
--hyperopt-loss NAME Specify the class name of the hyperopt loss function
|
||||||
Specify the class name of the hyperopt loss function
|
|
||||||
class (IHyperOptLoss). Different functions can
|
class (IHyperOptLoss). Different functions can
|
||||||
generate completely different results, since the
|
generate completely different results, since the
|
||||||
target for optimization is different. (default:
|
target for optimization is different. (default:
|
||||||
|
Loading…
Reference in New Issue
Block a user