From cbfdcf4cd73d8e88c740d2a0ed4d33d687ee8001 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 26 Nov 2025 23:27:19 +0800 Subject: [PATCH] config --- config_examples/live.json | 19 ------------------- tools/live.sh | 1 + 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/config_examples/live.json b/config_examples/live.json index 07f4a23..f5dcfda 100644 --- a/config_examples/live.json +++ b/config_examples/live.json @@ -59,25 +59,6 @@ "method": "StaticPairList" } ], - "order_types": { - "entry": "market", - "exit": "market", - "stoploss": "limit", - "stoploss_on_exchange": false - }, - "order_time_in_force": { - "entry": "gtc", - "exit": "gtc" - }, - "entry_pricing": { - "price_side": "other", - "use_order_book": false, - "price_last_balance": 0 - }, - "exit_pricing": { - "price_side": "other", - "use_order_book": false - }, "fee": 0.0008, "api_server": { "enabled": true, diff --git a/tools/live.sh b/tools/live.sh index 001fb20..8774bc3 100755 --- a/tools/live.sh +++ b/tools/live.sh @@ -358,6 +358,7 @@ docker-compose run -d --rm \ --db-url sqlite:////freqtrade/user_data/tradesv3.sqlite \ --fee 0.0008 \ --config /freqtrade/config_examples/$CONFIG_FILE \ + --config /freqtrade/config_examples/live.json \ --strategy $STRATEGY_NAME \ --strategy-path /freqtrade/templates