forked from Princeec13/mql5
85 lines
5.7 KiB
INI
85 lines
5.7 KiB
INI
;Expert Advisor single test: escape, BTCUSD M15, open prices, 2025.07.01 - 2025.08.14, with forward period
|
|
[Tester]
|
|
Expert=Advisors\escape.ex5
|
|
Symbol=BTCUSD
|
|
Period=M15
|
|
Optimization=0
|
|
Model=2
|
|
FromDate=2025.07.01
|
|
ToDate=2025.08.14
|
|
ForwardMode=1
|
|
Deposit=10000
|
|
Currency=USD
|
|
ProfitInPips=1
|
|
Leverage=500
|
|
ExecutionMode=151
|
|
OptimizationCriterion=0
|
|
Visual=0
|
|
[TesterInputs]
|
|
; === General Settings ===
|
|
InpLotSize=0.1||0.1||0.010000||1.000000||N
|
|
InpStopLoss=100||100||1||1000||N
|
|
InpTakeProfit=200||200||1||2000||N
|
|
InpUseTrailingStop=false||false||0||true||N
|
|
InpTrailingStop=50||50||1||500||N
|
|
InpTrailingStep=10||10||1||100||N
|
|
InpMagicNumber=123456||123456||1||1234560||N
|
|
InpTradeComment=Escape EA
|
|
InpTimeframe=15||0||0||49153||N
|
|
InpEnableLogging=true||false||0||true||N
|
|
InpEnableEmailAlerts=false||false||0||true||N
|
|
InpEnablePushAlerts=false||false||0||true||N
|
|
; === Risk Management ===
|
|
InpRiskPercent=1.0||1.0||0.100000||10.000000||N
|
|
InpMaxOpenTrades=5||5||1||50||N
|
|
InpHideStopLoss=false||false||0||true||N
|
|
InpUseDynamicLots=true||false||0||true||N
|
|
InpMinLotSize=0.01||0.01||0.001000||0.100000||N
|
|
InpMaxLotSize=10.0||10.0||1.000000||100.000000||N
|
|
InpSlippage=30||30||1||300||N
|
|
InpCloseOnOpposite=true||false||0||true||N
|
|
InpMaxSpread=50||50||1||500||N
|
|
; === Trading Hours ===
|
|
InpTradeOnFriday=true||false||0||true||N
|
|
InpHourStart=0||0||1||10||N
|
|
InpHourEnd=24||24||1||240||N
|
|
; === MA Crossover Strategy ===
|
|
InpEnableStrategy1=true||false||0||true||N
|
|
InpMAFastPeriod=5||5||1||50||N
|
|
InpMASlowPeriod=20||20||1||200||N
|
|
InpMAMethod=1||0||0||3||N
|
|
InpMAPrice=1||1||0||7||N
|
|
InpHigherTimeframe=16385||0||0||49153||N
|
|
; === RSI Strategy ===
|
|
InpEnableStrategy2=true||false||0||true||N
|
|
InpRSIPeriod=14||14||1||140||N
|
|
InpRSIOverbought=70.0||70.0||7.000000||700.000000||N
|
|
InpRSIOversold=30.0||30.0||3.000000||300.000000||N
|
|
InpRSIPrice=1||1||0||7||N
|
|
; === MACD Strategy ===
|
|
InpEnableStrategy3=true||false||0||true||N
|
|
InpMACDFastEMA=12||12||1||120||N
|
|
InpMACDSlowEMA=26||26||1||260||N
|
|
InpMACDSignalPeriod=9||9||1||90||N
|
|
InpMACDPrice=1||1||0||7||N
|
|
; === Bollinger Bands Strategy ===
|
|
InpEnableStrategy4=true||false||0||true||N
|
|
InpBBPeriod=20||20||1||200||N
|
|
InpBBDeviation=2.0||2.0||0.200000||20.000000||N
|
|
InpBBShift=0||0||1||10||N
|
|
InpBBPrice=1||1||0||7||N
|
|
; === Strategy Risk Management ===
|
|
InpDefaultStopLossPips=20.0||20.0||2.000000||200.000000||N
|
|
InpDefaultTakeProfitPips=40.0||40.0||4.000000||400.000000||N
|
|
InpMaxRiskPerTrade=1.0||1.0||0.100000||10.000000||N
|
|
InpUseATRForSL=true||false||0||true||N
|
|
InpATRPeriod=14||14||1||140||N
|
|
InpATRMultiplier=2.0||2.0||0.200000||20.000000||N
|
|
; === Logging ===
|
|
MaxLogSizeKB=1024||1024||1||10240||N
|
|
MaxLogFiles=5||5||1||50||N
|
|
LearningWindow=20||20||1||200||N
|
|
MinWinRateForLive=80.0||80.0||8.000000||800.000000||N
|
|
MinLiveWinRate=70.0||70.0||7.000000||700.000000||N
|
|
MaxDrawdownPct=20.0||20.0||2.000000||200.000000||N
|
|
MAX_OPEN_TRADES=5||5||1||50||N
|