Files
stable/freqtrade
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
..
2019-01-30 11:23:23 +01:00
2019-01-31 07:51:03 +02:00
2019-01-17 20:28:21 +01:00
2019-02-10 21:02:53 +03:00
2019-02-03 13:52:05 +01:00
2019-01-31 07:51:03 +02:00
2018-12-27 11:47:00 +01:00
2018-07-04 10:31:35 +03:00
2018-07-04 10:31:35 +03:00