Aureline Shock Reclaim
- Experts
- Versione: 1.14
- Aggiornato: 13 agosto 2026
- Attivazioni: 5
Aureline Shock Reclaim is a transparent volatility-reversal Expert Advisor for MetaTrader 5. It detects an unusually large completed candle, waits, and considers an entry only when a later completed candle reclaims the shock midpoint. It never enters on the shock candle.
CORE WORKFLOW
- Detects range expansion relative to ATR.
- Requires configurable body quality and close location.
- Arms the opposite direction after the shock candle closes.
- Requires a later bullish or bearish midpoint reclaim within a configurable number of bars.
- Uses ADX and ATR-normalized EMA slope to block fades during strong continuation regimes.
RISK AND EXECUTION CONTROLS
- Fixed-lot or equity-risk position sizing.
- Server-side Stop Loss and Take Profit submitted with every accepted entry.
- Stop beyond the shock extreme with an ATR buffer.
- Configurable reward/risk target.
- Optional break-even and maximum holding time.
- Spread-to-ATR filter, cooldown and daily trade limit.
- One managed position per chart symbol.
- Broker volume-step, tick-size, Stops Level, Freeze Level, filling-mode and return-code handling.
- Restart-aware entry cooldown and initial-risk reconstruction.
IMPORTANT
The EA does not use grid, martingale, averaging, recovery sizing, DLLs, WebRequest or copied signals. Existing positions outside its symbol and magic number are not managed.
Start with the MT5 Strategy Tester using real ticks from your intended broker, then forward-test on demo. Results can change with symbol, timeframe, spread, commission, slippage, parameters and market regime. No profit, win-rate or performance guarantee is provided. Trading leveraged products can result in loss.
MAIN INPUTS
Signal
- InpSignalTF: completed-candle signal timeframe.
- InpATRPeriod and InpShockRangeATR: ATR baseline and minimum shock-range multiple.
- InpMinBodyRatio and InpMinCloseLocation: body and close-quality thresholds.
- InpReclaimWindowBars: later completed bars allowed for midpoint reclaim.
- InpAllowLong and InpAllowShort: independently enable each direction.
Regime filter
- InpEMAPeriod and InpEMASlopeBars: EMA baseline and slope lookback.
- InpADXPeriod, InpStrongTrendADX and InpMinSlopeATR: thresholds used to block counter-trend fades.
Risk and exits
- InpRiskPercent: equity-risk sizing when fixed lots are disabled.
- InpFixedLots: fixed volume above zero takes priority over risk-percent sizing.
- InpStopBufferATR and InpRewardRisk: stop buffer and target multiple.
- InpBreakEvenAtR and InpBreakEvenLockR: break-even trigger and locked distance in initial-risk units.
- InpMaxHoldingBars: maximum holding time in signal bars; zero disables the time exit.
Execution guards
- InpMagic: isolates managed trades.
- InpMaxSpreadATR and InpDeviationPoints: spread-to-ATR guard and allowed execution deviation.
- InpCooldownBars and InpMaxTradesPerDay: frequency limits.
- InpUseSessionFilter, InpSessionStartHour and InpSessionEndHour: optional broker-server-time session; equal hours allow the full day.
- InpShowDashboard: show or hide chart status.
INPUT VALIDATION
Safety-sensitive invalid settings fail during initialization with a specific journal reason. The EA requires a positive InpMagic so it cannot share the manual-trade identity. It also rejects negative protection, holding, deviation or cooldown values, risk percent above 100, and session hours outside 0 through 23.
