mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
feat: add (commented) validation for fetch_*_ohlcv methods
This commit is contained in:
@@ -97,6 +97,9 @@ EXCHANGE_HAS_OPTIONAL = [
|
|||||||
# 'fetchLeverageTiers', # Futures initialization
|
# 'fetchLeverageTiers', # Futures initialization
|
||||||
# 'fetchMarketLeverageTiers', # Futures initialization
|
# 'fetchMarketLeverageTiers', # Futures initialization
|
||||||
# 'fetchOpenOrders', 'fetchClosedOrders', # 'fetchOrders', # Refinding balance...
|
# 'fetchOpenOrders', 'fetchClosedOrders', # 'fetchOrders', # Refinding balance...
|
||||||
|
# "fetchPremiumIndexOHLCV", # Futures additional data
|
||||||
|
# "fetchMarkOHLCV", # Futures additional data
|
||||||
|
# "fetchIndexOHLCV", # Futures additional data
|
||||||
# ccxt.pro
|
# ccxt.pro
|
||||||
"watchOHLCV",
|
"watchOHLCV",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user