From c585afb8d4a58b5f58ff57c23fac74bc690a017d Mon Sep 17 00:00:00 2001 From: zhangyangbin Date: Sun, 17 May 2026 15:39:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BB=98=E8=AE=A4=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 20260516-突破策略/20260516_Breakout.mq5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/20260516-突破策略/20260516_Breakout.mq5 b/20260516-突破策略/20260516_Breakout.mq5 index 4a45e5e..c677e62 100644 --- a/20260516-突破策略/20260516_Breakout.mq5 +++ b/20260516-突破策略/20260516_Breakout.mq5 @@ -19,9 +19,9 @@ input double InpMaxWavePercent = 1.0; // 最大波段阈值百分比(% input double InpPullbackTolerance = 0.0; // 反向突破容忍度(%) 0=不容忍 input group "=== 风险管理参数 ===" -input double InpStopLossPercent = 0.05; // 止损百分比(%) -input int InpMinStopLossPoints = 100; // 最小止损点数 -input double InpRiskRewardRatio = 1.5; // 盈亏比 +input double InpStopLossPercent = 0.02; // 止损百分比(%) +input int InpMinStopLossPoints = 10; // 最小止损点数 +input double InpRiskRewardRatio = 1.2; // 盈亏比 input bool InpUseTrailingStop = false; // 使用移动止损 input int InpMaxHoldingMinutes = 5; // 最大持仓时间(分钟)