Merge branch 'pr/BlueSkyTrading/3788' into pr/BlueSkyTrading/3790

This commit is contained in:
Matthias 2020-09-20 11:15:32 +02:00
commit 80f6f6dcbc

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'],
'6h', '8h', '12h', '1d', '3d', '1w','1M', '1y'],
default=['1m', '5m'],
nargs='+',
),