added more arguments

This commit is contained in:
Gert Wohlgemuth 2018-05-06 23:09:18 -07:00
parent 12b4ae7f46
commit cec3014790

View File

@ -267,7 +267,9 @@ class Arguments(object):
'--plot-rsi',
help='Renders a rsi chart of the given RSI dataframe name, for example --plot-rsi rsi',
dest='plotrsi',
nargs='+',
default=None
)
self.parser.add_argument(