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

54 lines
1.1 KiB
Plaintext

; === OrdersEA_Smart_Grid - AUDUSD Settings ===
; AUDUSD Grid - Asian session, China news sensitive
; Timeframe: H1
; Best for: Asian session ranging, avoid China data releases
; === Grid Settings ===
UseAutoPivots=true
InpManualHigh=0
InpManualLow=0
Entry=16 ; 16 pip spacing
TP=28 ; 28 pip TP
Lots=0.01
MaxLevels=6
; === Range Filters ===
UseRSIFilter=true
RSIPeriod=14
RSILower=30
RSIUpper=70
UseADXFilter=true
ADXPeriod=14
ADXMax=30 ; Allow some trend
UseATRFilter=true
ATRPeriod=14
ATRMultiplier=1.5
; === Risk Management ===
StopLoss=0
TRADE_RANGE=55
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=2.5
; === Session Note ===
; Best: Asian session (Sydney/Tokyo open)
; Avoid: China data releases (monthly), RBA meetings
; === EA Settings ===
MagicNum=333007
; === Weekend Protection ===
InpCloseBeforeWeekend=true
InpWeekendCloseHour=17