We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7137461 commit a3e9752Copy full SHA for a3e9752
freqtrade/exchange/okx.py
@@ -41,8 +41,8 @@ class Okx(Exchange):
41
"stop_price_type_field": "slTriggerPxType",
42
"stop_price_type_value_mapping": {
43
PriceType.LAST: "last",
44
- PriceType.MARK: "index",
45
- PriceType.INDEX: "mark",
+ PriceType.MARK: "mark",
+ PriceType.INDEX: "index",
46
},
47
"stoploss_blocks_assets": False,
48
"ws_enabled": True,
0 commit comments