Improve bingx file formatting

This commit is contained in:
Matthias 2024-05-26 09:24:19 +02:00
parent 71cb2ded79
commit 64c7f6b06a

View File

@ -19,9 +19,5 @@ class Bingx(Exchange):
"ohlcv_candle_limit": 1000,
"stoploss_on_exchange": True,
"stoploss_order_types": {"limit": "limit", "market": "market"},
"order_time_in_force": [
"GTC",
"IOC",
"PO",
],
"order_time_in_force": ["GTC", "IOC", "PO"],
}