; ERMT 1.6 — Aggressive ATR Preset (Small Capital) ; Profile: ermt_1.6_aggressive_small_capital ; Description: ATR-driven partials, relaxed risk for small capital / small lots ; All partial closures triggered by ATR multipliers (no fixed-point fallback). ; Phase triggers in points: 20pt=2pip, 40pt=4pip, 70pt=7pip, 120pt=12pip, 250pt=25pip ; Risk: max 5% per trade | 15% daily | 50% drawdown (relaxed for small capital) ; === MANAGEMENT CONTROL === InpMagicFilter=0 ; === STARTUP PROFILE === InpStartupProfile=0 InpProfileGuide=Aggressive ATR partials - small capital relaxed risk ; === PROFILE NOTE === InpCustomGuide=ATR partials, relaxed risk for small lots, fast profit lock ; === PHASE CONFIGURATION === ; Triggers in points (5-digit broker: 10pts = 1 pip) InpPhase1Trigger=20.0 InpPhase2Trigger=40.0 InpPhase3Trigger=70.0 InpPhase4Trigger=120.0 InpPhase5Trigger=250.0 ; === PHASE SAFETY FLOORS === InpPhase1MinLock=8.0 InpPhase2MinLock=18.0 InpPhase3MinLock=35.0 InpPhase4MinLock=60.0 InpPhase5MinLock=120.0 ; === RISK LIMITS === ; Relaxed for small capital - tighten as account grows InpMaxLossPerTrade=5.0 InpMaxDailyLoss=15.0 InpMaxDrawdown=50.0 InpMaxCorrelation=0.8 ; === EMERGENCY PROTECTION === InpApplyEmergencyStops=true InpEmergencySLMultiplier=2.0 InpEmergencyTPMultiplier=3.0 ; === TRAILING STOP SETTINGS === ; TrailStart=40pts (4pip), Distance=20pts (2pip), Step=10pts (1pip) InpTrailingMethod=3 InpTrailStart=40.0 InpTrailDistance=20.0 InpTrailStep=10.0 InpAdaptiveTrailing=true ; === VOLATILITY ADJUSTMENTS === InpLowVolatilityMultiplier=0.9 InpHighVolatilityMultiplier=1.2 InpVolatilityThreshold=1.0 ; === PARTIAL CLOSURES === InpPartialEnabled=true InpPartialEngine=1 InpPartialMode=1 ; === PARTIAL LEVELS - FIXED POINT FALLBACK === InpPartialTrigger1=0.0 InpPartialPercent1=0.0 InpPartialTrigger2=0.0 InpPartialPercent2=0.0 InpPartialTrigger3=0.0 InpPartialPercent3=0.0 InpPartialTrigger4=0.0 InpPartialPercent4=0.0 ; === PARTIAL LEVELS - ATR MULTIPLIERS (v1.5) === InpPartialATRMult1=1.5 InpPartialATRMult2=2.5 InpPartialATRMult3=4.0 InpPartialATRMult4=7.0 ; === RUNNER MANAGEMENT === InpRunnerPercentage=10.0 InpRunnerTrailMultiplier=2.5 InpRunnerExitThreshold=300.0 ; === RETRACEMENT PROTECTION (v1.5) === InpRetractionGate=true InpMaxRetracementForPartial=10.0 InpPartialProfitBuffer=10.0 ; === BASKET PROTECTION (v1.6) === ; Relaxed heat limit for small capital with fewer simultaneous trades InpUseBasketProtection=true InpMaxPortfolioHeat=20.0 InpBasketDeRiskPercent=25.0 ; === PHASE MANAGEMENT === InpUsePhaseManagement=true InpUseDynamicPartials=true InpFloorOnlyMode=true ; === DISPLAY SETTINGS === InpShowDashboard=true InpDashboardX=10 InpDashboardY=20 InpUpdateFrequency=2 ; === SYSTEM SETTINGS === InpLogLevel=3 InpSaveReports=true InpSoundAlerts=true