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,38 +1,40 @@
; === Confluence Trading Settings (RELAXED for Low Volatility Market) ===
InpMinConfluence=2
InpMinConfluenceStrength=0.65
InpRequireAllAgree=true
InpMaxSignalAge=3
; === MultiSignal Confluence EA - RELAXED Settings ===
; For maximum trade frequency - use when markets are active
; Timeframe: H1
; === Confluence Settings ===
InpMinConfluence=1 ; REDUCED: Only 1 signal needed (was 2)
InpMinStrength=0.60 ; RELAXED: Lower threshold for more trades
InpRequireAllAgree=false ; CHANGED: Allow conflicting signals if one side dominates
; === Risk Management ===
InpLotSize=0.01
InpRiskPercent=1.0
InpUseRiskPercent=true
InpRiskPercent=0.8 ; Slightly lower risk for more frequent trades
InpStopLoss=100
InpTakeProfit=200
InpUseTrailingStop=true
InpTrailingStart=50
InpTrailingStep=75
InpTrailingStop=30
InpTrailingStep=10
InpMaxPositions=3
InpMaxDailyTrades=5
InpMaxDailyDrawdown=3.0
; === Confluence Indicator ===
InpIndicatorName=MultiSignal_Confluence
InpConfluenceBuffer=5
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters (RELAXED) ===
InpUseTrendFilter=false
InpUseTrendFilter=false ; DISABLED: Don't filter by trend
InpTrendMAPeriod=50
InpUseATRFilter=true
InpUseVolatilityFilter=false ; DISABLED: Trade all volatility conditions
InpATRPeriod=14
InpMinATR=0.0002
InpAvoidWeekends=true
; === Alerts ===
InpUseAlerts=true
InpUsePushNotifications=false
InpEmailAlerts=false
InpMinATRPercent=0.3
InpUseADXFilter=false ; DISABLED: Don't require ADX confirmation
InpADXPeriod=14
InpMinADX=20.0
; === EA Settings ===
InpMagicNumber=777777
InpSlippage=3
InpDebugMode=true ; ENABLED: See why trades fire or don't fire