fee改到了 0.0022

This commit is contained in:
zhangkun9038@dingtalk.com 2026-02-24 17:49:51 +08:00
parent c4c549766b
commit c8c726692f

View File

@ -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