; ------ Grid Core / 网格核心设置 ------ InpGridType=0 InpInitialLots=0.1 InpLotMultiplier=1.3 InpMaxLevels=10 InpMaxLotPerOrder=0.1 InpBlockNewIfOpposite=true InpMagicNumber=20260909 InpSlippagePoints=100 ; ------ Dynamic Distance / 动态自适应间距 ------ InpUseDynamicDist=true InpAtrPeriod=14 InpAtrMultiplier=1.5 InpMinDistancePoints=300 InpFixedDistance=150 InpStepExpansion=1.2 InpMaxAtrPoints=0 ; ------ Trend Filter / 趋势过滤器 (仅约束首单) ------ InpUseTrendFilter=true InpEmaPeriod=200 InpRsiPeriod=14 InpRsiOverbought=70.0 InpRsiOversold=30.0 ; ------ Trailing Profit / 移动止盈 ------ InpTargetMode=0 InpTargetAtrMult=0.6 InpTargetMinUSD=5.0 InpTrailPullbackPct=35.0 InpCommissionPerLot=0.0 ; ------ Risk Control / 风控与熔断 ------ InpMaxLossPerSideUSD=300.0 InpMaxAccountDDPct=10.0 InpCooldownMinutes=120 InpMaxSpreadPoints=60 InpMaxMarginUsagePct=30.0 InpRetryAfterFailSec=15 InpMaxDailyLossUSD=0.0 ; ------ Session Filter / 交易时段过滤 (仅约束首单, 服务器时间) ------ InpUseSessionFilter=true InpSessionStartHour=8 InpSessionEndHour=21 InpNoNewOnFriday=true ; ------ UI Panel / UI面板参数 ------ InpPanelX=20 InpPanelY=50 InpPanelW=250 InpPanelH=360 InpFontSize=10