mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
test: enable testing bitget spot markets
This commit is contained in:
@@ -408,6 +408,19 @@ EXCHANGES = {
|
||||
"candle_count": 200,
|
||||
"orderbook_max_entries": 50,
|
||||
},
|
||||
"bitget": {
|
||||
"pair": "BTC/USDT",
|
||||
"stake_currency": "USDT",
|
||||
"hasQuoteVolume": True,
|
||||
"timeframe": "1h",
|
||||
"candle_count": 1000,
|
||||
# "futures": False,
|
||||
# "futures_pair": "BTC/USDT:USDT",
|
||||
# "hasQuoteVolumeFutures": False,
|
||||
# "leverage_tiers_public": True,
|
||||
# "leverage_in_spot_market": True,
|
||||
# "private_methods": ["fetch_accounts"],
|
||||
},
|
||||
"htx": {
|
||||
"pair": "ETH/BTC",
|
||||
"stake_currency": "BTC",
|
||||
|
||||
Reference in New Issue
Block a user