Binance spot also allows market orders

closes #7426
This commit is contained in:
Matthias
2022-09-17 14:55:00 +02:00
parent 8639c1f23d
commit ca6dec3d4c
2 changed files with 7 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ class Binance(Exchange):
"ccxt_futures_name": "future"
}
_ft_has_futures: Dict = {
"stoploss_order_types": {"limit": "stop"},
"stoploss_order_types": {"limit": "limit", "market": "market"},
"tickers_have_price": False,
}