Update binance stoploss order types

closes #7927
an update to the most recent ccxt version (>2.4.55) would have the same effect.
This commit is contained in:
Matthias
2022-12-25 09:05:53 +01:00
parent 4601705814
commit ce13ce4b10
2 changed files with 2 additions and 2 deletions

View File

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