52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
; === OrdersEA_Smart_Grid - USDJPY Settings ===
|
|
; USDJPY Grid - JPY trending pair, use with caution
|
|
; Timeframe: H1
|
|
; WARNING: JPY pairs trend strongly - tighten risk
|
|
|
|
; === Grid Settings ===
|
|
UseAutoPivots=true
|
|
InpManualHigh=0
|
|
InpManualLow=0
|
|
Entry=16 ; 16 pip spacing (moderate for JPY)
|
|
TP=26 ; 26 pip TP
|
|
Lots=0.01
|
|
MaxLevels=5 ; Conservative (trends)
|
|
|
|
; === Range Filters ===
|
|
UseRSIFilter=true
|
|
RSIPeriod=14
|
|
RSILower=30
|
|
RSIUpper=70
|
|
UseADXFilter=true
|
|
ADXPeriod=14
|
|
ADXMax=24 ; Stricter - JPY trends hard
|
|
UseATRFilter=true
|
|
ATRPeriod=14
|
|
ATRMultiplier=1.7 ; Wider ATR for volatility
|
|
|
|
; === Risk Management ===
|
|
StopLoss=0
|
|
TRADE_RANGE=55
|
|
LongLimit=0
|
|
ShortLimit=0
|
|
GetOut=Y ; ENABLE GetOut for safety
|
|
OpenNewTrades=Y
|
|
Opposite=false
|
|
TakeProfitLevelPercent=50
|
|
TakeProfitLevelDollarAmount=2000
|
|
EquityFactorPercent=0
|
|
LotsFactorPercent=0
|
|
BaseEquity=10000
|
|
Master=false
|
|
DiagnosticModeOn=false
|
|
InpMaxDailyDrawdown=2.5 ; Conservative (trending pair)
|
|
|
|
; === CRITICAL WARNINGS ===
|
|
; JPY pairs can trend 100+ pips in one direction
|
|
; Use GetOut=Y for safety
|
|
; Monitor closely - manually close if strong trend develops
|
|
; Avoid: BOJ announcements, risk-off events
|
|
|
|
; === EA Settings ===
|
|
MagicNum=333012
|