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

59 lines
1.5 KiB
Plaintext

; === OrdersEA_Smart_Grid - GBPJPY Settings ===
; GBPJPY Grid - EXTREME VOLATILITY WARNING
; Timeframe: H1
; This is THE most volatile major pair - use extreme caution
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=45 ; 45 pip spacing - VERY WIDE
TP=70 ; 70 pip TP
Lots=0.01
MaxLevels=3 ; MAXIMUM 3 levels
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=25 ; Very wide range
RSIUpper=75
UseADXFilter=true
ADXPeriod=14
ADXMax=20 ; Very strict - only flat markets
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=2.2 ; Very wide bands
; === Risk Management ===
StopLoss=0
TRADE_RANGE=120
LongLimit=0
ShortLimit=0
GetOut=Y ; MUST ENABLE
OpenNewTrades=Y
Opposite=false
TakeProfitLevelPercent=30 ; Quick 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 ===
; GBPJPY can move 200+ pips in minutes
; Known as "The Beast" or "The Dragon"
; AVOID: All UK/Japan news
; AVOID: Risk-off events (massive JPY appreciation)
; AVOID: Brexit news, UK political events
; MONITOR: Close manually if strong trend starts
; NOT RECOMMENDED for beginners
; === EA Settings ===
MagicNum=333014
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17