added more arguments
This commit is contained in:
parent
12b4ae7f46
commit
cec3014790
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user