Enable gate futures for spread-filter again

closes #8687
This commit is contained in:
Matthias 2023-05-31 17:14:22 +02:00
parent 5fc8426b9b
commit 9c6fee3841

View File

@ -33,7 +33,6 @@ class Gate(Exchange):
_ft_has_futures: Dict = {
"needs_trading_fees": True,
"marketOrderRequiresPrice": False,
"tickers_have_bid_ask": False,
"fee_cost_in_contracts": False, # Set explicitly to false for clarity
"order_props_in_contracts": ['amount', 'filled', 'remaining'],
"stop_price_type_field": "price_type",