Files
mql-trading-bots/grid-gbpusd.set

57 lines
1.4 KiB
Plaintext

; === OrdersEA_Smart_Grid - GBPUSD Settings ===
; GBPUSD Grid (Cable) - Volatile, wide spreads
; Timeframe: H1
; WARNING: High volatility - use wide grid spacing
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=22 ; 22 pip spacing - WIDE for Cable volatility
TP=35 ; 35 pip TP
Lots=0.01
MaxLevels=4 ; Conservative max levels
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=28
RSIUpper=72
UseADXFilter=true
ADXPeriod=14
ADXMax=22 ; Strict - avoid Cable trends
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=2.0 ; Wide ATR bands
; === Risk Management ===
StopLoss=0
TRADE_RANGE=75
LongLimit=0
ShortLimit=0
GetOut=Y ; ENABLE for volatility protection
OpenNewTrades=Y
Opposite=false
TakeProfitLevelPercent=40 ; Lower target
TakeProfitLevelDollarAmount=1500
EquityFactorPercent=0
LotsFactorPercent=0
BaseEquity=10000
Master=false
DiagnosticModeOn=false
InpMaxDailyDrawdown=2.0 ; Conservative (volatile)
; === CRITICAL WARNINGS ===
; GBPUSD can move 50-100 pips on news
; Brexit, UK political news = extreme volatility
; Avoid: UK data releases, BOE meetings
; Avoid: US session overlap (high volatility)
; Monitor closely - this is the most volatile major
; === EA Settings ===
MagicNum=333013
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17