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 e503d4a commit 8610f98Copy full SHA for 8610f98
freqtrade/exchange/binance.py
@@ -45,7 +45,6 @@ class Binance(Exchange):
45
"funding_fee_candle_limit": 1000,
46
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
47
"stoploss_blocks_assets": False, # Stoploss orders do not block assets
48
- "order_time_in_force": ["GTC", "FOK", "IOC"],
49
"tickers_have_price": False,
50
"floor_leverage": True,
51
"fetch_orders_limit_minutes": 7 * 1440, # "fetch_orders" is limited to 7 days
0 commit comments