Cleanup plotting (if you have backtest results, no need to download

data!)
This commit is contained in:
Matthias
2019-08-22 16:24:57 +02:00
parent f8c72feea8
commit 99b2be90fd
2 changed files with 3 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ ARGS_CREATE_USERDIR = ["user_data_dir"]
ARGS_DOWNLOAD_DATA = ["pairs", "pairs_file", "days", "exchange", "timeframes", "erase"]
ARGS_PLOT_DATAFRAME = ["pairs", "indicators1", "indicators2", "plot_limit", "db_url",
"trade_source", "export", "exportfilename", "timerange", "refresh_pairs"]
"trade_source", "export", "exportfilename", "timerange"]
ARGS_PLOT_PROFIT = (ARGS_COMMON + ARGS_STRATEGY +
["pairs", "timerange", "export", "exportfilename", "db_url", "trade_source"])