From c8c726692fa430d663e36e572b7ab6a05ef2cf47 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 24 Feb 2026 17:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=20fee=E6=94=B9=E5=88=B0=E4=BA=86=200.0022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/backtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/backtest.sh b/tools/backtest.sh index 36c34513..9c1871b8 100755 --- a/tools/backtest.sh +++ b/tools/backtest.sh @@ -210,7 +210,7 @@ docker-compose run --rm freqtrade backtesting $PAIRS_FLAG \ --strategy-path /freqtrade/templates \ --strategy $STRATEGY_NAME \ --timerange $START_DATE-$END_DATE \ - --fee 0.0008 \ + --fee 0.0022 \ --breakdown day \ --cache none >output.log 2>&1