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

41 lines
1.3 KiB
Plaintext

; === MultiSignal Confluence EA - GBPJPY Settings ===
; Volatile pair - still selective but not too restrictive
; Timeframe: H1
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.75 ; RELAXED: Was 0.85 (too high!)
InpRequireAllAgree=false ; CHANGED: Allow dominant signals
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.8 ; LOWER risk for volatile pair
InpStopLoss=200 ; Wider stops for volatility (200 points = ~14 pips)
InpTakeProfit=400 ; 1:2 R:R
InpUseTrailingStop=true
InpTrailingStart=100 ; Wider trailing start
InpTrailingStop=50 ; Wider trailing distance
InpTrailingStep=20
InpMaxPositions=2 ; Fewer positions for volatile pair
InpMaxDailyDrawdown=3.0
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters (IMPORTANT for volatile pair) ===
InpUseTrendFilter=false ; CHANGED: Was true
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.4 ; Higher minimum for volatility
InpUseADXFilter=true ; Keep ADX for trend confirmation
InpADXPeriod=14
InpMinADX=20.0 ; RELAXED: Was 28
; === EA Settings ===
InpMagicNumber=777780
InpSlippage=5 ; Higher slippage tolerance
InpDebugMode=true ; CHANGED: Monitor this volatile pair