37 lines
795 B
Plaintext
37 lines
795 B
Plaintext
; === MultiSignal Confluence EA - EURUSD Settings ===
|
|
; Balanced settings for major pair
|
|
; Timeframe: H1
|
|
|
|
; === Confluence Settings ===
|
|
InpMinConfluence=2
|
|
InpMinStrength=0.70
|
|
InpRequireAllAgree=true
|
|
|
|
; === Risk Management ===
|
|
InpLotSize=0.01
|
|
InpUseRiskPercent=true
|
|
InpRiskPercent=1.0
|
|
InpStopLoss=100 ; Standard 10 pips
|
|
InpTakeProfit=200 ; 1:2 R:R
|
|
InpUseTrailingStop=true
|
|
InpTrailingStart=50
|
|
InpTrailingStep=50
|
|
InpTrailingStop=50
|
|
InpMaxPositions=3
|
|
InpMaxDailyDrawdown=3.0
|
|
|
|
; === Filters ===
|
|
InpUseTrendFilter=true ; Enable trend filter for major pair
|
|
InpTrendMAPeriod=50
|
|
InpUseVolatilityFilter=true
|
|
InpATRPeriod=14
|
|
InpMinATRPercent=0.3
|
|
InpUseADXFilter=true
|
|
InpADXPeriod=14
|
|
InpMinADX=20.0
|
|
|
|
; === EA Settings ===
|
|
InpMagicNumber=777772
|
|
InpSlippage=3
|
|
InpDebugMode=false
|