Merge pull request #11625 from alisalama/develop

Parallelisation of iterative data downloads for speed improvement
This commit is contained in:
Matthias
2025-09-07 19:31:52 +02:00
committed by GitHub
9 changed files with 387 additions and 16 deletions

View File

@@ -138,6 +138,7 @@ class Exchange:
"ohlcv_has_history": True, # Some exchanges (Kraken) don't provide history via ohlcv
"ohlcv_partial_candle": True,
"ohlcv_require_since": False,
"download_data_parallel_quick": True,
"always_require_api_keys": False, # purge API keys for Dry-run. Must default to false.
# Check https://github.com/ccxt/ccxt/issues/10767 for removal of ohlcv_volume_currency
"ohlcv_volume_currency": "base", # "base" or "quote"