Added 1M and 1y timeframes

Huobi Pro allows monthly and yearly data downloading
This commit is contained in:
HumanBot 2020-09-19 14:31:23 -04:00 committed by GitHub
parent 6674285b12
commit a95dbdbde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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='+',
),