Add specific Grid EA settings for EURUSD, USDJPY, GBPUSD, GBPJPY
This commit is contained in:
50
grid-eurusd.set
Normal file
50
grid-eurusd.set
Normal file
@@ -0,0 +1,50 @@
|
||||
; === OrdersEA_Smart_Grid - EURUSD Settings ===
|
||||
; EURUSD Grid - Most liquid pair, tight spreads
|
||||
; Timeframe: H1
|
||||
; Best for: European session, ranging markets
|
||||
|
||||
; === Grid Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0 ; Use auto-calculated pivot levels
|
||||
InpManualLow=0
|
||||
Entry=14 ; 14 pip spacing (tight for EURUSD)
|
||||
TP=22 ; 22 pip take profit
|
||||
Lots=0.01
|
||||
MaxLevels=8 ; More levels (very liquid)
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=true ; Essential for ranging detection
|
||||
RSIPeriod=14
|
||||
RSILower=28 ; Wider range for liquidity
|
||||
RSIUpper=72
|
||||
UseADXFilter=true ; Avoid trending markets
|
||||
ADXPeriod=14
|
||||
ADXMax=32 ; Allow slight trends (liquid pair)
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.4 ; Tighter bands for liquid pair
|
||||
|
||||
; === Risk Management ===
|
||||
StopLoss=0 ; Grid relies on TP, not SL
|
||||
TRADE_RANGE=45
|
||||
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=3.0 ; Standard for major pair
|
||||
|
||||
; === Session Notes ===
|
||||
; Best: European session (08:00-17:00 GMT)
|
||||
; Avoid: NFP (first Friday), ECB announcements
|
||||
; Avoid: US session open volatility (13:30 GMT)
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=333011
|
||||
Reference in New Issue
Block a user