Use exchange-dependant timeframe/candletype to get mark/index candles

This commit is contained in:
Matthias
2021-12-05 10:01:44 +01:00
parent 1a08613498
commit a80c3f6a1b
4 changed files with 9 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ class Exchange:
"l2_limit_range": None,
"l2_limit_range_required": True, # Allow Empty L2 limit (kucoin)
"mark_ohlcv_price": "mark",
"mark_ohlcv_timeframe": "8h",
"ccxt_futures_name": "swap"
}
_ft_has: Dict = {}