; The Impossible Gold v2.0 — PROP FIRM SETTINGS (GENERIC) ; Base: Live-tuned set file (Trail 25/5, genetic optimised 2024-2025) ; Prop adjustment: Risk, protection, and guard parameters tuned for ; typical prop firm rules (5% daily loss, 10% max DD) ; ; DESIGNED FOR: FTMO, The5ers, E8, FundedNext, Blue Guardian and similar ; ACCOUNT SIZE: Works on any size — risk is percentage-based ; ; KEY CHANGES FROM LIVE-TUNED: ; RiskPerTrade: 1.5% → 0.75% (halved — prop firms penalise DD hard) ; MaxDailyLoss: 0 → 4.0% (hard daily loss cap — stays under 5% rule) ; MaxTradesPerDay: 10 → 3 (limits daily exposure) ; MaxConsecLosses: 0 → 2 (auto-pause after 2 losses in a row) ; EnableShield: false → true (locks in profits, prevents give-back) ; ShieldArmPct: 400 → 75 (arms after ~8% profit on prop accounts) ; ShieldDrawdownPct: 10 → 5 (tighter trigger for prop protection) ; ShieldRecovery: 0 → 1 (resets next day, not permanent) ; EnableNewsFilter: false → true (avoids volatile news spikes) ; MaxDrawdown: 0 → 8.0% (emergency stop before hitting 10% rule) ; CompoundAggressive: true → false (use starting balance, not equity) ; === STRATEGY === (unchanged — optimised values) Timeframe=5 LookbackBars=16 BufferPips=1.5 MinRangePips=5.0 MaxRangePips=1500.0 MinScoreToTrade=50 MaxHoldBars=0 CooldownBars=0 ; === SESSION FILTER === (unchanged — optimised session hours) SessionStart=10 SessionEnd=20 ExcludeStart=12 ExcludeEnd=15 BlockMonday=false BlockTuesday=false BlockWednesday=false BlockThursday=false BlockFriday=false ; === RISK === (PROP: reduced risk, no compounding on equity) RiskPerTrade=0.75 CompoundAggressive=false FixedLots=0.0 MinLotSize=0.01 MaxLotSize=10.0 MagicNumber=778899 ; === TP & SL === (unchanged — 6:1 theoretical R:R) TP_Pips=300 SL_Pips=25 MaxSpread=50.0 SpreadMultiplier=3 ; === TRADE MANAGEMENT === (live-tuned trailing for real spreads) UseBreakeven=false BreakevenTrigger=50 BreakevenOffset=5 UseTrailingStop=true TrailingStart=15 TrailingStep=25 ; === PROTECTION === (PROP: strict daily limits and guards) MaxDrawdown=8.0 MaxDailyLoss=4.0 MaxOpenTrades=1 MaxTradesPerDay=3 MaxConsecLosses=2 ; === NEWS FILTER === (PROP: enabled — avoid volatile spikes) EnableNewsFilter=true NewsMinutesBefore=30 NewsMinutesAfter=15 ; === SHIELD === (PROP: enabled and tighter — protect funded account) EnableShield=true ShieldArmPct=75.0 ShieldDrawdownPct=5.0 ShieldRecovery=1 ShieldRecoveryPct=50.0 ; === REGIME FILTER === (unchanged — optimised values) EnableRegimeFilter=true RegimeEMAPeriod=50 RegimeLookback=4 RegimeMinSlope=0.30 BlockCounterTrend=false ; === DIRECTION EXCLUSIONS === (unchanged) BuyExcludeStart=0 BuyExcludeEnd=0 BuyExclude2Start=0 BuyExclude2End=0 SellExcludeStart=0 SellExcludeEnd=0 ; === DISPLAY === ShowDashboard=true ShowChartExtras=true DebugMode=false ; === PROP FIRM === (v2.0 zone-based dynamic DD protection) ; GENERIC: Set PropMaxDD and PropDailyDD to match your firm's actual rules. ; Common configs: BG/5ers=6/3, FTMO-2step=10/5, E8=8/5, FN-2step=10/5 EnablePropFirm=true PropMaxDD=10.0 PropDailyDD=5.0 PropYellowPct=40.0 PropRedPct=65.0 PropDeadPct=85.0 YellowRiskMult=0.5 YellowMaxTrades=0 YellowMinScore=80 RedRiskMult=0.25 RedMaxTrades=1 RedMinScore=90