Initial config for Bingx stop orders

This commit is contained in:
Matthias
2024-05-20 09:53:52 +02:00
parent 1717733b0f
commit 1a86d81200

View File

@@ -17,4 +17,6 @@ class Bingx(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"stoploss_on_exchange": False,
"stoploss_order_types": {"limit": "limit", "market": "market"},
}