Parcourir la source

fix: tune freqtrade okx futures config

lxy il y a 1 mois
Parent
commit
5701551114
1 fichiers modifiés avec 16 ajouts et 4 suppressions
  1. 16 4
      freqtrade/config-okx-futures.json

+ 16 - 4
freqtrade/config-okx-futures.json

@@ -15,8 +15,20 @@
     "key": "",
     "secret": "",
     "password": "",
-    "ccxt_config": {},
-    "ccxt_async_config": {},
+    "ccxt_config": {
+      "timeout": 60000,
+      "enableRateLimit": true,
+      "options": {
+        "defaultType": "swap"
+      }
+    },
+    "ccxt_async_config": {
+      "timeout": 60000,
+      "enableRateLimit": true,
+      "options": {
+        "defaultType": "swap"
+      }
+    },
     "pair_whitelist": [
       "BTC/USDT:USDT"
     ],
@@ -28,11 +40,11 @@
     }
   ],
   "entry_pricing": {
-    "price_side": "same",
+    "price_side": "other",
     "use_order_book": false
   },
   "exit_pricing": {
-    "price_side": "same",
+    "price_side": "other",
     "use_order_book": false
   },
   "order_types": {