50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
; === OrdersEA_Smart_Grid - Volatile Pairs Settings ===
|
|
; Best for: GBPJPY, XAUUSD, GBPUSD (high volatility)
|
|
; Timeframe: H1
|
|
; WARNING: Use with caution - wide grid spacing
|
|
|
|
; === Grid Settings ===
|
|
UseAutoPivots=true
|
|
InpManualHigh=0
|
|
InpManualLow=0
|
|
Entry=50 ; 50 pip spacing for volatility
|
|
TP=75 ; 75 pip TP
|
|
Lots=0.01
|
|
MaxLevels=3 ; Very conservative - max 3 levels
|
|
|
|
; === Range Filters ===
|
|
UseRSIFilter=true
|
|
RSIPeriod=14
|
|
RSILower=30 ; Wider range
|
|
RSIUpper=70
|
|
UseADXFilter=true
|
|
ADXPeriod=14
|
|
ADXMax=20 ; Stricter - avoid strong trends
|
|
UseATRFilter=true
|
|
ATRPeriod=14
|
|
ATRMultiplier=2.0 ; Wider ATR bands
|
|
|
|
; === Risk Management ===
|
|
StopLoss=0
|
|
TRADE_RANGE=100
|
|
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.0 ; Conservative limit for volatile pairs
|
|
|
|
; === EA Settings ===
|
|
MagicNum=333002
|
|
|
|
; === Weekend Protection ===
|
|
InpCloseBeforeWeekend=true
|
|
InpWeekendCloseHour=17
|