Add warning about OKX futures backtesting data

This commit is contained in:
Matthias
2022-05-13 07:03:18 +02:00
parent 5444f4ee6f
commit c299601ece
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ class Okx(Exchange):
"""
_ft_has: Dict = {
"ohlcv_candle_limit": 300,
"ohlcv_candle_limit": 100,
"mark_ohlcv_timeframe": "4h",
"funding_fee_timeframe": "8h",
}