Skip to content

Commit 8610f98

Browse files
committed
feat: enable PostOnly orders for binance futures
1 parent e503d4a commit 8610f98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

freqtrade/exchange/binance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class Binance(Exchange):
4545
"funding_fee_candle_limit": 1000,
4646
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
4747
"stoploss_blocks_assets": False, # Stoploss orders do not block assets
48-
"order_time_in_force": ["GTC", "FOK", "IOC"],
4948
"tickers_have_price": False,
5049
"floor_leverage": True,
5150
"fetch_orders_limit_minutes": 7 * 1440, # "fetch_orders" is limited to 7 days

0 commit comments

Comments
 (0)