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

41 lines
1.2 KiB
Plaintext

; === 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
InpUseRiskPercent=true
InpRiskPercent=0.8 ; Slightly lower risk for more frequent trades
InpStopLoss=100
InpTakeProfit=200
InpUseTrailingStop=true
InpTrailingStart=50
InpTrailingStop=30
InpTrailingStep=10
InpMaxPositions=3
InpMaxDailyDrawdown=3.0
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17
; === Filters (RELAXED) ===
InpUseTrendFilter=false ; DISABLED: Don't filter by trend
InpTrendMAPeriod=50
InpUseVolatilityFilter=false ; DISABLED: Trade all volatility conditions
InpATRPeriod=14
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