revert
This commit is contained in:
parent
1a19126d9f
commit
73a64adf98
@ -80,15 +80,6 @@ docker-compose run --rm freqtrade hyperopt \
|
||||
--spaces buy sell roi trailing \
|
||||
--fee 0.0016
|
||||
|
||||
CONTAINER_ID=$(docker ps -f "name=freqtrade-dryrun" --format "{{.ID}}")
|
||||
|
||||
if [ ! -z "$CONTAINER_ID" ]; then
|
||||
echo "🔄 正在重启容器: $CONTAINER_ID"
|
||||
docker restart "$CONTAINER_ID"
|
||||
else
|
||||
echo "⚠️ 未找到以 'freqtrade-dryrun' 开头的容器"
|
||||
fi
|
||||
|
||||
#>output.log 2>&1
|
||||
#sed -i 's/\x1B\[[0-9;]*m//g' output.log
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user