Use build_args for plot script

This commit is contained in:
Matthias
2019-06-22 20:27:29 +02:00
parent ba7a0dde06
commit ca5093901b
2 changed files with 5 additions and 6 deletions

View File

@@ -357,6 +357,9 @@ ARGS_PLOT_DATAFRAME = (ARGS_COMMON + ARGS_STRATEGY +
["pairs", "indicators1", "indicators2", "plot_limit", "db_url", "trade_source",
"export", "exportfilename", "timerange", "refresh_pairs", "live"])
ARGS_PLOT_PROFIT = (ARGS_COMMON + ARGS_STRATEGY +
["pairs", "timerange", "export", "exportfilename"])
class TimeRange(NamedTuple):
"""