Improve bingx file formatting
This commit is contained in:
@@ -19,9 +19,5 @@ class Bingx(Exchange):
|
|||||||
"ohlcv_candle_limit": 1000,
|
"ohlcv_candle_limit": 1000,
|
||||||
"stoploss_on_exchange": True,
|
"stoploss_on_exchange": True,
|
||||||
"stoploss_order_types": {"limit": "limit", "market": "market"},
|
"stoploss_order_types": {"limit": "limit", "market": "market"},
|
||||||
"order_time_in_force": [
|
"order_time_in_force": ["GTC", "IOC", "PO"],
|
||||||
"GTC",
|
|
||||||
"IOC",
|
|
||||||
"PO",
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user