更新配置用来运行live
This commit is contained in:
parent
b17fe87b05
commit
b332b7fcc2
@ -16,10 +16,14 @@
|
||||
"entry": 5,
|
||||
"exit": 15
|
||||
},
|
||||
"dry_run": false,
|
||||
"startup_candle_count": 200,
|
||||
"tradable_balance_ratio": 0.25,
|
||||
"exchange": {
|
||||
"name": "okx",
|
||||
"key": "eca767d4-fda5-4a1b-bb28-49ae18093307",
|
||||
"secret": "8CA3628A556ED137977DB298D37BC7F3",
|
||||
"key": "314e75b0-1113-47e8-ad01-1fca7e3c0496",
|
||||
"secret": "9C8B170390F46EA6FB87592AD46F5A34",
|
||||
"password": "nekFoylf:Om0",
|
||||
"enable_ws": false,
|
||||
"ccxt_config": {
|
||||
"enableRateLimit": true,
|
||||
@ -30,17 +34,10 @@
|
||||
},
|
||||
"ccxt_async_config": {
|
||||
"enableRateLimit": true,
|
||||
"rateLimit": 500,
|
||||
"rateLimit": 3000,
|
||||
"timeout": 20000
|
||||
},
|
||||
"pair_whitelist": [
|
||||
"BTC/USDT",
|
||||
"ETH/USDT",
|
||||
"TON/USDT",
|
||||
"OKB/USDT",
|
||||
"DOT/USDT",
|
||||
"SOL/USDT"
|
||||
],
|
||||
"pair_whitelist": ["BTC/USDT", "ETH/USDT", "SOL/USDT", "DOT/USDT", "OKB/USDT", "TON/USDT"],
|
||||
"pair_blacklist": []
|
||||
},
|
||||
"entry_pricing": {
|
||||
@ -107,14 +104,14 @@
|
||||
},
|
||||
"data_split_parameters": {
|
||||
"test_size": 0.2,
|
||||
"shuffle": false,
|
||||
"shuffle": false
|
||||
},
|
||||
"model_training_parameters": {
|
||||
"n_estimators": 100,
|
||||
"learning_rate": 0.01,
|
||||
"num_leaves": 64,
|
||||
"verbose": -1,
|
||||
"max_depth": 8,
|
||||
"max_depth": 8
|
||||
}
|
||||
},
|
||||
"api_server": {
|
||||
|
||||
BIN
tools/.live.sh.swp
Normal file
BIN
tools/.live.sh.swp
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user