Update based on comments

This commit is contained in:
Fredrik81
2020-03-15 21:20:32 +01:00
parent 57ff3ff450
commit 8c33e07dc6
6 changed files with 17 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ ARGS_DOWNLOAD_DATA = ["pairs", "pairs_file", "days", "download_trades", "exchang
ARGS_PLOT_DATAFRAME = ["pairs", "indicators1", "indicators2", "plot_limit",
"db_url", "trade_source", "export", "exportfilename",
"timerange", "ticker_interval", "skip_trades"]
"timerange", "ticker_interval", "no_trades"]
ARGS_PLOT_PROFIT = ["pairs", "timerange", "export", "exportfilename", "db_url",
"trade_source", "ticker_interval"]

View File

@@ -413,9 +413,9 @@ AVAILABLE_CLI_OPTIONS = {
metavar='INT',
default=750,
),
"skip_trades": Arg(
'--skip-trades',
help='Skip using trades file from backtesting and DB.',
"no_trades": Arg(
'--no-trades',
help='Skip using trades from backtesting file and DB.',
action='store_true',
),
"trade_source": Arg(