Also add 2w (supported by kraken)

This commit is contained in:
Matthias
2020-09-20 11:18:45 +02:00
parent 80f6f6dcbc
commit c349499985
2 changed files with 5 additions and 5 deletions

View File

@@ -375,7 +375,7 @@ AVAILABLE_CLI_OPTIONS = {
help='Specify which tickers to download. Space-separated list. '
'Default: `1m 5m`.',
choices=['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h',
'6h', '8h', '12h', '1d', '3d', '1w','1M', '1y'],
'6h', '8h', '12h', '1d', '3d', '1w', '2w', '1M', '1y'],
default=['1m', '5m'],
nargs='+',
),