Add specific Grid EA settings for EURUSD, USDJPY, GBPUSD, GBPJPY
This commit is contained in:
@@ -251,6 +251,73 @@ InpMaxDailyDrawdown=3.0
|
||||
MagicNum=333003
|
||||
```
|
||||
|
||||
### Grid EA - EURUSD (Most Liquid)
|
||||
**File:** `grid-eurusd.set`
|
||||
```ini
|
||||
; EURUSD Grid - tightest spreads, most liquid
|
||||
UseAutoPivots=true
|
||||
Entry=14 ; 14 pip spacing (tight)
|
||||
TP=22 ; 22 pip TP
|
||||
MaxLevels=8 ; More levels (liquid)
|
||||
; Filters
|
||||
UseRSIFilter=true
|
||||
RSILower=28
|
||||
RSIUpper=72
|
||||
UseADXFilter=true
|
||||
ADXMax=32
|
||||
; Best: European session
|
||||
MagicNum=333011
|
||||
```
|
||||
|
||||
### Grid EA - USDJPY (Trending - Use Caution)
|
||||
**File:** `grid-usdjpy.set`
|
||||
```ini
|
||||
; USDJPY Grid - trending pair
|
||||
UseAutoPivots=true
|
||||
Entry=16 ; 16 pip spacing
|
||||
TP=26
|
||||
MaxLevels=5 ; Conservative
|
||||
; Filters - strict
|
||||
UseADXFilter=true
|
||||
ADXMax=24
|
||||
GetOut=Y ; SAFETY ENABLED
|
||||
; WARNING: JPY trends hard
|
||||
MagicNum=333012
|
||||
```
|
||||
|
||||
### Grid EA - GBPUSD (Cable - Volatile)
|
||||
**File:** `grid-gbpusd.set`
|
||||
```ini
|
||||
; GBPUSD Grid - volatile Cable
|
||||
UseAutoPivots=true
|
||||
Entry=22 ; 22 pip spacing (wide)
|
||||
TP=35
|
||||
MaxLevels=4 ; Conservative
|
||||
; Filters - strict
|
||||
UseADXFilter=true
|
||||
ADXMax=22
|
||||
GetOut=Y ; SAFETY ENABLED
|
||||
; WARNING: High volatility
|
||||
MagicNum=333013
|
||||
```
|
||||
|
||||
### Grid EA - GBPJPY (The Beast - EXTREME RISK)
|
||||
**File:** `grid-gbpjpy.set`
|
||||
```ini
|
||||
; GBPJPY Grid - MOST VOLATILE PAIR
|
||||
UseAutoPivots=true
|
||||
Entry=45 ; 45 pip spacing (VERY WIDE)
|
||||
TP=70
|
||||
MaxLevels=3 ; MAX 3 levels
|
||||
; Filters - very strict
|
||||
UseADXFilter=true
|
||||
ADXMax=20
|
||||
GetOut=Y ; MUST ENABLE
|
||||
; CRITICAL: Can move 200+ pips
|
||||
; NOT for beginners
|
||||
MagicNum=333014
|
||||
```
|
||||
|
||||
### Grid EA - EURJPY (Moderate Volatility)
|
||||
**File:** `grid-eurjpy.set`
|
||||
```ini
|
||||
|
||||
Reference in New Issue
Block a user