Fix Confluence EA settings - wrong variable name, too restrictive filters
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
; === MultiSignal Confluence EA - EURUSD Settings ===
|
||||
; Balanced settings for major pair
|
||||
; Balanced settings for most liquid pair
|
||||
; Timeframe: H1
|
||||
|
||||
; === Confluence Settings ===
|
||||
InpMinConfluence=2
|
||||
InpMinStrength=0.70
|
||||
InpRequireAllAgree=true
|
||||
InpMinStrength=0.70 ; MODERATE: Not too strict
|
||||
InpRequireAllAgree=false ; CHANGED: Allow if buy signals dominate
|
||||
|
||||
; === Risk Management ===
|
||||
InpLotSize=0.01
|
||||
@@ -15,22 +15,26 @@ InpStopLoss=100 ; Standard 10 pips
|
||||
InpTakeProfit=200 ; 1:2 R:R
|
||||
InpUseTrailingStop=true
|
||||
InpTrailingStart=50
|
||||
InpTrailingStep=50
|
||||
InpTrailingStop=50
|
||||
InpTrailingStop=30
|
||||
InpTrailingStep=10
|
||||
InpMaxPositions=3
|
||||
InpMaxDailyDrawdown=3.0
|
||||
|
||||
; === Filters ===
|
||||
InpUseTrendFilter=true ; Enable trend filter for major pair
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
|
||||
; === Filters (MODERATE) ===
|
||||
InpUseTrendFilter=false ; CHANGED: Let confluence work, not MA
|
||||
InpTrendMAPeriod=50
|
||||
InpUseVolatilityFilter=true
|
||||
InpATRPeriod=14
|
||||
InpMinATRPercent=0.3
|
||||
InpMinATRPercent=0.25 ; RELAXED: Was 0.3
|
||||
InpUseADXFilter=true
|
||||
InpADXPeriod=14
|
||||
InpMinADX=20.0
|
||||
InpMinADX=18.0 ; RELAXED: Was 20
|
||||
|
||||
; === EA Settings ===
|
||||
InpMagicNumber=777772
|
||||
InpSlippage=3
|
||||
InpDebugMode=false
|
||||
InpDebugMode=true ; CHANGED: See what's happening!
|
||||
|
||||
Reference in New Issue
Block a user