Files
mql-trading-bots/confluence-usdjpy.set

41 lines
1.0 KiB
Plaintext

; === MultiSignal Confluence EA - USDJPY Settings ===
; Trending pair - moderate settings
; Timeframe: H1
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.70 ; RELAXED: Was 0.75
InpRequireAllAgree=false ; CHANGED: Allow dominant signals
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=1.0
InpStopLoss=80 ; Tighter for JPY pairs (80 points = ~7 pips)
InpTakeProfit=240 ; 1:3 R:R for trending pair
InpUseTrailingStop=true
InpTrailingStart=50
InpTrailingStop=30
InpTrailingStep=10
InpMaxPositions=3
InpMaxDailyDrawdown=3.0
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters ===
InpUseTrendFilter=false ; CHANGED: Was true
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.25
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=18.0 ; RELAXED: Was 25
; === EA Settings ===
InpMagicNumber=777771
InpSlippage=3
InpDebugMode=true ; CHANGED: See trade decisions