Correct calculation for percent calculation and use tickers

This commit is contained in:
jainanuj94
2024-07-25 23:33:28 +05:30
parent 1b81de01b4
commit dad4f30597
7 changed files with 195 additions and 153 deletions

View File

@@ -121,6 +121,7 @@ class Exchange:
# Check https://github.com/ccxt/ccxt/issues/10767 for removal of ohlcv_volume_currency
"ohlcv_volume_currency": "base", # "base" or "quote"
"tickers_have_quoteVolume": True,
"tickers_have_percentage": True,
"tickers_have_bid_ask": True, # bid / ask empty for fetch_tickers
"tickers_have_price": True,
"trades_pagination": "time", # Possible are "time" or "id"