37 lines
983 B
Plaintext
37 lines
983 B
Plaintext
; === MultiSignal Confluence EA - USDJPY Settings ===
|
|
; Optimized for trending JPY pairs
|
|
; Timeframe: H1
|
|
|
|
; === Confluence Settings ===
|
|
InpMinConfluence=2
|
|
InpMinStrength=0.75 ; Higher threshold for quality signals
|
|
InpRequireAllAgree=true
|
|
|
|
; === Risk Management ===
|
|
InpLotSize=0.01
|
|
InpUseRiskPercent=true
|
|
InpRiskPercent=1.0 ; 1% risk per trade
|
|
InpStopLoss=80 ; Tighter SL for JPY (8 pips)
|
|
InpTakeProfit=240 ; 1:3 R:R for trending pairs
|
|
InpUseTrailingStop=true
|
|
InpTrailingStart=50
|
|
InpTrailingStep=30
|
|
InpTrailingStop=40
|
|
InpMaxPositions=3
|
|
InpMaxDailyDrawdown=3.0 ; Stop after 3% daily loss
|
|
|
|
; === Filters ===
|
|
InpUseTrendFilter=false ; Let confluence determine direction
|
|
InpTrendMAPeriod=50
|
|
InpUseVolatilityFilter=true
|
|
InpATRPeriod=14
|
|
InpMinATRPercent=0.4
|
|
InpUseADXFilter=true
|
|
InpADXPeriod=14
|
|
InpMinADX=25.0 ; Stronger trend required for JPY
|
|
|
|
; === EA Settings ===
|
|
InpMagicNumber=777771
|
|
InpSlippage=3
|
|
InpDebugMode=false
|