Add comprehensive .set files for Confluence EA and Grid EA by pair type
This commit is contained in:
36
confluence-usdjpy.set
Normal file
36
confluence-usdjpy.set
Normal file
@@ -0,0 +1,36 @@
|
||||
; === 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
|
||||
Reference in New Issue
Block a user