mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Improve bingx file formatting
This commit is contained in:
parent
71cb2ded79
commit
64c7f6b06a
|
@ -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"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user