Add specific Grid EA settings for EURUSD, USDJPY, GBPUSD, GBPJPY

This commit is contained in:
2026-03-29 22:53:21 -04:00
parent 3f64e34522
commit 57107aac08
5 changed files with 274 additions and 0 deletions

51
grid-usdjpy.set Normal file
View File

@@ -0,0 +1,51 @@
; === OrdersEA_Smart_Grid - USDJPY Settings ===
; USDJPY Grid - JPY trending pair, use with caution
; Timeframe: H1
; WARNING: JPY pairs trend strongly - tighten risk
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=16 ; 16 pip spacing (moderate for JPY)
TP=26 ; 26 pip TP
Lots=0.01
MaxLevels=5 ; Conservative (trends)
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=30
RSIUpper=70
UseADXFilter=true
ADXPeriod=14
ADXMax=24 ; Stricter - JPY trends hard
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=1.7 ; Wider ATR for volatility
; === Risk Management ===
StopLoss=0
TRADE_RANGE=55
LongLimit=0
ShortLimit=0
GetOut=Y ; ENABLE GetOut for safety
OpenNewTrades=Y
Opposite=false
TakeProfitLevelPercent=50
TakeProfitLevelDollarAmount=2000
EquityFactorPercent=0
LotsFactorPercent=0
BaseEquity=10000
Master=false
DiagnosticModeOn=false
InpMaxDailyDrawdown=2.5 ; Conservative (trending pair)
; === CRITICAL WARNINGS ===
; JPY pairs can trend 100+ pips in one direction
; Use GetOut=Y for safety
; Monitor closely - manually close if strong trend develops
; Avoid: BOJ announcements, risk-off events
; === EA Settings ===
MagicNum=333012