Breakout variant of the Smart Grid: uses BUY_STOP/SELL_STOP orders above resistance and below support rather than mean-reversion limits. Only trades when trending (ADX filter inverted vs. Grid EA), cancels orders when market returns to range. Mandatory SL on all presets. Includes 17 .set files: 3 templates (major/volatile/steady) and 14 per-pair presets covering all Grid EA pairs plus EURCHF, EURGBP, AUDNZD, XAUUSD, XAGUSD. First live week (Jun 22–26): +$84.71 from 8 completed cycles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
; === OrdersEA_Smart_Grid_BO - EURCHF ===
|
|
; Historically low-volatility pair — BO only fires on genuine regime breaks
|
|
; Timeframe: H1
|
|
; WARNING: SNB surprise interventions can produce 500+ pt moves instantly
|
|
; BO with SL is safer than Grid for this pair during intervention events
|
|
|
|
; === Grid / BO Settings ===
|
|
UseAutoPivots=true
|
|
InpManualHigh=0
|
|
InpManualLow=0
|
|
Entry=10
|
|
TP=1000
|
|
Lots=0.01
|
|
MaxLevels=2
|
|
|
|
; === Range Filters ===
|
|
UseRSIFilter=false
|
|
RSIPeriod=14
|
|
RSILower=40
|
|
RSIUpper=60
|
|
UseADXFilter=true
|
|
ADXPeriod=14
|
|
ADXMax=20
|
|
UseATRFilter=true
|
|
ATRPeriod=14
|
|
ATRMultiplier=1.2
|
|
|
|
; === Stop Loss (especially important here — SNB events are catastrophic without it) ===
|
|
InpUseStopLoss=true
|
|
StopLoss=200
|
|
|
|
; === Risk Management ===
|
|
TRADE_RANGE=40
|
|
LongLimit=0
|
|
ShortLimit=0
|
|
GetOut=N
|
|
OpenNewTrades=Y
|
|
TakeProfitLevelPercent=0
|
|
TakeProfitLevelDollarAmount=0
|
|
EquityFactorPercent=0
|
|
LotsFactorPercent=0
|
|
BaseEquity=10000
|
|
Master=false
|
|
DiagnosticModeOn=false
|
|
InpMaxDailyDrawdown=2.0
|
|
InpMaxWeeklyDrawdown=5.0
|
|
|
|
; === Weekend Protection ===
|
|
InpCloseBeforeWeekend=true
|
|
InpWeekendCloseHour=17
|
|
InpCancelPendingBeforeWeekend=true
|
|
|
|
; === EA Settings ===
|
|
MagicNum=444010
|
|
|
|
; === Session Notes ===
|
|
; Low daily range — BO will fire rarely, only on real breakout events
|
|
; SNB quarterly assessments: use GetOut=A before each one
|
|
; DO NOT run overnight without SL — 2015 CHF event removed 20% in seconds
|