46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
; === OrdersEA_Smart_Grid - Ranging Pairs Settings ===
|
|
; Best for: EURCHF, AUDNZD, EURGBP
|
|
; Timeframe: H1 or H4
|
|
; Market: Ranging/Asian session
|
|
|
|
; === Grid Settings ===
|
|
UseAutoPivots=true ; Use daily pivot points
|
|
InpManualHigh=0 ; 0 = use auto pivots
|
|
InpManualLow=0
|
|
Entry=20 ; 20 pip grid spacing
|
|
TP=30 ; 30 pip take profit
|
|
Lots=0.01
|
|
MaxLevels=5 ; Conservative max levels
|
|
|
|
; === Range Filters ===
|
|
UseRSIFilter=true ; Only trade when RSI in range
|
|
RSIPeriod=14
|
|
RSILower=35
|
|
RSIUpper=65
|
|
UseADXFilter=true ; Avoid trending markets
|
|
ADXPeriod=14
|
|
ADXMax=25
|
|
UseATRFilter=true
|
|
ATRPeriod=14
|
|
ATRMultiplier=1.5
|
|
|
|
; === Risk Management ===
|
|
StopLoss=0 ; No SL - grid relies on TP
|
|
TRADE_RANGE=50
|
|
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 daily limit
|
|
|
|
; === EA Settings ===
|
|
MagicNum=333001
|