mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fixed wording of all in cli_options
This commit is contained in:
parent
bf96ef08e0
commit
7143cac64f
|
@ -450,49 +450,49 @@ AVAILABLE_CLI_OPTIONS = {
|
||||||
),
|
),
|
||||||
"hyperopt_list_min_avg_time": Arg(
|
"hyperopt_list_min_avg_time": Arg(
|
||||||
'--min-avg-time',
|
'--min-avg-time',
|
||||||
help='Select epochs on above average time.',
|
help='Select epochs above average time.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_max_avg_time": Arg(
|
"hyperopt_list_max_avg_time": Arg(
|
||||||
'--max-avg-time',
|
'--max-avg-time',
|
||||||
help='Select epochs on under average time.',
|
help='Select epochs under average time.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_min_avg_profit": Arg(
|
"hyperopt_list_min_avg_profit": Arg(
|
||||||
'--min-avg-profit',
|
'--min-avg-profit',
|
||||||
help='Select epochs on above average profit.',
|
help='Select epochs above average profit.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_max_avg_profit": Arg(
|
"hyperopt_list_max_avg_profit": Arg(
|
||||||
'--max-avg-profit',
|
'--max-avg-profit',
|
||||||
help='Select epochs on below average profit.',
|
help='Select epochs below average profit.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_min_total_profit": Arg(
|
"hyperopt_list_min_total_profit": Arg(
|
||||||
'--min-total-profit',
|
'--min-total-profit',
|
||||||
help='Select epochs on above total profit.',
|
help='Select epochs above total profit.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_max_total_profit": Arg(
|
"hyperopt_list_max_total_profit": Arg(
|
||||||
'--max-total-profit',
|
'--max-total-profit',
|
||||||
help='Select epochs on below total profit.',
|
help='Select epochs below total profit.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_min_objective": Arg(
|
"hyperopt_list_min_objective": Arg(
|
||||||
'--min-objective',
|
'--min-objective',
|
||||||
help='Select epochs on above objective.',
|
help='Select epochs above objective.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
"hyperopt_list_max_objective": Arg(
|
"hyperopt_list_max_objective": Arg(
|
||||||
'--max-objective',
|
'--max-objective',
|
||||||
help='Select epochs on below objective.',
|
help='Select epochs below objective.',
|
||||||
type=float,
|
type=float,
|
||||||
metavar='FLOAT',
|
metavar='FLOAT',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user