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', '--plot-rsi',
help='Renders a rsi chart of the given RSI dataframe name, for example --plot-rsi rsi', help='Renders a rsi chart of the given RSI dataframe name, for example --plot-rsi rsi',
dest='plotrsi', dest='plotrsi',
nargs='+',
default=None default=None
) )
self.parser.add_argument( self.parser.add_argument(