; saved on 2026.08.29 21:27:22
; this file contains input parameters for testing/optimizing AdaptiveMomentumConfluence expert advisor
; to use it in the strategy tester, click Load in the context menu of the Inputs tab
;
; === General ===
InpMagic=20260719||20260719||1||202607190||N
InpTrendTF=16385||0||0||0||N
InpTradeOnNewBarOnly=false||false||0||true||N
InpBiasShift=1||0||1||10||N
InpInfoPanel=false||false||0||true||N
InpMaxSpreadPoints=35||35||1||350||N
; === Symbol Profile (v2.0) ===
InpAutoSymbolProfile=true||false||0||true||N
; === Money Management ===
InpUseRiskMM=true||false||0||true||N
InpRiskPercent=6.5||6.5||0.1||10.0||N
InpDecreaseFactor=3.0||3.0||0.3||30.0||N
InpFixedLot=0.1||0.1||0.01||1.0||N
InpMaxLot=50.0||50.0||5.0||500.0||N
InpMaxMarginPct=50.0||50.0||5.000000||500.000000||N
; === Trend Filter (Higher TF EMA) ===
InpUseTrend=true||false||0||true||N
InpTrendEMAPeriod=30||30||1||2000||N
InpTrendEMASlowPeriod=100||100||1||2000||N
; === Momentum Burst Filter ===
InpUseMomentum=false||false||0||true||N
InpMomentumLookback=5||5||1||50||N
InpMomentumK=0.6||0.6||0.06||6.0||N
; === Pullback Filter (RSI + Stochastic) ===
InpUsePullback=false||false||0||true||N
InpRSIPeriod=14||14||1||140||N
InpRSIUpperLong=65.0||65.0||6.5||650.0||N
InpRSILowerShort=35.0||35.0||3.5||350.0||N
InpRSIMidMin=40.0||40.0||4.0||400.0||N
InpRSIMidMax=60.0||60.0||6.0||600.0||N
InpStochK=5||5||1||50||N
InpStochD=3||3||1||30||N
InpStochSlow=3||3||1||30||N
InpStochOB=80.0||80.0||8.0||800.0||N
InpStochOS=20.0||20.0||2.0||200.0||N
InpStochCrossLookback=3||3||1||30||N
; === Volatility Regime Filter (ATR vs ATR-MA) ===
InpUseVolatility=false||false||0||true||N
InpATRPeriod=14||14||1||140||N
InpATRMAPeriod=50||50||1||500||N
InpVolLowMult=0.8||0.8||0.08||8.0||N
InpVolHighMult=2.0||2.0||0.2||20.0||N
; === ADX Trend-Strength Filter ===
InpUseADX=false||false||0||true||N
InpADXPeriod=14||14||1||140||N
InpADXMin=22.0||22.0||2.2||220.0||N
; === Volume Confirmation Filter ===
InpUseVolume=false||false||0||true||N
InpVolMAPeriod=20||20||1||200||N
InpVolMult=1.05||1.05||0.105||10.5||N
; === Stop Loss / Take Profit ===
InpSLATRmult=1.5||1.5||0.15||15.0||N
InpTPATRmult=3.0||3.0||0.3||30.0||N
; === Exit Management (Partial Close + BE + Trail) ===
InpUsePartialClose=false||false||0||true||N
InpPartialPct=50.0||10.0||5.0||80.0||N
InpUseTrailing=true||false||0||true||N
InpTrailStartATR=1.0||1.0||0.1||10.0||N
InpTrailStepATR=0.5||0.5||0.05||5.0||N
InpUseStructureTrail=false||false||0||true||N
InpStructureLookback=8||8||1||80||N
InpModifyBufferATR=0.01||0.01||0.01||1.0||N
InpTrailStepMinATR=0.15||0.15||0.015000||1.500000||N
; === Exit Logic ===
InpExitOnReverse=false||false||0||true||N
; === Time Filter (server hours) ===
InpUseTimeFilter=false||false||0||true||N
InpStartHour=7||7||1||70||N
InpEndHour=20||20||1||200||N
; === Daily Protection ===
InpUseDailyCap=false||false||0||true||N
InpDailyLossPct=3.0||3.0||0.3||30.0||N
InpMaxDealsPerDay=10||10||1||100||N
InpCooldownMinutes=0||0||1||300||N
; === ONNX AI Filter ===
InpUseNN=true||false||0||true||N
InpONNXModel=||||N
InpNNMinConfidence=0.65||0.55||0.055||5.5||N
; === Training Data Export (for Python) ===
InpExportData=false||false||0||true||N
InpNNHorizon=10||10||1||100||N
InpNNWinThresholdPts=20.0||20.0||2.0||200.0||N
InpNNMinBars=2000||2000||1||20000||N
InpNNMaxBars=5000||5000||1||50000||N
; === Confidence-Scaled Risk ===
InpUseConfidenceScale=false||false||0||true||N
InpConfScaleMin=0.5||0.5||0.05||5.0||N
InpConfScaleMax=1.2||1.5||0.15||15.0||N
; === #1 Entry Mode ===
InpEntryMode=1||0||1||2||N
; === #2 Soft Pullback Filter ===
InpUseSoftPullback=false||false||0||true||N
InpUseCandlePatterns=false||false||0||true||N
InpUseStochDivergence=false||false||0||true||N
InpPinbarMinWickRatio=0.55||0.3||0.05||0.8||N
InpDivergenceLookback=10||5||1||30||N
; === #3 Smart Reverse Exit ===
InpReverseMinR=0.5||0.0||0.1||2.0||N
InpReverseBufferBars=2||1||1||10||N
; === #4 Partial Close Mode ===
InpPartialMode=0||0||1||1||N
; === #5 Market Regime Adaptation ===
InpUseRegimeAdapt=false||false||0||true||N
InpRegimeADXStrong=30.0||25.0||1.0||50.0||N
InpRegimeADXWeak=20.0||15.0||1.0||35.0||N
InpSLmultTrend=1.8||1.0||0.1||3.0||N
InpTPmultTrend=4.0||2.0||0.1||6.0||N
InpSLmultRange=1.2||0.5||0.1||2.5||N
InpTPmultRange=2.0||1.0||0.1||4.0||N
; === #6 News Filter ===
InpUseNewsFilter=false||false||0||true||N
InpNewsFile=|| ||1||1||N
InpNewsBlockMin=30||5||1||120||N
InpNewsMinImpact=2||1||1||3||N
; === #8 Trading Sessions ===
InpUseSessions=false||false||0||true||N
InpTradeAsian=true||false||0||true||N
InpTradeLondon=true||false||0||true||N
InpTradeNY=true||false||0||true||N
InpUTCOffset=0||-12||1||12||N
; === #9 Gap Protection ===
InpUseGapFilter=false||false||0||true||N
InpMaxGapATR=1.5||0.5||0.1||5.0||N
; === Protection ===
InpMaxSLmult=2.0||0.0||0.000000||0.000000||N
InpEquityDDStopPct=0.0||0.0||0.000000||0.000000||N
InpDDSoftStart=6.0||6.0||1.0||20.0||N
InpDDSoftStop=15.0||15.0||1.0||30.0||N
InpDDMinMult=0.20||0.20||0.05||1.0||N
InpPeakDecayPct=0.05||0.05||0.01||0.5||N
; === Debug ===
InpDebugSignals=false||false||0||true||N
