We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5c054 commit f1f3553Copy full SHA for f1f3553
freqtrade/exchange/binance.py
@@ -36,6 +36,7 @@ class Binance(Exchange):
36
"ws_enabled": True,
37
}
38
_ft_has_futures: FtHas = {
39
+ "funding_fee_candle_limit": 1000,
40
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
41
"order_time_in_force": ["GTC", "FOK", "IOC"],
42
"tickers_have_price": False,
0 commit comments