stable/freqtrade/optimize
creslinux 36e2314266 prevent index out of range in trim_tickerlist
There is a bug in trim_tickerlist, it will throw an index out of range exception and crash the programe if passed a start / stop date outside the range of those records in the cached json pair file.

This change calls a function that sanitizes the dates prior to calling trim_tickerlist.
2018-06-01 18:21:45 +03:00
..
__init__.py prevent index out of range in trim_tickerlist 2018-06-01 18:21:45 +03:00
backtesting.py Merge branch 'develop' into feat/objectify-ccxt 2018-05-02 22:49:55 +02:00
hyperopt.py Merge branch 'develop' into feat/objectify-ccxt 2018-05-02 22:49:55 +02:00