Add complete .set files for all major pairs: USDCAD, AUDUSD, NZDUSD, USDCHF, XAUUSD Grid

This commit is contained in:
2026-03-29 22:49:09 -04:00
parent 044b047f6c
commit 3f64e34522
10 changed files with 539 additions and 6 deletions

View File

@@ -119,6 +119,66 @@ InpMinATRPercent=1.0
InpMagicNumber=777774
```
#### 5. USDCAD (Loonie) - Oil Correlated
**File:** `confluence-usdcad.set`
```ini
; USDCAD - trends with oil, moderate volatility
InpMinConfluence=2
InpMinStrength=0.73
InpStopLoss=100 ; 10 pips
InpTakeProfit=250 ; 1:2.5 R:R
InpMaxPositions=3
InpUseTrendFilter=true ; Follow oil trend
InpUseADXFilter=true
InpMinADX=22.0
InpMagicNumber=777776
```
#### 6. AUDUSD (Aussie) - China/Commodity Correlated
**File:** `confluence-audusd.set`
```ini
; AUDUSD - strong Asian session trends
InpMinConfluence=2
InpMinStrength=0.71
InpStopLoss=90 ; 9 pips
InpTakeProfit=220 ; 1:2.4 R:R
InpMaxPositions=3
InpUseTrendFilter=false
InpUseADXFilter=true
InpMinADX=20.0
InpMagicNumber=777777
```
#### 7. NZDUSD (Kiwi) - Agricultural/China
**File:** `confluence-nzdusd.set`
```ini
; NZDUSD - similar to AUD, moderate volatility
InpMinConfluence=2
InpMinStrength=0.72
InpStopLoss=95 ; 9.5 pips
InpTakeProfit=230 ; 1:2.4 R:R
InpMaxPositions=3
InpUseTrendFilter=false
InpUseADXFilter=true
InpMinADX=21.0
InpMagicNumber=777778
```
#### 8. USDCHF (Swissy) - Safe Haven, Ranges
**File:** `confluence-usdchf.set`
```ini
; USDCHF - ranges often, SNB intervention risk
InpMinConfluence=2
InpMinStrength=0.75 ; More selective
InpStopLoss=80 ; 8 pips (tight)
InpTakeProfit=160 ; 1:2 R:R (quick)
InpMaxPositions=2
InpUseTrendFilter=true ; Help avoid chop
InpUseADXFilter=true
InpMinADX=25.0 ; Strong trend required
InpMagicNumber=777779
```
---
## 📈 OrdersEA_Smart_Grid Settings
@@ -213,6 +273,65 @@ InpMaxDailyDrawdown=2.5
MagicNum=333005
```
### Grid EA - USDCAD (Oil Correlated)
**File:** `grid-usdcad.set`
```ini
; USDCAD Grid - avoid oil news
UseAutoPivots=true
Entry=18 ; 18 pip spacing
TP=30
MaxLevels=6
; Avoid: Wednesday oil inventories
MagicNum=333006
```
### Grid EA - AUDUSD (Asian Session)
**File:** `grid-audusd.set`
```ini
; AUDUSD Grid - Asian session focus
UseAutoPivots=true
Entry=16 ; 16 pip spacing
TP=28
MaxLevels=6
MagicNum=333007
```
### Grid EA - NZDUSD (Kiwi)
**File:** `grid-nzdusd.set`
```ini
; NZDUSD Grid - agricultural/China
UseAutoPivots=true
Entry=17 ; 17 pip spacing
TP=28
MaxLevels=6
MagicNum=333008
```
### Grid EA - USDCHF (Swissy) - HIGH RISK
**File:** `grid-usdchf.set`
```ini
; USDCHF Grid - SNB intervention risk!
UseAutoPivots=true
Entry=12 ; Tight spacing (ranges)
TP=20
MaxLevels=8
; WARNING: SNB risk - use low risk%
MagicNum=333009
```
### Grid EA - XAUUSD (Gold) - EXTREME RISK
**File:** `grid-xauusd.set`
```ini
; GOLD Grid - extreme volatility warning
UseAutoPivots=true
Entry=80 ; 80 pip spacing - VERY WIDE
TP=120
MaxLevels=2 ; MAX 2 levels
GetOut=Y ; Safety enabled
; CRITICAL: Avoid all news
MagicNum=333010
```
---
## 📋 Recommended Pair Assignments
@@ -224,19 +343,29 @@ MagicNum=333005
| 1 | MultiSignal_Confluence_EA | USDJPY | H1 | confluence-usdjpy.set | 777771 |
| 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 |
| 4 | MultiSignal_Confluence_EA | AUDUSD | H1 | confluence-audusd.set | 777777 |
| 5 | MultiSignal_Confluence_EA | USDCAD | H1 | confluence-usdcad.set | 777776 |
| 6 | OrdersEA_Smart_Grid | EURCHF | H1 | grid-ranging.set | 333001 |
| 7 | OrdersEA_Smart_Grid | USDCHF | H1 | grid-usdchf.set | 333009 |
### Aggressive Setup (Higher Risk)
### Full Portfolio Setup (All Pairs) - 14 Charts
| Chart | EA | Pair | Timeframe | Settings File | Magic |
|-------|-----|------|-----------|---------------|-------|
| 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 |
| 4 | MultiSignal_Confluence_EA | EURUSD | H1 | confluence-eurusd.set | 777772 |
| 5 | MultiSignal_Confluence_EA | AUDUSD | H1 | confluence-audusd.set | 777777 |
| 6 | MultiSignal_Confluence_EA | USDCAD | H1 | confluence-usdcad.set | 777776 |
| 7 | MultiSignal_Confluence_EA | NZDUSD | H1 | confluence-nzdusd.set | 777778 |
| 8 | MultiSignal_Confluence_EA | USDCHF | H1 | confluence-usdchf.set | 777779 |
| 9 | MultiSignal_Confluence_EA | XAUUSD | H1 | confluence-xauusd.set | 777774 |
| 10 | OrdersEA_Smart_Grid | EURUSD | H1 | grid-major.set | 333003 |
| 11 | OrdersEA_Smart_Grid | EURJPY | H1 | grid-eurjpy.set | 333005 |
| 12 | OrdersEA_Smart_Grid | USDCAD | H1 | grid-usdcad.set | 333006 |
| 13 | OrdersEA_Smart_Grid | AUDUSD | H1 | grid-audusd.set | 333007 |
| 14 | OrdersEA_Smart_Grid | XAUUSD | H1 | grid-xauusd.set | 333010 |
---

41
confluence-audusd.set Normal file
View File

@@ -0,0 +1,41 @@
; === MultiSignal Confluence EA - AUDUSD Settings ===
; AUDUSD (Aussie) - China/commodity correlated, good trends
; Timeframe: H1
; Characteristics: Strong trends during Asian session, China news sensitive
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.71 ; Slightly relaxed for more opportunities
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=1.0 ; 1% risk
InpStopLoss=90 ; 9 pips - moderate
InpTakeProfit=220 ; 1:2.4 R:R
InpUseTrailingStop=true
InpTrailingStart=55
InpTrailingStep=35
InpTrailingStop=45
InpMaxPositions=3
InpMaxDailyDrawdown=3.0
; === Filters ===
InpUseTrendFilter=false ; Let confluence work
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.4
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=20.0 ; Standard trend strength
; === Session Note ===
; Best performance during Asian session (China open)
; Avoid trading during Australian news (employment, RBA)
; === EA Settings ===
InpMagicNumber=777777
InpSlippage=3
InpDebugMode=false

37
confluence-nzdusd.set Normal file
View File

@@ -0,0 +1,37 @@
; === MultiSignal Confluence EA - NZDUSD Settings ===
; NZDUSD (Kiwi) - Similar to AUD, agricultural/China correlated
; Timeframe: H1
; Characteristics: Moderate volatility, good Asian session movement
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.72
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.9 ; Slightly lower risk
InpStopLoss=95 ; 9.5 pips
InpTakeProfit=230 ; 1:2.4 R:R
InpUseTrailingStop=true
InpTrailingStart=55
InpTrailingStep=35
InpTrailingStop=45
InpMaxPositions=3
InpMaxDailyDrawdown=3.0
; === Filters ===
InpUseTrendFilter=false
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.38
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=21.0
; === EA Settings ===
InpMagicNumber=777778
InpSlippage=4
InpDebugMode=false

37
confluence-usdcad.set Normal file
View File

@@ -0,0 +1,37 @@
; === 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

41
confluence-usdchf.set Normal file
View File

@@ -0,0 +1,41 @@
; === MultiSignal Confluence EA - USDCHF Settings ===
; USDCHF (Swissy) - Safe haven, tends to range, SNB intervention risk
; Timeframe: H1
; Characteristics: Ranges often, safe haven flows, low volatility
; === Confluence Settings ===
InpMinConfluence=2
InpMinStrength=0.75 ; More selective - choppy pair
InpRequireAllAgree=true
; === Risk Management ===
InpLotSize=0.01
InpUseRiskPercent=true
InpRiskPercent=0.8 ; Lower risk for choppy pair
InpStopLoss=80 ; 8 pips - tight (ranges)
InpTakeProfit=160 ; 1:2 R:R - take profit quicker
InpUseTrailingStop=true
InpTrailingStart=40
InpTrailingStep=30
InpTrailingStop=35
InpMaxPositions=2 ; Fewer positions
InpMaxDailyDrawdown=2.5
; === Filters ===
InpUseTrendFilter=true ; Help avoid chop
InpTrendMAPeriod=50
InpUseVolatilityFilter=true
InpATRPeriod=14
InpMinATRPercent=0.25 ; Lower threshold (ranges)
InpUseADXFilter=true
InpADXPeriod=14
InpMinADX=25.0 ; Higher - need strong trend
; === WARNING ===
; SNB intervention risk - use lower risk%
; Check for SNB announcements
; === EA Settings ===
InpMagicNumber=777779
InpSlippage=3
InpDebugMode=false

49
grid-audusd.set Normal file
View File

@@ -0,0 +1,49 @@
; === OrdersEA_Smart_Grid - AUDUSD Settings ===
; AUDUSD Grid - Asian session, China news sensitive
; Timeframe: H1
; Best for: Asian session ranging, avoid China data releases
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=16 ; 16 pip spacing
TP=28 ; 28 pip TP
Lots=0.01
MaxLevels=6
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=30
RSIUpper=70
UseADXFilter=true
ADXPeriod=14
ADXMax=30 ; Allow some trend
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=1.5
; === Risk Management ===
StopLoss=0
TRADE_RANGE=55
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
; === Session Note ===
; Best: Asian session (Sydney/Tokyo open)
; Avoid: China data releases (monthly), RBA meetings
; === EA Settings ===
MagicNum=333007

49
grid-nzdusd.set Normal file
View File

@@ -0,0 +1,49 @@
; === OrdersEA_Smart_Grid - NZDUSD Settings ===
; NZDUSD Grid - Similar to AUD, agricultural focus
; Timeframe: H1
; Best for: Asian session, ranging periods
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=17 ; 17 pip spacing
TP=28 ; 28 pip TP
Lots=0.01
MaxLevels=6
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=32
RSIUpper=68
UseADXFilter=true
ADXPeriod=14
ADXMax=28
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=1.55
; === Risk Management ===
StopLoss=0
TRADE_RANGE=58
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
; === WARNING ===
; Avoid: RBNZ meetings (quarterly), dairy auction news
; Best: Asian session
; === EA Settings ===
MagicNum=333008

49
grid-usdcad.set Normal file
View File

@@ -0,0 +1,49 @@
; === OrdersEA_Smart_Grid - USDCAD Settings ===
; USDCAD Grid - Oil correlated, moderate trends
; Timeframe: H1
; Best for: Ranging markets, avoid during oil inventory releases
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=18 ; 18 pip spacing
TP=30 ; 30 pip TP
Lots=0.01
MaxLevels=6
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=32
RSIUpper=68
UseADXFilter=true
ADXPeriod=14
ADXMax=28 ; Moderate
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
; === WARNING ===
; Avoid: Wednesday 10:30 AM EST (Oil inventories)
; Avoid: Major oil news events
; === EA Settings ===
MagicNum=333006

50
grid-usdchf.set Normal file
View File

@@ -0,0 +1,50 @@
; === OrdersEA_Smart_Grid - USDCHF Settings ===
; USDCHF Grid - Ranging pair, safe haven flows
; Timeframe: H1
; WARNING: SNB intervention risk - use carefully
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=12 ; 12 pip spacing - tighter (ranges)
TP=20 ; 20 pip TP - quicker exits
Lots=0.01
MaxLevels=8 ; More levels (ranges)
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=28 ; Wider range
RSIUpper=72
UseADXFilter=true
ADXPeriod=14
ADXMax=22 ; Lower - catches range moves
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=1.3 ; Tighter bands
; === Risk Management ===
StopLoss=0
TRADE_RANGE=45
LongLimit=0
ShortLimit=0
GetOut=N
OpenNewTrades=Y
Opposite=false
TakeProfitLevelPercent=50
TakeProfitLevelDollarAmount=1500
EquityFactorPercent=0
LotsFactorPercent=0
BaseEquity=10000
Master=false
DiagnosticModeOn=false
InpMaxDailyDrawdown=2.0 ; Conservative (SNB risk)
; === CRITICAL WARNING ===
; SNB removed EURCHF peg in 2015 - massive moves possible
; Use lower risk, monitor SNB announcements
; Consider avoiding during high uncertainty
; === EA Settings ===
MagicNum=333009

51
grid-xauusd.set Normal file
View File

@@ -0,0 +1,51 @@
; === OrdersEA_Smart_Grid - XAUUSD (Gold) Settings ===
; GOLD Grid - EXTREME VOLATILITY WARNING
; Timeframe: H1
; ONLY use during ranging periods, avoid news
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=80 ; 80 pip spacing - VERY WIDE
TP=120 ; 120 pip TP
Lots=0.01
MaxLevels=2 ; MAX 2 levels - very conservative
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=25 ; Wide RSI range
RSIUpper=75
UseADXFilter=true
ADXPeriod=14
ADXMax=18 ; Very strict - only flat markets
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=2.5 ; Very wide ATR bands
; === Risk Management ===
StopLoss=0
TRADE_RANGE=150
LongLimit=0
ShortLimit=0
GetOut=Y ; GET OUT enabled for safety
OpenNewTrades=Y
Opposite=false
TakeProfitLevelPercent=30 ; Lower profit target
TakeProfitLevelDollarAmount=1000
EquityFactorPercent=0
LotsFactorPercent=0
BaseEquity=10000
Master=false
DiagnosticModeOn=true ; Debug on for monitoring
InpMaxDailyDrawdown=1.5 ; VERY conservative
; === CRITICAL WARNINGS ===
; Gold can move 500+ pips in minutes
; Avoid: NFP, FOMC, geopolitical events
; Avoid: US session open (8:30 AM EST)
; Monitor closely - ready to manually close
; === EA Settings ===
MagicNum=333010