minor optimizations

This commit is contained in:
Gert Wohlgemuth
2018-05-24 00:31:16 -07:00
parent ad36947fe2
commit 6689c88a7c
3 changed files with 4 additions and 7 deletions

View File

@@ -264,7 +264,6 @@ class Arguments(object):
default=None
)
self.parser.add_argument(
'--stop-loss',
help='Renders stop/loss information in the main chart',
@@ -310,7 +309,6 @@ class Arguments(object):
default=None
)
self.parser.add_argument(
'--plot-macd',
help='Renders a macd chart of the given '
@@ -353,7 +351,6 @@ class Arguments(object):
type=int
)
self.parser.add_argument(
'-db', '--db-url',
help='Show trades stored in database.',