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

39 lines
770 B
Plaintext

; === Confluence Trading Settings (RELAXED for Low Volatility Market) ===
InpMinConfluence=2
InpMinConfluenceStrength=0.65
InpRequireAllAgree=true
InpMaxSignalAge=3
; === Risk Management ===
InpLotSize=0.01
InpRiskPercent=1.0
InpStopLoss=100
InpTakeProfit=200
InpUseTrailingStop=true
InpTrailingStart=50
InpTrailingStep=75
InpTrailingStop=30
InpMaxPositions=3
InpMaxDailyTrades=5
; === Confluence Indicator ===
InpIndicatorName=MultiSignal_Confluence
InpConfluenceBuffer=5
; === Filters (RELAXED) ===
InpUseTrendFilter=false
InpTrendMAPeriod=50
InpUseATRFilter=true
InpATRPeriod=14
InpMinATR=0.0002
InpAvoidWeekends=true
; === Alerts ===
InpUseAlerts=true
InpUsePushNotifications=false
InpEmailAlerts=false
; === EA Settings ===
InpMagicNumber=777777
InpSlippage=3