Add online tests for bybit

This commit is contained in:
Matthias
2022-12-31 11:06:52 +01:00
parent d05ecd630f
commit 752110a268
2 changed files with 11 additions and 1 deletions

View File

@@ -100,6 +100,16 @@ EXCHANGES = {
'leverage_tiers_public': True,
'leverage_in_spot_market': True,
},
'bybit': {
'pair': 'BTC/USDT',
'stake_currency': 'USDT',
'hasQuoteVolume': True,
'timeframe': '5m',
'futures_pair': 'BTC/USDT:USDT',
'futures': True,
'leverage_tiers_public': True,
'leverage_in_spot_market': True,
},
'huobi': {
'pair': 'ETH/BTC',
'stake_currency': 'BTC',