mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
add missing timeframes to allowed values
This commit is contained in:
parent
5ff405b0b0
commit
0f3dc821f2
|
@ -317,7 +317,7 @@ class Arguments(object):
|
||||||
'-t', '--timeframes',
|
'-t', '--timeframes',
|
||||||
help='Specify which tickers to download. Space separated list. \
|
help='Specify which tickers to download. Space separated list. \
|
||||||
Default: %(default)s',
|
Default: %(default)s',
|
||||||
choices=['5m', '15m', '30m', '1h', '2h', '4h',
|
choices=['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h',
|
||||||
'6h', '8h', '12h', '1d', '3d', '1w', '1M'],
|
'6h', '8h', '12h', '1d', '3d', '1w', '1M'],
|
||||||
default=['1m', '5m'],
|
default=['1m', '5m'],
|
||||||
nargs='+',
|
nargs='+',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user