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

42 lines
1.2 KiB
Plaintext

; === MultiSignal Confluence EA - USDCHF Settings ===
; USDCHF (Swissy) - Safe haven, tends to range, SNB intervention risk
; Timeframe: H1
; Characteristics: Ranges often, safe haven flows, low volatility
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.75 ; More selective - choppy pair
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.8 ; Lower risk for choppy pair
InpStopLoss=80 ; 8 pips - tight (ranges)
InpTakeProfit=160 ; 1:2 R:R - take profit quicker
InpUseTrailingStop=true
InpTrailingStart=40
InpTrailingStep=30
InpTrailingStop=35
InpMaxPositions=2 ; Fewer positions
InpMaxDailyDrawdown=2.5
; === Filters ===
InpUseTrendFilter=true ; Help avoid chop
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.25 ; Lower threshold (ranges)
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=25.0 ; Higher - need strong trend
; === WARNING ===
; SNB intervention risk - use lower risk%
; Check for SNB announcements
; === EA Settings ===
InpMagicNumber=777779
InpSlippage=3
InpDebugMode=false