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,50 +1,40 @@
; === MultiSignal Confluence EA - GBPJPY Settings ===
; GBPJPY (The Beast) - EXTREME VOLATILITY WARNING
; Volatile pair - still selective but not too restrictive
; Timeframe: H1
; Characteristics: Most volatile major pair, 200+ pip moves possible
; WARNING: Use with extreme caution - not for beginners
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.85 ; VERY HIGH threshold - only strongest signals
InpRequireAllAgree=true
InpMinStrength=0.75 ; RELAXED: Was 0.85 (too high!)
InpRequireAllAgree=false ; CHANGED: Allow dominant signals
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.5 ; HALF normal risk - extreme volatility
InpStopLoss=200 ; 20 pips - wide but can be blown through
InpTakeProfit=400 ; 1:2 R:R
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
InpTrailingStep=50
InpTrailingStop=80
InpMaxPositions=2 ; MAX 2 positions only
InpMaxDailyDrawdown=2.0 ; Conservative daily limit
InpTrailingStart=100 ; Wider trailing start
InpTrailingStop=50 ; Wider trailing distance
InpTrailingStep=20
InpMaxPositions=2 ; Fewer positions for volatile pair
InpMaxDailyDrawdown=3.0
; === Filters - STRICT ===
InpUseTrendFilter=true ; ENABLE to help avoid chop
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters (IMPORTANT for volatile pair) ===
InpUseTrendFilter=false ; CHANGED: Was true
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=1.2 ; VERY HIGH - only high volatility
InpUseADXFilter=true
InpMinATRPercent=0.4 ; Higher minimum for volatility
InpUseADXFilter=true ; Keep ADX for trend confirmation
InpADXPeriod=14
InpMinADX=28.0 ; Strong trend required
; === CRITICAL WARNINGS ===
; GBPJPY can gap 100+ pips on weekend open
; Can move 200-500 pips in minutes during news
; Known as "The Beast" or "The Dragon"
; Requires constant monitoring
; NOT RECOMMENDED for accounts under $10,000
; === News to AVOID ===
; UK: GDP, Employment, Inflation, BOE meetings, Brexit news
; Japan: BOJ meetings, Tankan, GDP, intervention threats
; Global: Risk-off events (massive JPY appreciation)
InpMinADX=20.0 ; RELAXED: Was 28
; === EA Settings ===
InpMagicNumber=777780
InpSlippage=10 ; High slippage tolerance
InpDebugMode=true ; Keep debug on for monitoring
InpSlippage=5 ; Higher slippage tolerance
InpDebugMode=true ; CHANGED: Monitor this volatile pair