Allow strategy for plot-profit

to allow loading of multi-backtest files
This commit is contained in:
Matthias
2020-07-03 06:58:06 +02:00
parent 16a842f9f6
commit 619eb183fe
3 changed files with 10 additions and 4 deletions

View File

@@ -354,7 +354,7 @@ class Arguments:
plot_profit_cmd = subparsers.add_parser(
'plot-profit',
help='Generate plot showing profits.',
parents=[_common_parser],
parents=[_common_parser, _strategy_parser],
)
plot_profit_cmd.set_defaults(func=start_plot_profit)
self._build_args(optionlist=ARGS_PLOT_PROFIT, parser=plot_profit_cmd)