stable/freqtrade
creslinux 966668f48a Handle if ticker_interval in config.json is not supported on exchange.
Returns.

Tested positive and negative data.
The ticker list in constants.py may be obsolete now, im not sure.

 raise OperationalException(f'Invalid ticker {timeframe}, this Exchange supports {timeframes}')
freqtrade.OperationalException: Invalid ticker 14m, this Exchange supports {'1m': '1m', '3m': '3m', '5m': '5m', '15m': '15m', '30m': '30m', '1h': '1h', '2h': '2h', '4h': '4h', '6h': '6h', '8h': '8h', '12h': '12h', '1d': '1d', '3d': '3d', '1w': '1w', '1M': '1M'}
2018-07-05 11:57:59 +00:00
..
exchange Handle if ticker_interval in config.json is not supported on exchange. 2018-07-05 11:57:59 +00:00
optimize Merge pull request #930 from freqtrade/skopt 2018-07-04 13:51:14 -05:00
rpc sort imports 2018-07-04 10:31:35 +03:00
strategy sort imports 2018-07-04 10:31:35 +03:00
tests Merge pull request #930 from freqtrade/skopt 2018-07-04 13:51:14 -05:00
vendor drop zlma implementation 2018-06-13 16:20:13 +02:00
__init__.py bump develop to 0.17.1 2018-06-23 09:38:20 -05:00
__main__.py sort imports 2018-07-04 10:31:35 +03:00
analyze.py sort imports 2018-07-04 10:31:35 +03:00
arguments.py sort imports 2018-07-04 10:31:35 +03:00
configuration.py sort imports 2018-07-04 10:31:35 +03:00
constants.py Merge branch 'develop' into feat/stop_loss 2018-07-01 20:01:02 +02:00
fiat_convert.py sort imports 2018-07-04 10:31:35 +03:00
freqtradebot.py sort imports 2018-07-04 10:31:35 +03:00
indicator_helpers.py sort imports 2018-07-04 10:31:35 +03:00
main.py implement bot reconfiguration and expose it to telegram 2018-06-09 04:29:48 +02:00
misc.py sort imports 2018-07-04 10:31:35 +03:00
persistence.py sort imports 2018-07-04 10:31:35 +03:00
state.py implement bot reconfiguration and expose it to telegram 2018-06-09 04:29:48 +02:00