; saved on 2026.04.04 22:44:36
; this file contains input parameters for testing/optimizing Apex EA 7.0 MT5 expert advisor
; to use it in the strategy tester, click Load in the context menu of the Inputs tab
;
; ═══════════ 1. BASIC SETTINGS ═══════════
InpMagicNumber=2784||12345||1||123450||N
InpTradeComment=APEX EA GBPUSD M15
; --- Dashboard Display ---
InpShowDashboard=false||false||0||true||N
InpDashboardX=20||20||1||200||N
InpDashboardY=50||50||1||500||N
InpDashboardFontSize=9||9||1||90||N
InpDashboardTextColor=16777215
InpDashboardBgColor=5197615
InpEnableSpreadFilter=false||false||0||true||N
InpMaxSpreadPips=100||3.0||0.300000||30.000000||N
InpOncePerBar=true||false||0||true||N
InpBarTimeframe=0||0||0||49153||N
; --- Renko Filter ---
InpEnableRenkoFilter=true||false||0||true||N
InpRenkoBrickSizePips=90||10||1||100||Y
InpRenkoTrendBricks=3||2||1||10||Y
; ═══════════ 2. POSITION SIZE & RISK ═══════════
InpPositionSizing=1||0||0||3||N
InpFixedLotSize=0.01||0.01||0.001000||0.100000||N
InpPercentage=3||2.0||0.200000||20.000000||N
InpMaxLotSize=1||10.0||1.000000||100.000000||N
; --- Consecutive Loss Protection ---
InpEnableConsecutiveLossProtection=true||false||0||true||N
InpMaxConsecutiveLosses=5||5||1||10||N
InpConsecutiveStopHours=12||12||1||35||N
InpResetOnNewDay=true||false||0||true||N
InpResetConsecutiveProtection=false||false||0||true||N
; ═══════════ 3. STOP LOSS & TAKE PROFIT ═══════════
InpSLTPMode=0||0||0||1||N
InpStopLossPips=30||25.0||5.0||45.0||Y
InpTakeProfitPips=45||25.0||5.0||45.0||Y
; --- ATR-Based SL/TP (Only if ATR mode selected) ---
InpATRMultiplierSL=1.5||1.5||0.150000||15.000000||N
InpATRMultiplierTP=2||2.0||0.200000||20.000000||N
InpMinSLPips=10||10.0||1.000000||100.000000||N
InpMaxSLPips=50||50.0||5.000000||500.000000||N
InpMinTPPips=20||20.0||2.000000||200.000000||N
InpMaxTPPips=100||100.0||10.000000||1000.000000||N
; ═══════════ 4. POSITION MANAGEMENT ═══════════
; --- Break-Even Protection ---
InpEnableBreakEven=true||false||0||true||N
InpBreakEvenPct=70||10.0||5.0||80.0||Y
; --- Adaptive TP Adjustment ---
InpEnableAdaptiveTP=true||false||0||true||N
InpAdaptiveLossPips=25||15.0||5.0||25.0||Y
InpAdaptiveTPPips=25||15.0||5.0||25.0||Y
; --- ATR Trailing Stop ---
InpEnableATRTrailing=false||false||0||true||N
InpATRPeriod=14||14||1||140||N
InpATRTrailingMultiplier=1.5||1.5||0.150000||15.000000||N
InpMinTrailingPips=15||10.0||1.000000||20||N
InpStartTrailingPct=45||15.0||5.0||50.0||N
; ═══════════ 5. TRADING SCHEDULE & FILTERS ═══════════
; --- News Filter (Auto High-Impact Times) ---
InpEnableNewsFilter=false||false||0||true||N
InpNewsAvoidMinutesBefore=30||30||1||300||N
InpNewsAvoidMinutesAfter=30||30||1||300||N
; --- Trading Sessions (GMT Time) ---
InpUseCustomHours=false||false||0||true||N
InpEnableAsianSession=true||false||0||true||N
InpEnableLondonSession=true||false||0||true||N
InpEnableNewYorkSession=true||false||0||true||N
InpEnableSydneySession=false||false||0||true||N
; --- Custom Trading Hours (Only if Custom Hours enabled) ---
InpCustomStartHour=0||0||1||10||N
InpCustomStartMinute=0||0||1||10||N
InpCustomEndHour=23||23||1||230||N
InpCustomEndMinute=59||59||1||590||N
; --- Session Overlap & Lunch Filter ---
InpTradeOnlyDuringOverlaps=false||false||0||true||N
InpAvoidLunchHours=true||false||0||true||N
; --- Monthly Filter ---
InpAllowedMonths=1,2,3,4,5,6,7,8,9,10,11,12
; --- Friday Close (GMT) ---
InpEnableFridayClose=false||false||0||true||N
InpFridayCloseHour=17||17||1||170||N
InpFridayCloseMinute=0||0||1||10||N
; ═══════════ 6. PARTIAL CLOSE SYSTEM ═══════════
InpEnablePartialClose=false||false||0||true||N
InpPartialTriggerPips=50||50.0||5.000000||500.000000||N
InpPartialClosePercent=50||50.0||5.000000||500.000000||N
InpMoveToBreakeven=true||false||0||true||N
; ═══════════ 7. SMART EXIT STRATEGIES ═══════════
; --- RSI-Based Exits (Profit Taking) ---
InpRSIExitBuyPips=30||20.0||1.0||30.0||Y
InpRSIExitSellPips=29||20.0||1.0||30.0||Y
; --- ADX-Based Exits (Trend Weakness) ---
InpADXExitLevel=20||20.0||2.000000||200.000000||N
InpADXExitPips=25.5||20.0||0.5||50.0||Y
; --- RSI-Based Exits (Loss Protection) ---
InpRSILossBuyPips=30||5.0||0.500000||50.000000||N
InpRSILossSellPips=30||5.0||0.500000||50.000000||N
; --- MACD Cross Exits (Momentum Change) ---
InpEnableMACDExit=true||false||0||true||N
InpMACDFast=12||12||1||120||N
InpMACDSlow=26||26||1||260||N
InpMACDSignal=9||9||1||90||N
InpMACDLossPips=30||5.0||0.5||50.0||N
; --- Time-Based Exit ---
InpEnableTimeExit=false||false||0||true||N
InpTimeExitHours=5||2.0||1.0||10.0||Y
; ═══════════ 8. TECHNICAL INDICATOR FILTERS ═══════════
; --- ADX (Trend Strength Filter) ---
InpADXPeriod=14||14||1||140||N
InpADXThreshold=20||20||5.0||30.0||Y
; --- RSI (Momentum Filter) ---
InpRSIPeriod=14||14||1||140||N
InpRSIBuyLevel=55||50.0||5.0||75.0||Y
InpRSISellLevel=45||25.0||5.0||50.0||Y
; --- EMA Pair 1 (Short-Term Trend) ---
InpEMAPeriodFast1=2||1||1||21||Y
InpEMAPeriodSlow1=45||30||1||60||Y
; --- EMA Pair 2 (Long-Term Trend) ---
InpEnableEMA2Filter=false||false||0||true||N
InpEMAPeriodFast2=50||50||1||70||N
InpEMAPeriodSlow2=200||150||1||250||N
; --- AO (Awesome Oscillator Filter) ---
InpEnableAOFilter=false||false||0||true||Y
InpAOBuyLevel=0||0.0||0.000000||0.000000||N
InpAOSellLevel=0||0.0||0.000000||0.000000||N
; --- CCI (Commodity Channel Index Filter) ---
InpEnableCCIFilter=false||false||0||true||N
InpCCIPeriod=14||14||1||140||N
InpCCIBuyLevel=0||-100.0||-10.000000||-1000.000000||N
InpCCISellLevel=0||100.0||10.000000||1000.000000||N
; --- OBV (On-Balance Volume Filter) ---
InpEnableOBVFilter=true||false||0||true||N
InpOBVMAPeriod=30||10||1||40||Y
; --- Bollinger Bands Filter ---
InpEnableBBFilter=false||false||0||true||N
InpBBPeriod=10||5||1||15||Y
InpBBDeviation=2||2.0||0.200000||20.000000||N
InpBBReversal=false||false||0||true||N
; ═══════════ 9. ENTRY SIGNALS - CANDLESTICK PATTERNS ═══════════
; --- SELL Signal Pattern (Bearish) ---
InpSellLeftShift1=411||1||1||1000||Y
InpSellRightShift1=956||2||1||1000||Y
InpSellLeftShift2=396||3||1||1000||Y
InpSellRightShift2=792||4||1||1000||Y
InpSellLeftShift3=936||5||1||1000||Y
InpSellRightShift3=721||6||1||1000||Y
InpSellLeftShift4=553||7||1||1000||Y
InpSellRightShift4=249||8||1||1000||Y
; --- BUY Signal Pattern (Bullish) ---
InpBuyLeftShift1=792||1||1||1000||Y
InpBuyRightShift1=976||2||1||1000||Y
InpBuyLeftShift2=741||3||1||1000||Y
InpBuyRightShift2=411||4||1||1000||Y
InpBuyLeftShift3=549||5||1||1000||Y
InpBuyRightShift3=528||6||1||1000||Y
InpBuyLeftShift4=671||7||1||1000||Y
InpBuyRightShift4=605||8||1||1000||Y
; ═══════════ 10. TRADE COMMENTS & JOURNAL ═══════════
InpEnableJournal=false||false||0||true||N
