stable/freqtrade/data
hroff-1902 14d6cdf9b2
OHLCV should be float for TA-LIB indicators in the strategy
Some exchanges (BitMEX) return integer values for Volume field. And sometimes even for OHLC -- same, on BitMEX, since price decrease is 0.5. TA-LIB functions assume floats and fail with exception.
Of course, this can be fixed (converted) in ccxt for particular exchange, but TA-LIB will still fail for exchanges for that such a conversion is not implemented in ccxt code. So let's make perform this conversion here in order to be sure our strategy will not crash on a new exchange.
2019-02-10 21:52:33 +03:00
..
__init__.py Fix wonrly named module 2018-12-17 06:32:59 +01:00
converter.py OHLCV should be float for TA-LIB indicators in the strategy 2019-02-10 21:52:33 +03:00
dataprovider.py Fix comment 2019-01-26 19:16:33 +01:00
history.py flake8 3.7.1 fixes 2019-01-31 07:51:03 +02:00