42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
; === MultiSignal Confluence EA - USDCAD Settings ===
|
|
; USDCAD (Loonie) - Oil-correlated, moderate trends
|
|
; Timeframe: H1
|
|
; Characteristics: Good trends, oil inverse correlation, moderate volatility
|
|
|
|
; === Confluence Settings ===
|
|
InpMinConfluence=2
|
|
InpMinStrength=0.73 ; Moderate threshold
|
|
InpRequireAllAgree=true
|
|
|
|
; === Risk Management ===
|
|
InpLotSize=0.01
|
|
InpUseRiskPercent=true
|
|
InpRiskPercent=1.0 ; Standard 1% risk
|
|
InpStopLoss=100 ; 10 pips
|
|
InpTakeProfit=250 ; 1:2.5 R:R (trends well)
|
|
InpUseTrailingStop=true
|
|
InpTrailingStart=60
|
|
InpTrailingStep=40
|
|
InpTrailingStop=50
|
|
InpMaxPositions=3
|
|
InpMaxDailyDrawdown=3.0
|
|
|
|
; === Filters ===
|
|
InpUseTrendFilter=true ; Enable - USDCAD trends with oil
|
|
InpTrendMAPeriod=50
|
|
InpUseVolatilityFilter=true
|
|
InpATRPeriod=14
|
|
InpMinATRPercent=0.35 ; Moderate
|
|
InpUseADXFilter=true
|
|
InpADXPeriod=14
|
|
InpMinADX=22.0 ; Moderate trend strength
|
|
|
|
; === EA Settings ===
|
|
InpMagicNumber=777776
|
|
InpSlippage=4
|
|
InpDebugMode=false
|
|
|
|
; === Weekend Protection ===
|
|
InpCloseBeforeWeekend=true
|
|
InpWeekendCloseHour=17
|