mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-01 07:42:40 +00:00
chore: remove missleading comment in help
This commit is contained in:
@@ -64,10 +64,7 @@ options:
|
|||||||
--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]
|
--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]
|
||||||
Provide a space-separated list of strategies to
|
Provide a space-separated list of strategies to
|
||||||
backtest. Please note that timeframe needs to be set
|
backtest. Please note that timeframe needs to be set
|
||||||
either in config or via command line. When using this
|
either in config or via command line.
|
||||||
together with `--export trades`, the strategy-name is
|
|
||||||
injected into the filename (so `backtest-data.json`
|
|
||||||
becomes `backtest-data-SampleStrategy.json`
|
|
||||||
--export {none,trades,signals}
|
--export {none,trades,signals}
|
||||||
Export backtest results (default: trades).
|
Export backtest results (default: trades).
|
||||||
--backtest-filename, --export-filename PATH
|
--backtest-filename, --export-filename PATH
|
||||||
|
|||||||
@@ -62,10 +62,7 @@ options:
|
|||||||
--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]
|
--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]
|
||||||
Provide a space-separated list of strategies to
|
Provide a space-separated list of strategies to
|
||||||
backtest. Please note that timeframe needs to be set
|
backtest. Please note that timeframe needs to be set
|
||||||
either in config or via command line. When using this
|
either in config or via command line.
|
||||||
together with `--export trades`, the strategy-name is
|
|
||||||
injected into the filename (so `backtest-data.json`
|
|
||||||
becomes `backtest-data-SampleStrategy.json`
|
|
||||||
--export {none,trades,signals}
|
--export {none,trades,signals}
|
||||||
Export backtest results (default: trades).
|
Export backtest results (default: trades).
|
||||||
--backtest-filename, --export-filename PATH
|
--backtest-filename, --export-filename PATH
|
||||||
|
|||||||
@@ -10,10 +10,7 @@ options:
|
|||||||
--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]
|
--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]
|
||||||
Provide a space-separated list of strategies to
|
Provide a space-separated list of strategies to
|
||||||
backtest. Please note that timeframe needs to be set
|
backtest. Please note that timeframe needs to be set
|
||||||
either in config or via command line. When using this
|
either in config or via command line.
|
||||||
together with `--export trades`, the strategy-name is
|
|
||||||
injected into the filename (so `backtest-data.json`
|
|
||||||
becomes `backtest-data-SampleStrategy.json`
|
|
||||||
--strategy-path PATH Specify additional strategy lookup path.
|
--strategy-path PATH Specify additional strategy lookup path.
|
||||||
--recursive-strategy-search
|
--recursive-strategy-search
|
||||||
Recursively search for a strategy in the strategies
|
Recursively search for a strategy in the strategies
|
||||||
|
|||||||
@@ -215,9 +215,7 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
"--strategy-list",
|
"--strategy-list",
|
||||||
help="Provide a space-separated list of strategies to backtest. "
|
help="Provide a space-separated list of strategies to backtest. "
|
||||||
"Please note that timeframe needs to be set either in config "
|
"Please note that timeframe needs to be set either in config "
|
||||||
"or via command line. When using this together with `--export trades`, "
|
"or via command line. ",
|
||||||
"the strategy-name is injected into the filename "
|
|
||||||
"(so `backtest-data.json` becomes `backtest-data-SampleStrategy.json`",
|
|
||||||
nargs="+",
|
nargs="+",
|
||||||
),
|
),
|
||||||
"backtest_notes": Arg(
|
"backtest_notes": Arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user