; saved on 2025.09.24 20:02:12 ; this file contains input parameters for testing/optimizing Order Block EA MT5 expert advisor ; to use it in the strategy tester, click Load in the context menu of the Inputs tab ; ; -------| Order Block EA settings |------- InpMagic=545244||545244||1||5452440||N InpTimeframeOrderBlock=5||0||0||49153||N ; -- Order Block -- InpRangoUniversalBusqueda=500||500||1||5000||N InpWidthOrderBlock=1||1||1||10||N InpBackOrderBlock=true||false||0||true||N InpFillOrderBlock=true||false||0||true||N InpColorOrderBlockBajista=255 InpColorOrderBlockAlcista=32768 InpTransparency=0.5||0.5||0.050000||5.000000||N ; ; -------| Strategy |------- InpTpSlStyle=0||0||0||1||N ; - TP SL by ATR InpAtrMultiplier1=4||9.3||0.930000||93.000000||N InpAtrMultiplier2=20||24.4||2.440000||244.000000||N ; - TP SL by POINT InpTpPoint=1000||1000||1||10000||N InpSlPoint=1000||1000||1||10000||N ; ; -------| Account Status |------- InpLogLevelAccountStatus=1||1||0||14||N ; ; -------| Risk Management |------- InpLoteType=0||0||0||1||N InpLote=0.1||0.1||0.010000||1.000000||N InpRiskMode=1||0||0||1||N InpUpdateDailyLossRiskModeProp=true||false||0||true||N InpGetMode=1||0||0||1||N InpPropFirmBalance=0.0||0.0||0.000000||0.000000||N InpLogLevelRiskManagement=1||1||0||14||N ; - ML/Maximum loss/Maximum loss - InpPercentageOrMoneyMlInput=0.0||0.0||0.000000||0.000000||N InpModeCalculationMl=1||0||0||1||N InpAppliedPercentagesMl=0||0||0||3||N ; - MWL/Maximum weekly loss/Maximum weekly loss - InpPercentageOrMoneyMwlInput=0.0||0.0||0.000000||0.000000||N InpModeCalculationMwl=1||0||0||1||N InpAppliedPercentagesMwl=0||0||0||3||N ; - MDL/Maximum daily loss/Maximum daily loss - InpPercentageOrMoneyMdlInput=0||3.0||0.300000||30.000000||N InpModeCalculationMdl=1||0||0||1||N InpAppliedPercentagesMdl=0||0||0||3||N ; - GMLPO/Gross maximum loss per operation/Percentage to risk per InpModeGmlpo=2||0||0||2||N InpPercentageOrMoneyGmlpoInput=10.0||2.0||0.200000||20.000000||N InpModeCalculationGmlpo=1||0||0||1||N InpAppliedPercentagesGmlpo=0||0||0||3||N ; -- Optional GMLPO settings, Dynamic GMLPO ; --- Full customizable dynamic GMLPO InpNote1=subtracted from your total balance to establish a threshold. InpStrPercentagesToBeReviewed=15,30,50 InpNote2=a new risk level will be triggered on your future trades: InpStrPercentagesToApply=10,20,25 InpNote3=0 in both parameters => do not use dynamic risk in gmlpo ; --- Fixed dynamic GMLPO with parameters ; - 1 - InpNote11=subtracted from your total balance to establish a threshold. InpBalancePercentageToActivateTheRisk1=2.0||2.0||0.200000||20.000000||N InpNote21=a new risk level will be triggered on your future trades: InpPercentageToBeModified1=1.0||1.0||0.100000||10.000000||N ; - 2 - InpBalancePercentageToActivateTheRisk2=5.0||5.0||0.500000||50.000000||N InpPercentageToBeModified2=0.7||0.7||0.070000||7.000000||N ; - 3 - InpBalancePercentageToActivateTheRisk3=7.0||7.0||0.700000||70.000000||N InpPercentageToBeModified3=0.5||0.5||0.050000||5.000000||N ; - 4 - InpBalancePercentageToActivateTheRisk4=9.0||9.0||0.900000||90.000000||N InpPercentageToBeModified4=0.33||0.33||0.033000||3.300000||N ; -- MDP/Maximum daily profit/Maximum daily profit -- InpMdpIsStrict=true||false||0||true||N InpPercentageOrMoneyMdpInput=0.0||11.0||1.100000||110.000000||N InpModeCalculationMdp=1||0||0||1||N InpAppliedPercentagesMdp=0||0||0||3||N ; ; -------| Risk Modifier |------- InpActivarModificadorDeRiesgo=false||false||0||true||N InpStepMod=2.0||2.0||0.200000||20.000000||N InpStart=2.0||2.0||0.200000||20.000000||N InpMethodDr=1||0||0||2||N ; ; -------| Risk modifier 2 |------- InpActivarModificadorDeRiesgo2=false||false||0||true||N InpStrPercentagesToApplyRiesgoCts=6, 8, 10, 20, 25 ; ; -------| Risk modifier 3 by Kevin |------- InpActivarModificadorDeRiesgo3=false||false||0||true||N InpConstante=8.0||8.0||0.800000||80.000000||N ; ; -------| Session |------- InpPaSessionStartHour=3||1||1||10||N InpPaSessionStartMinute=0||0||1||10||N InpPaSessionEndHour=14||23||1||230||N InpPaSessionEndMinute=0||0||1||10||N ; ; -------| Breakeven |------- InpUseBe=false||false||0||true||N InpTypeBreakEven=0||0||0||2||N InpLogLevelBe=1||1||0||14||N ; --- Breakeven based on Risk/Reward (RR) --- InpBeRrAdv=Requires a configured Stop Loss. InpBeRrDbl=1.0||1.0||0.100000||10.000000||N InpBeTypeExtraRr=0||0||0||1||N InpBeExtraPointsRrOrAtrMultiplier=1.0||1.0||0.100000||10.000000||N ; --- Breakeven based solely on ATR --- InpBeAtrMultiplier=2.0||2.0||0.200000||20.000000||N InpBeAtrMultiplierExtra=1.0||1.0||0.100000||10.000000||N ; --- Breakeven based on fixed points --- InpBeFixedPointsToPutBe=200||200||1||2000||N InpBeFixedPointsExtra=100||100||1||1000||N ; ; -------| Partial Closures |------- InpLogLevelPartials=1||1||0||14||N InpComentVolumen4=Use '0' in both to disable. Order from lowest to highest. InpPartesDelTpDondeSeTomaraParciales=40, 80 InpComentParciales1=List of TP levels (%) to trigger partials. InpComentParciales2=Ex: "25,50,75" triggers at 25%, 50%, 75%. InpComentParciales3=String allows multiple dynamic levels. InpSeparatorPar= InpVolumenQueSeQuitaraDeLaPosicionEnPorcentaje=40, 50 InpComentVolumen1=Percentage of total volume closed at each level. InpComentVolumen2=Must match count of TP level entries. InpComentVolumen3=Ex: "30,40,30" closes 30%, 40%, then 30%.