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

41 lines
1012 B
Plaintext

; === MultiSignal Confluence EA - GBPUSD Settings ===
; Wider stops for volatile Cable
; Timeframe: H1
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.80 ; More selective for volatility
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.8 ; Lower risk % for volatility
InpStopLoss=150 ; Wider SL (15 pips)
InpTakeProfit=300 ; 1:2 R:R
InpUseTrailingStop=true
InpTrailingStart=75
InpTrailingStep=50
InpTrailingStop=75
InpMaxPositions=2 ; Fewer positions
InpMaxDailyDrawdown=2.5
; === Filters ===
InpUseTrendFilter=true
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.5 ; Higher threshold
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=22.0
; === EA Settings ===
InpMagicNumber=777773
InpSlippage=5 ; Higher slippage tolerance
InpDebugMode=false
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17