use "swap" for bybit
This commit is contained in:
		| @@ -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"}, | ||||
|   | ||||
| @@ -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 = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user