added support for improved graphics and strategy path configuration
This commit is contained in:
@@ -255,3 +255,13 @@ class Arguments(object):
|
||||
dest='pair',
|
||||
default=None
|
||||
)
|
||||
"""
|
||||
Parses given arguments for plot scripts.
|
||||
"""
|
||||
self.parser.add_argument(
|
||||
'--stop-loss',
|
||||
help='Renders stop/loss informations in the main chart',
|
||||
dest='stoplossdisplay',
|
||||
default=False,
|
||||
type=bool
|
||||
)
|
||||
|
Reference in New Issue
Block a user