Zenith-FX/ForexTrader_v1.2_Tuned_By_User.ini
copilot-swe-agent[bot] 4ee0bb27e8 Add .ini files for MT5 Strategy Tester with multi-pair/timeframe support
Co-authored-by: simonokwundue-ops <243668919+simonokwundue-ops@users.noreply.github.com>
2025-11-14 04:48:30 +00:00

107 lines
2.2 KiB
INI

;+------------------------------------------------------------------+
;| ForexTrader_v1.2_ Tuned By User.ini |
;| Strategy Tester Configuration |
;| For Multi-Pair and Multi-Timeframe Testing |
;+------------------------------------------------------------------+
; This file is used by MetaTrader 5 Strategy Tester for optimization
; and multi-symbol testing of the v1.2 Tuned Version EA
[Tester]
; Test mode: 0=Every tick, 1=1 minute OHLC, 2=Open prices only, 3=Math calculations
Model=0
; Testing period
FromDate=2023.01.01
ToDate=2024.01.01
; Forward testing period (optional)
ForwardMode=1
ForwardDate=2023.07.01
; Initial deposit
Deposit=10000.00
Currency=USD
; Leverage
Leverage=100
; Optimization mode: 0=Disabled, 1=Slow complete, 2=Fast genetic, 3=All symbols
OptimizationMode=0
[Symbols]
; List of symbols to test (multi-pair testing)
; Format: Symbol=SymbolName
Symbol1=EURUSD
Symbol2=GBPUSD
Symbol3=USDJPY
Symbol4=AUDUSD
Symbol5=USDCHF
Symbol6=NZDUSD
Symbol7=USDCAD
[Timeframes]
; List of timeframes to test
; Format: Period=TimeframeValue (1=M1, 5=M5, 15=M15, 30=M30, 60=H1, 240=H4, 1440=D1)
Period1=15
Period2=30
Period3=60
Period4=240
[Parameters]
; Strategy Parameters - Tuned settings
FastMA_Period=12
SlowMA_Period=60
MA_Method=0
MA_Price=0
; Risk Management
RiskPercent=1.5
StopLossPips=45.0
TakeProfitPips=90.0
UseTrailingStop=true
TrailingStopPips=35.0
TrailingStepPips=5.0
; Money Management
MaxLotSize=5.0
MinLotSize=0.01
UseFixedLot=false
FixedLotSize=0.1
; Trading Hours
UseTradingHours=false
StartHour=8
EndHour=20
; Advanced Settings
MagicNumber=123457
TradeComment=ForexTrader_v1.2
Slippage=10
[Optimization]
; Parameters to optimize (set min, max, step)
FastMA_Period_Start=8
FastMA_Period_Stop=20
FastMA_Period_Step=2
SlowMA_Period_Start=40
SlowMA_Period_Stop=80
SlowMA_Period_Step=10
StopLossPips_Start=30.0
StopLossPips_Stop=60.0
StopLossPips_Step=5.0
TakeProfitPips_Start=60.0
TakeProfitPips_Stop=120.0
TakeProfitPips_Step=10.0
RiskPercent_Start=1.0
RiskPercent_Stop=2.5
RiskPercent_Step=0.25
[Genetic]
; Genetic algorithm parameters for optimization
Generations=80
Population=80