Show trades stored in db on the graph

This commit is contained in:
Peter Adam Korodi
2018-05-16 16:46:53 +02:00
parent 7f1f1ec1ad
commit e4b08e9608
2 changed files with 46 additions and 1 deletions

View File

@@ -260,6 +260,13 @@ class Arguments(object):
default=None
)
self.parser.add_argument(
'-db', '--db-url',
help='Show trades stored in database.',
dest='db_url',
default=None
)
def testdata_dl_options(self) -> None:
"""
Parses given arguments for testdata download