martingole

This commit is contained in:
zhangkun9038@dingtalk.com 2025-10-14 02:00:34 +08:00
parent 8286169bcf
commit 5490d392c5

View File

@ -11,17 +11,17 @@
"trading_mode": "spot",
"margin_mode": "isolated",
"unfilledtimeout": {
"buy": 10,
"sell": 30
"entry": 10,
"exit": 30
},
"bid_strategy": {
"entry_pricing": {
"price_side": "same",
"ask_last_balance": 0.0,
"price_last_balance": 0.0,
"use_order_book": false
},
"ask_strategy": {
"exit_pricing": {
"price_side": "same",
"ask_last_balance": 0.0,
"price_last_balance": 0.0,
"use_order_book": false
},
"exchange": {
@ -58,11 +58,23 @@
"chat_id": ""
},
"api_server": {
"enabled": true,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080,
"verbosity": "error",
"enable_openapi": false,
"jwt_secret_key": ""
"enabled": true,
"listen_ip_address": "0.0.0.0",
"listen_port": 8080,
"verbosity": "error",
"enable_openapi": false,
"jwt_secret_key": "6a599ab046dbb419014807dffd7b8823bfa7e5df56b17d545485deb87331b4ca",
"ws_token": "6O5pBDiRigiZrmIsofaE2rkKMJtf9h8zVQ",
"CORS_origins": [],
"username": "freqAdmin",
"password": "admin"
},
"bot_name": "freqtrade",
"initial_state": "running",
"force_entry_enable": false,
"internals": {
"process_throttle_secs": 5,
"heartbeat_interval": 20,
"loglevel": "DEBUG"
}
}