Merge branch 'develop' into ci/ccxt.pro

This commit is contained in:
Matthias
2024-07-03 13:12:51 +02:00
66 changed files with 1327 additions and 434 deletions

View File

@@ -125,6 +125,7 @@ class Exchange:
"tickers_have_price": True,
"trades_pagination": "time", # Possible are "time" or "id"
"trades_pagination_arg": "since",
"trades_has_history": False,
"l2_limit_range": None,
"l2_limit_range_required": True, # Allow Empty L2 limit (kucoin)
"mark_ohlcv_price": "mark",