use "swap" for bybit

This commit is contained in:
Matthias 2023-01-27 19:34:29 +01:00
parent 08ede37795
commit fa033965c8
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ class Binance(Exchange):
"trades_pagination": "id",
"trades_pagination_arg": "fromId",
"l2_limit_range": [5, 10, 20, 50, 100, 500, 1000],
"ccxt_futures_name": "swap"
}
_ft_has_futures: Dict = {
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},

View File

@ -28,7 +28,6 @@ class Bybit(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"ccxt_futures_name": "linear",
"ohlcv_has_history": False,
}
_ft_has_futures: Dict = {