Add --dl-trades cli flag

This commit is contained in:
Matthias
2019-10-08 20:31:01 +02:00
parent 762ae3a598
commit 37925e7f6c
5 changed files with 16 additions and 8 deletions

View File

@@ -273,6 +273,11 @@ AVAILABLE_CLI_OPTIONS = {
type=check_int_positive,
metavar='INT',
),
"download_trades": Arg(
'--dl-trades',
help='Download trades instead of OHLCV data.',
action='store_true',
),
"exchange": Arg(
'--exchange',
help=f'Exchange name (default: `{constants.DEFAULT_EXCHANGE}`). '