Use futures_pair in ccxt test correctly

This commit is contained in:
Matthias 2023-01-12 23:39:02 +01:00
parent 5b3304189c
commit b024fafaf8
1 changed files with 2 additions and 1 deletions

View File

@ -32,11 +32,12 @@ EXCHANGES = {
'leverage_in_spot_market': False,
},
# 'binance': {
# 'pair': 'BTC/USDT:USDT',
# 'pair': 'BTC/USDT',
# 'stake_currency': 'USDT',
# 'hasQuoteVolume': True,
# 'timeframe': '5m',
# 'futures': True,
# 'futures_pair': 'BTC/USDT:USDT',
# 'leverage_tiers_public': False,
# 'leverage_in_spot_market': False,
# },