mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Don't multiply klines_last_refresh
with 1000 - it's already in ms
This commit is contained in:
parent
627154cb66
commit
212ac2073e
|
@ -2279,7 +2279,6 @@ class Exchange:
|
|||
half_candle = int(candle_date - (candle_date - prev_candle_date) * 0.5)
|
||||
last_refresh_time = int(
|
||||
self._exchange_ws.klines_last_refresh.get((pair, timeframe, candle_type), 0)
|
||||
* 1000
|
||||
)
|
||||
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue
Block a user