Fix Confluence EA settings - wrong variable name, too restrictive filters

This commit is contained in:
2026-03-30 08:40:44 -04:00
parent a766263ec5
commit 0d026d5573
6 changed files with 156 additions and 75 deletions

View File

@@ -1,36 +1,40 @@
; === MultiSignal Confluence EA - USDJPY Settings ===
; Optimized for trending JPY pairs
; Trending pair - moderate settings
; Timeframe: H1
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.75 ; Higher threshold for quality signals
InpRequireAllAgree=true
InpMinStrength=0.70 ; RELAXED: Was 0.75
InpRequireAllAgree=false ; CHANGED: Allow dominant signals
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=1.0 ; 1% risk per trade
InpStopLoss=80 ; Tighter SL for JPY (8 pips)
InpTakeProfit=240 ; 1:3 R:R for trending pairs
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
InpTrailingStep=30
InpTrailingStop=40
InpTrailingStop=30
InpTrailingStep=10
InpMaxPositions=3
InpMaxDailyDrawdown=3.0 ; Stop after 3% daily loss
InpMaxDailyDrawdown=3.0
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters ===
InpUseTrendFilter=false ; Let confluence determine direction
InpUseTrendFilter=false ; CHANGED: Was true
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.4
InpMinATRPercent=0.25
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=25.0 ; Stronger trend required for JPY
InpMinADX=18.0 ; RELAXED: Was 25
; === EA Settings ===
InpMagicNumber=777771
InpSlippage=3
InpDebugMode=false
InpDebugMode=true ; CHANGED: See trade decisions