Add OrdersEA_Smart_Grid_BO v5.0 — breakout EA and per-pair presets
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>
This commit is contained in:
Executable
+1442
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - AUDNZD ===
|
||||
; Slow-moving cross — BO fires on RBA/RBNZ policy divergence
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=10
|
||||
TP=1000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=22
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.2
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=180
|
||||
|
||||
; === 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=444012
|
||||
|
||||
; === Session Notes ===
|
||||
; Very slow pair — BO events are rare but can be strong when they occur
|
||||
; Both central banks are commodity-linked; global risk-off affects both equally
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - AUDUSD ===
|
||||
; Commodity-linked pair — trends on China/risk data
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.5
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=300
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=60
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444005
|
||||
|
||||
; === Session Notes ===
|
||||
; Strong moves on RBA decisions, Chinese PMI, iron ore price swings
|
||||
; Asia session active for this pair
|
||||
@@ -0,0 +1,59 @@
|
||||
; === 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
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - EURGBP ===
|
||||
; Low-range pair except on UK/EU political divergence events
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=10
|
||||
TP=1000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=22
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.2
|
||||
|
||||
; === Stop Loss ===
|
||||
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=444011
|
||||
|
||||
; === Session Notes ===
|
||||
; Best BO opportunities: UK/EU trade data, BOE vs ECB policy divergence
|
||||
; Generally quiet — expect infrequent fills
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - EURJPY ===
|
||||
; Risk proxy pair — trends sharply on risk sentiment shifts
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=25
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.7
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=400
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=70
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444009
|
||||
|
||||
; === Session Notes ===
|
||||
; Strong during European session when risk appetite shifts
|
||||
; BOJ intervention risk — monitor JPY pairs across the board
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - EURUSD ===
|
||||
; Most liquid pair, tight spreads, clean technical moves
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.5
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=300
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=60
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444001
|
||||
|
||||
; === Session Notes ===
|
||||
; Best BO windows: London open (07:00 GMT), NY open (13:30 GMT)
|
||||
; Avoid: ECB press conferences, NFP first 5 min (too much noise)
|
||||
@@ -0,0 +1,58 @@
|
||||
; === OrdersEA_Smart_Grid_BO - GBPJPY ===
|
||||
; "The Beast" — extreme volatility, excellent breakout pair
|
||||
; Timeframe: H1
|
||||
; WARNING: 200+ pt moves common; SL is non-negotiable
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=50
|
||||
TP=5000
|
||||
Lots=0.01
|
||||
MaxLevels=2
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=28
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=2.2
|
||||
|
||||
; === Stop Loss (MANDATORY — GBPJPY has no mercy on unprotected positions) ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=800
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=120
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=true
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444004
|
||||
|
||||
; === Session Notes ===
|
||||
; GBPJPY BO targets: London open, US session risk events
|
||||
; Avoid: BOJ + BOE same-day events (whipsaw kills BO fills)
|
||||
; Reduce Lots to 0.01 and monitor first 2 weeks closely
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - GBPUSD ===
|
||||
; Higher volatility than EURUSD — wider entry and SL
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=25
|
||||
TP=2500
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.6
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=350
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=70
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444002
|
||||
|
||||
; === Session Notes ===
|
||||
; Cable breaks hard on UK data, BOE announcements
|
||||
; Avoid BoE rate decision days unless watching live
|
||||
@@ -0,0 +1,57 @@
|
||||
; === OrdersEA_Smart_Grid_BO - Major Pairs Template ===
|
||||
; Strategy: Breakout — buy above resistance, sell below support
|
||||
; Best for: EURUSD, GBPUSD, AUDUSD, USDJPY
|
||||
; Timeframe: H1
|
||||
; Activates when ADX > 25 (trending) and price breaks grid boundary
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters (inverted logic in BO: low ADXMax = quick trend detection) ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.5
|
||||
|
||||
; === Stop Loss (mandatory for breakout) ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=300
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=60
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === Session Notes ===
|
||||
; BO fires on breakout of daily pivot range (ATR-scaled)
|
||||
; Best: London open (07:00-09:00 GMT), NY open (13:30-15:00 GMT)
|
||||
; Avoid: Low-volume overnight sessions (Asia)
|
||||
; SL should be below GridHigh for buys, above GridLow for sells
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - NZDUSD ===
|
||||
; Similar to AUDUSD, slightly lower volatility
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.4
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=280
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=55
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444006
|
||||
|
||||
; === Session Notes ===
|
||||
; RBNZ decisions can cause strong BO moves
|
||||
; Lower daily range than AUDUSD — expect fewer fills
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - Steady/Low-Vol Pairs Template ===
|
||||
; Strategy: Breakout — buy above resistance, sell below support
|
||||
; Best for: EURCHF, EURGBP, AUDNZD
|
||||
; Timeframe: H1
|
||||
; These pairs trend less — lower ADXMax catches moderate trends early
|
||||
; WARNING: EURCHF carries SNB intervention risk (see pair notes below)
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=10
|
||||
TP=1000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=22
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.2
|
||||
|
||||
; === Stop Loss (mandatory) ===
|
||||
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
|
||||
|
||||
; === Session Notes ===
|
||||
; Lower volatility = smaller moves but more frequent breakouts of ATR range
|
||||
; Tight SL important — false breakouts common on these pairs
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - USDCAD ===
|
||||
; Oil-correlated pair — trends strongly on WTI moves and BOC events
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.5
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=300
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=60
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444007
|
||||
|
||||
; === Session Notes ===
|
||||
; Watch WTI crude oil price — USDCAD is inversely correlated
|
||||
; BOC rate announcements produce clean BO moves
|
||||
@@ -0,0 +1,57 @@
|
||||
; === OrdersEA_Smart_Grid_BO - USDCHF ===
|
||||
; Safe-haven pair — breakouts on risk-off events
|
||||
; Timeframe: H1
|
||||
; NOTE: Inversely correlated with EURUSD — avoid running both long/short simultaneously
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.4
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=280
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=55
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444008
|
||||
|
||||
; === Session Notes ===
|
||||
; SNB intervention risk — USDCHF can gap on SNB surprise moves
|
||||
; Safe-haven demand spikes on geopolitical events
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - USDJPY ===
|
||||
; Risk-on/risk-off pair — strong trending behaviour on macro events
|
||||
; Timeframe: H1
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=20
|
||||
TP=2000
|
||||
Lots=0.01
|
||||
MaxLevels=3
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=25
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=1.5
|
||||
|
||||
; === Stop Loss ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=300
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=60
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=false
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444003
|
||||
|
||||
; === Session Notes ===
|
||||
; BOJ intervention risk — USDJPY can gap 200+ pts on intervention
|
||||
; Watch for BOJ announcements; use GetOut=A if intervention suspected
|
||||
@@ -0,0 +1,56 @@
|
||||
; === OrdersEA_Smart_Grid_BO - Volatile Pairs Template ===
|
||||
; Strategy: Breakout — buy above resistance, sell below support
|
||||
; Best for: GBPJPY, XAUUSD, GBPUSD (high volatility)
|
||||
; Timeframe: H1
|
||||
; WARNING: Large moves — SL is critical, size down
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=50
|
||||
TP=5000
|
||||
Lots=0.01
|
||||
MaxLevels=2
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=28
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=2.0
|
||||
|
||||
; === Stop Loss (mandatory) ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=800
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=100
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=true
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === Session Notes ===
|
||||
; GBPJPY/XAUUSD can gap 200+ pts — BO suits them well but cut losses fast
|
||||
; Monitor DiagnosticMode output on first few trades
|
||||
; Consider halving Lots on first live session
|
||||
@@ -0,0 +1,58 @@
|
||||
; === OrdersEA_Smart_Grid_BO - XAGUSD (Silver) ===
|
||||
; More volatile than Gold per pip — high leverage, high reward breakouts
|
||||
; Timeframe: H1
|
||||
; WARNING: Silver can move 3-4x the range of Gold in percentage terms
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=60
|
||||
TP=3000
|
||||
Lots=0.01
|
||||
MaxLevels=2
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=28
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=2.2
|
||||
|
||||
; === Stop Loss (MANDATORY) ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=1000
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=150
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=true
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444014
|
||||
|
||||
; === Session Notes ===
|
||||
; Silver correlates with Gold but amplifies moves
|
||||
; Wider spreads than Gold — Entry=60 ensures we're past the spread cost
|
||||
; Reduce Lots further if running alongside XAUUSD (correlated exposure)
|
||||
@@ -0,0 +1,59 @@
|
||||
; === OrdersEA_Smart_Grid_BO - XAUUSD (Gold) ===
|
||||
; Strongest trending instrument — excellent BO candidate on macro events
|
||||
; Timeframe: H1
|
||||
; WARNING: 500+ pt moves on FOMC, NFP, geopolitical shocks — SL is critical
|
||||
|
||||
; === Grid / BO Settings ===
|
||||
UseAutoPivots=true
|
||||
InpManualHigh=0
|
||||
InpManualLow=0
|
||||
Entry=100
|
||||
TP=5000
|
||||
Lots=0.01
|
||||
MaxLevels=2
|
||||
|
||||
; === Range Filters ===
|
||||
UseRSIFilter=false
|
||||
RSIPeriod=14
|
||||
RSILower=40
|
||||
RSIUpper=60
|
||||
UseADXFilter=true
|
||||
ADXPeriod=14
|
||||
ADXMax=30
|
||||
UseATRFilter=true
|
||||
ATRPeriod=14
|
||||
ATRMultiplier=2.5
|
||||
|
||||
; === Stop Loss (MANDATORY — Gold can wipe 500 pts without SL) ===
|
||||
InpUseStopLoss=true
|
||||
StopLoss=1500
|
||||
|
||||
; === Risk Management ===
|
||||
TRADE_RANGE=200
|
||||
LongLimit=0
|
||||
ShortLimit=0
|
||||
GetOut=N
|
||||
OpenNewTrades=Y
|
||||
TakeProfitLevelPercent=0
|
||||
TakeProfitLevelDollarAmount=0
|
||||
EquityFactorPercent=0
|
||||
LotsFactorPercent=0
|
||||
BaseEquity=10000
|
||||
Master=false
|
||||
DiagnosticModeOn=true
|
||||
InpMaxDailyDrawdown=3.0
|
||||
InpMaxWeeklyDrawdown=7.0
|
||||
|
||||
; === Weekend Protection ===
|
||||
InpCloseBeforeWeekend=true
|
||||
InpWeekendCloseHour=17
|
||||
InpCancelPendingBeforeWeekend=true
|
||||
|
||||
; === EA Settings ===
|
||||
MagicNum=444013
|
||||
|
||||
; === Session Notes ===
|
||||
; Best BO events: FOMC decisions, NFP, geopolitical escalation, CPI surprises
|
||||
; Gold trends very cleanly once ADX > 30
|
||||
; ADXMax=30 set higher than other pairs — Gold needs confirmed trend before BO fires
|
||||
; Avoid thin Asian overnight sessions for BO entry
|
||||
Reference in New Issue
Block a user