Fix FTX not fetching the very latest data

This commit is contained in:
Matthias
2022-04-25 08:38:02 +02:00
parent f45bafdb16
commit 86b3aac9ba
2 changed files with 7 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ class Ftx(Exchange):
_ft_has: Dict = {
"stoploss_on_exchange": True,
"ohlcv_candle_limit": 1500,
"ohlcv_require_since": True,
"ohlcv_volume_currency": "quote",
"mark_ohlcv_price": "index",
"mark_ohlcv_timeframe": "1h",