Add EURJPY settings for Confluence EA and Grid EA

This commit is contained in:
2026-03-29 22:43:03 -04:00
parent 8457079306
commit 044b047f6c
3 changed files with 135 additions and 8 deletions

View File

@@ -56,7 +56,23 @@ InpMinADX=25.0 ; Stronger trend required
InpMagicNumber=777771
```
#### 2. EURUSD (Balanced)
#### 2. EURJPY (Moderate Volatility JPY Cross)
**File:** `confluence-eurjpy.set`
```ini
; EURJPY - good trends, moderate volatility
InpMinConfluence=2
InpMinStrength=0.72 ; Between USDJPY and EURUSD
InpRequireAllAgree=true
InpStopLoss=90 ; 9 pips
InpTakeProfit=270 ; 1:3 R:R
InpMaxPositions=3
InpUseTrendFilter=false
InpUseADXFilter=true
InpMinADX=23.0 ; Moderate trend strength
InpMagicNumber=777775
```
#### 3. EURUSD (Balanced)
**File:** `confluence-eurusd.set`
```ini
; Balanced settings
@@ -175,6 +191,28 @@ InpMaxDailyDrawdown=3.0
MagicNum=333003
```
### Grid EA - EURJPY (Moderate Volatility)
**File:** `grid-eurjpy.set`
```ini
; EURJPY Grid - moderate volatility
UseAutoPivots=true
Entry=18 ; 18 pip spacing
TP=30
Lots=0.01
MaxLevels=6
; Filters
UseRSIFilter=true
RSILower=32
RSIUpper=68
UseADXFilter=true
ADXMax=28
; Risk
InpMaxDailyDrawdown=2.5
MagicNum=333005
```
---
## 📋 Recommended Pair Assignments
@@ -184,18 +222,21 @@ MagicNum=333003
| Chart | EA | Pair | Timeframe | Settings File | Magic |
|-------|-----|------|-----------|---------------|-------|
| 1 | MultiSignal_Confluence_EA | USDJPY | H1 | confluence-usdjpy.set | 777771 |
| 2 | MultiSignal_Confluence_EA | EURUSD | H1 | confluence-eurusd.set | 777772 |
| 3 | OrdersEA_Smart_Grid | EURCHF | H1 | grid-ranging.set | 333001 |
| 2 | MultiSignal_Confluence_EA | EURJPY | H1 | confluence-eurjpy.set | 777775 |
| 3 | MultiSignal_Confluence_EA | EURUSD | H1 | confluence-eurusd.set | 777772 |
| 4 | OrdersEA_Smart_Grid | EURCHF | H1 | grid-ranging.set | 333001 |
### Aggressive Setup (Higher Risk)
| Chart | EA | Pair | Timeframe | Settings File | Magic |
|-------|-----|------|-----------|---------------|-------|
| 1 | MultiSignal_Confluence_EA | USDJPY | H1 | confluence-relaxed.set | 777777 |
| 2 | MultiSignal_Confluence_EA | GBPUSD | H1 | confluence-gbpusd.set | 777773 |
| 3 | MultiSignal_Confluence_EA | XAUUSD | H1 | confluence-xauusd.set | 777774 |
| 4 | OrdersEA_Smart_Grid | EURUSD | H1 | grid-major.set | 333003 |
| 5 | OrdersEA_Smart_Grid | GBPJPY | H1 | grid-volatile.set | 333002 |
| 1 | MultiSignal_Confluence_EA | USDJPY | H1 | confluence-usdjpy.set | 777771 |
| 2 | MultiSignal_Confluence_EA | EURJPY | H1 | confluence-eurjpy.set | 777775 |
| 3 | MultiSignal_Confluence_EA | GBPUSD | H1 | confluence-gbpusd.set | 777773 |
| 4 | MultiSignal_Confluence_EA | XAUUSD | H1 | confluence-xauusd.set | 777774 |
| 5 | OrdersEA_Smart_Grid | EURUSD | H1 | grid-major.set | 333003 |
| 6 | OrdersEA_Smart_Grid | EURJPY | H1 | grid-eurjpy.set | 333005 |
| 7 | OrdersEA_Smart_Grid | GBPJPY | H1 | grid-volatile.set | 333002 |
---

41
confluence-eurjpy.set Normal file
View File

@@ -0,0 +1,41 @@
; === MultiSignal Confluence EA - EURJPY Settings ===
; Optimized for EURJPY - moderate volatility JPY cross
; Timeframe: H1
; Characteristics: Good trends, moderate volatility, liquid
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.72 ; Between USDJPY (0.75) and EURUSD (0.70)
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.9 ; Slightly lower than USDJPY
InpStopLoss=90 ; 9 pips - middle ground
InpTakeProfit=270 ; 1:3 R:R
InpUseTrailingStop=true
InpTrailingStart=60
InpTrailingStep=35
InpTrailingStop=45
InpMaxPositions=3
InpMaxDailyDrawdown=3.0
; === Filters ===
InpUseTrendFilter=false ; Let confluence work
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.45
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=23.0 ; Moderate trend strength
; === Session Filters ===
; EURJPY is active during both London and Tokyo
; Best times: London open (08:00 GMT), Tokyo-London overlap
; === EA Settings ===
InpMagicNumber=777775
InpSlippage=4
InpDebugMode=false

45
grid-eurjpy.set Normal file
View File

@@ -0,0 +1,45 @@
; === OrdersEA_Smart_Grid - EURJPY Settings ===
; EURJPY Grid - moderate volatility
; Timeframe: H1
; Best for: Asian session, ranging periods
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=18 ; 18 pip spacing (between major 15 and ranging 20)
TP=30 ; 30 pip TP
Lots=0.01
MaxLevels=6 ; Moderate levels
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=32
RSIUpper=68
UseADXFilter=true
ADXPeriod=14
ADXMax=28 ; Moderate - EURJPY can trend
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=1.6
; === Risk Management ===
StopLoss=0
TRADE_RANGE=60
LongLimit=0
ShortLimit=0
GetOut=N
OpenNewTrades=Y
Opposite=false
TakeProfitLevelPercent=50
TakeProfitLevelDollarAmount=2000
EquityFactorPercent=0
LotsFactorPercent=0
BaseEquity=10000
Master=false
DiagnosticModeOn=false
InpMaxDailyDrawdown=2.5
; === EA Settings ===
MagicNum=333005