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

@@ -22,6 +22,7 @@ class Kraken(Exchange):
"ohlcv_candle_limit": 720,
"trades_pagination": "id",
"trades_pagination_arg": "since",
"mark_ohlcv_timeframe": "4h",
}
_supported_trading_mode_collateral_pairs: List[Tuple[TradingMode, Collateral]] = [