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

41 lines
1.1 KiB
Plaintext

; === MultiSignal Confluence EA - EURUSD Settings ===
; Balanced settings for most liquid pair
; Timeframe: H1
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.70 ; MODERATE: Not too strict
InpRequireAllAgree=false ; CHANGED: Allow if buy signals dominate
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=1.0
InpStopLoss=100 ; Standard 10 pips
InpTakeProfit=200 ; 1:2 R:R
InpUseTrailingStop=true
InpTrailingStart=50
InpTrailingStop=30
InpTrailingStep=10
InpMaxPositions=3
InpMaxDailyDrawdown=3.0
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters (MODERATE) ===
InpUseTrendFilter=false ; CHANGED: Let confluence work, not MA
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.25 ; RELAXED: Was 0.3
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=18.0 ; RELAXED: Was 20
; === EA Settings ===
InpMagicNumber=777772
InpSlippage=3
InpDebugMode=true ; CHANGED: See what's happening!