config
This commit is contained in:
parent
982c93dc12
commit
7bf5919368
@ -28,7 +28,7 @@
|
||||
"name": "okx",
|
||||
"key": "314e75b0-1113-47e8-ad01-1fca7e3c0496",
|
||||
"secret": "9C8B170390F46EA6FB87592AD46F5A34",
|
||||
"password": "nekFoylf:Om0",
|
||||
"password": "nekFoylf:Om0",
|
||||
"enable_ws": false,
|
||||
"ccxt_config": {
|
||||
"enableRateLimit": true,
|
||||
|
||||
@ -8,7 +8,31 @@
|
||||
"timeframe": "1h",
|
||||
"position_adjustment_enable": true,
|
||||
"max_entry_position_adjustment": -1,
|
||||
|
||||
"exchange": {
|
||||
"name": "okx",
|
||||
"key": "cbda9fde-b9e3-4a2d-94f9-e5c3705dfb5c",
|
||||
"secret": "CD3B7DB459CBBD540E0926E5C48150E1",
|
||||
"password": "c^-d:g;P2S9?Q#^",
|
||||
"enable_ws": false,
|
||||
"ccxt_config": {
|
||||
"enableRateLimit": true,
|
||||
"rateLimit": 500,
|
||||
"options": {
|
||||
"defaultType": "spot"
|
||||
}
|
||||
},
|
||||
"ccxt_async_config": {
|
||||
"enableRateLimit": true,
|
||||
"rateLimit": 3000,
|
||||
"timeout": 20000
|
||||
},
|
||||
"pair_whitelist": [
|
||||
"ETH/USDT"
|
||||
],
|
||||
"pair_blacklist": [
|
||||
"OKB/USDT"
|
||||
]
|
||||
},
|
||||
"unfilledtimeout": {
|
||||
"entry": 5,
|
||||
"exit": 15
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user