diff --git a/freqtrade/exchange/gate.py b/freqtrade/exchange/gate.py index 123676fba..24456c9be 100644 --- a/freqtrade/exchange/gate.py +++ b/freqtrade/exchange/gate.py @@ -37,6 +37,7 @@ class Gate(Exchange): _ft_has_futures: FtHas = { "needs_trading_fees": True, "marketOrderRequiresPrice": False, + "funding_fee_candle_limit": 90, "stop_price_type_field": "price_type", "stop_price_type_value_mapping": { PriceType.LAST: 0,