Astracodewolf ACW

Astracodewolf ACW 🟢📈📊Providing custom-built 24/7 automated trading EA robots (MT4/MT5/MQL) tailored to your requirements, optimized for strategy performance and risk management.

https://www.mql5.com/en/users/lcsnguyenloc/seller
📬Telegram: https://t.me/+ud1W1Z0rhNQxNjhl Trade systems with disciplined automation

(EN) FULL DESCRIPTIONAether Elliott Wave Zigzag Pro (MT4, Market-ready)Aether Elliott Wave Zigzag Pro v1.0.2 is a lightw...
21/12/2025

(EN) FULL DESCRIPTION
Aether Elliott Wave Zigzag Pro (MT4, Market-ready)
Aether Elliott Wave Zigzag Pro v1.0.2 is a lightweight, Market-compliant scalping EA that trades Elliott via ZigZag—targeting wave-3 entries within Fib 0.382–0.618. It stacks EMA(34/89) + RSI 50 + ADX filters, uses ATR-based SL/TP & trailing, Spread/ATR filter, Margin-Guard (avoid 134), Health-gate (market health score), Auto-Profile (Forex/XAU/Crypto), and a new-bar engine with a minimal single Health label. No DLL/WebRequest, quiet logs.
1) Overview & highlights
Elliott via ZigZag: detects 1–2–3 structure and enters wave-3 only when retracement sits in 0.382–0.618.
Triple filter: EMA(34/89) trend, RSI 50 regime, minimum ADX strength.
ATR management: SL/TP set inside OrderSend and ATR trailing (optionally new-bar only) honoring stop/freeze levels.
Capital safety: Margin-Guard + MaxMarginUsePct clamps size to free margin → mitigates Error 134.
Market quality controls: Spread/ATR filter and Health-gate via a score (red/orange/green).
Auto-Profile: auto-tunes thresholds for Forex / XAU / Crypto.
Performance & compliance: new-bar engine, MinSecondsBetween, MaxOpenOrders, # property strict, no DLL/WebRequest, minimal UI (one Health label), symbol+timeframe-salted Magic.
Bootstrap: may seed one trade after X bars when no history and conditions are valid (toggleable).
2) How it works (brief)
ZigZag gathers latest pivots.
Long: pattern [Low (recent), High, Low]; wave-2 retrace within 0.382–0.618; close above fast EMA & structural check.
Short: mirrored logic; close below fast EMA.
Apply EMA/RSI/ADX filters and ATR/Spread gate (ATR points ≥ g_MinATRtoSpread × spread).
Compute risk-based or fixed size, then clamp with FitVolumeToMargin() & MaxMarginUsePct.
Place ATR-derived SL/TP; manage with ATR trailing (optionally only on new bars).
Health-gate: if enabled, trade only when health ≥ MinHealthToTrade.
3) Auto-Profile (Forex/XAU/Crypto)
Forex (default): uses your own Min_ATR_to_Spread / ADX_Min / MaxSpreadPoints.
XAU: tighter requirements → MinATRtoSpread ≥ 2.2, ADXmin ≥ 20, MaxSpreadPts ≥ 200.
Crypto: strictest → MinATRtoSpread ≥ 2.4, ADXmin ≥ 20, MaxSpreadPts ≥ 300.
You can disable Auto-Profile and select ManualProfile: 0=Forex, 1=XAU, 2=Crypto.
4) Health-gate (market health score)
Score 0–100 from ADX (10→40) and ATR/spread ratio (1→5).
Label shows Green (≥ HealthGreenMin), Orange (≥ HealthOrangeMin), Red (below).
With GateByHealth=true, the EA trades only if health ≥ MinHealthToTrade (default 45).
5) Key inputs (short)
Trend/filters: FastEMA=34, SlowEMA=89; RSI_Period=14 (center 50); ADX_Period=14, ADX_Min=18 (auto-tuned).
Elliott/ZigZag: ZZ_Depth=12, Deviation=5, Backstep=3; Fib_Min=0.382, Fib_Max=0.618.
Exit/Trailing: ATR_Period=14; SL=1.8×ATR, TP=3.0×ATR; Trailing=1.2×ATR, TrailingOnNewBarOnly.
Market quality: UseSpreadFilter, MaxSpreadPoints (auto-tuned), UseATRSpreadFilter, Min_ATR_to_Spread (auto-tuned).
Risk/limits: UseRiskPct / RiskPercent, UseMarginGuard / MaxMarginUsePct, MaxDailyLossUSD, MaxOrdersPerDay, MaxConsecLoss, MaxOpenOrders, MinSecondsBetween.
Engine: NewBarOnly, SlippagePoints, MagicBase (hashed by symbol).
UI: ShowHealth (font/coords), GateByHealth, MinHealthToTrade.
Bootstrap: EnableBootstrap, BootstrapBars.
6) Quick start
Copy to MQL4/Experts/ → restart MT4; enable Algo Trading.
Attach to M5/M15 (prefer low-spread ECN, stable VPS).
Tune per symbol: RiskPercent (start 0.5–1%), MaxSpreadPoints, Min_ATR_to_Spread, MaxMarginUsePct, GateByHealth/MinHealthToTrade, TradeDirection.
Backtest across regimes, then forward small before scaling.
Watch the Health label and keep logs quiet in live.
7) Operation tips
Timeframes: M5/M15 (M1 only with ultra-low spreads).
Instruments: Start with liquid FX; expand to XAU/Crypto via Auto-Profile.
Risk: scale gradually after validation; always respect MaxDailyLossUSD.
😎 Disclaimer
Leveraged trading is high risk; no profit guarantee. Outcomes depend on market conditions, spreads, slippage, and ex*****on. Use prudent risk management.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

(EN) FULL DESCRIPTIONDorothy Web Spider V292 – Smart Adaptive Scalper (Aether-Engine)Dorothy Web Spider V292 – Smart Ada...
21/12/2025

(EN) FULL DESCRIPTION
Dorothy Web Spider V292 – Smart Adaptive Scalper (Aether-Engine)
Dorothy Web Spider V292 – Smart Adaptive Scalper (Aether-Engine) is a lightweight, Market-ready MT4 scalper centered on Slim Inputs. It deploys ATR + RSI-driven grid with USD targets (auto-converted to points) plus ± jitter, blends ATR multipliers and ATR trailing, and features Auto-Profile (Forex/XAU/Crypto), Adaptive Tuning (dynamic RSI thresholds & grid spacing from ADX and ATR/Spread), health-gate, spread/vol filters, a new-bar engine, pending-expiry cleanup, and margin-aware sizing to limit 134 errors. No DLL/WebRequest, minimal UI.
1) Overview
Slim Inputs for fast setup.
USD TP/SL with jitter: enter targets in USD—EA converts USD ↔ points using tick math; ± jitter reduces clustered exits.
ATR + RSI grid: places BuyLimit/BuyStop or SellLimit/SellStop around price; grid distance scales with ATR.
ATR SL/TP & Trailing: chooses the larger of USD-to-points vs ATR×mult; ATR trailing (toggle, new-bar-only option).
Adaptive & Auto-Profile: detects Forex/XAU/Crypto to set proper Spread/ATR/ADX gates; Adaptive Tuning auto-adjusts RSI buy/sell and grid spacing using ADX and ATR/Spread.
Safety & performance: health-gate, spread filter, daily/order/loss caps, time throttles & new-bar engine, pending cleanup, strict stop/freeze checks.
Margin-aware lot check (via free-margin test) to reduce Error 134.
2) Workflow (concise)
Auto-Profile → FX/XAU/Crypto thresholds (MaxSpread, Min ATR/Spread, etc.).
Compute ATR/RSI/ADX, Health score; if GateByHealth, require Health ≥ MinHealthToTrade.
Adaptive Tuning tweaks RSI buy/sell and grid-mult based on ADX strength and ATR/Spread cleanliness.
When valid, PlaceGridOnce builds pending grid (limit & stop) aligned with candle bias and RSI.
TP/SL = max(USD→points, ATR×mult) with minimum legal distances.
ATR trailing manages winners (optional new-bar-only).
Housekeeping: delete expired pendings, enforce MaxOpenOrders, OrdersToday, ConsecLoss, MinSecondsBetween.
Bootstrap: if quiet for a while, seed a light pending using ATR.
3) Technical highlights
USD↔Points: ValuePerPointPerLot = (Point / TickSize) * TickValue .
USD jitter: ± USD_JitterRange to de-synchronize clustered TP/SL.
Distance safety: every price/SL/TP is vetted against stop/freeze + spread.
New-bar trailing option: fewer modifications → broker-friendly.
4) Key inputs (short)
Size & grid: Lots , GridLevels , GridATRFactor .
Indicators: RSIPeriod , ATRPeriod ; internal ADX(14).
Targets: UseUSDTargets , TP_TargetUSD , SL_TargetUSD , RandomizeUSDTargets , USD_JitterRange .
ATR blend: UseATRMtp , TP_ATR_Mult , SL_ATR_Mult .
Trailing: EnableTrailingStop , TrailingATRMult , TrailingOnNewBarOnly .
Ops: PendingOrderExpiryMinutes , MaxSlippage , MaxOrdersEachCycle , NewBarOnly , Ex*****onIntervalInSeconds .
Health: ShowHealth , GateByHealth , MinHealthToTrade .
Built-in limits: daily loss, orders/day, consec loss, max open, min seconds.
5) Quick start
Copy to MQL4/Experts/ → restart MT4 → Enable Algo Trading.
Attach on M5/M15 (ECN/RAW preferred).
Start small: Lots 0.01, TP/SL USD ~ 6/3, UseATRMtp=true .
Tune GridLevels (2–3), GridATRFactor (0.8–1.1); enable Trailing if you want runners.
Validate in Strategy Tester across regimes → forward small before scaling.
6) Operation tips
Grid needs tight spreads & clean ex*****on; avoid major news spikes.
For XAU/Crypto, Auto-Profile loosens gates; still lower Lots and consider higher TP USD.
Respect safety caps (daily loss / consec loss) and avoid over-dense grids in noisy phases.
7) Compliance & efficiency
# property strict, no DLL/WebRequest, new-bar + interval throttle, strict stop/freeze/spread validation on every action.
😎 Disclaimer
Leveraged trading is risky and no profits are guaranteed. Performance depends on market conditions, spreads, slippage, and ex*****on. Use prudent risk management.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

(EN) FULL DESCRIPTIONTempestLightning – Elliott Wave Pro (MT4) v2.6 (market-ready)TempestLightning – Elliott Wave Pro (M...
21/12/2025

(EN) FULL DESCRIPTION
TempestLightning – Elliott Wave Pro (MT4) v2.6 (market-ready)
TempestLightning – Elliott Wave Pro (MT4) v2.6 trades Elliott waves via ZigZag, stacked with EMA/CCI/MACD/Parabolic SAR filters and ADX/ATR + Market Health gating. It supports USD-based TP/SL, ATR Trailing (ON/OFF), dashed Elliott overlay, SafeOrderModify (safe retries with micro-adjust on 130), and a Validation relax mode for testing. Market-ready: # property strict, Spread/ATR gating, daily/order/loss limits, new-bar engine with time throttling.
1) Overview & highlights
Elliott core (ZigZag): detects 1–2–3 structures; entries target wave-3 when the pullback sits around ~0.36–0.68 (the practical “golden” zone near 0.382–0.618) and momentum agrees.
Multi-factor momentum filter: EMA(34/89) trend, CCI, MACD (main vs previous), Parabolic SAR, plus ADX strength check.
ATR-driven management: Market Health score from ATR/Spread + trend + ADX; ATR Trailing (toggle; legal-distance aware); Breakeven via R-multiple (BreakevenRMult).
USD TP/SL: set TpUsd/SlUsd, EA converts USD→points with tick math (lot-aware).
Elliott overlay: recent waves plotted as dashed segments with UP/DN labels and bull/bear colors.
Safety & compliance: SafeOrderModify (up to 3 retries, handles 130/136/138/146, ±2*Point micro-adjust), Spread/ATR gate, hard caps (daily loss / orders / loss streak / max open / min seconds), New-bar engine.
AutoProfile: loosens MaxSpread/ADXMin for XAU/Crypto; in IsTesting + RelaxForValidation, gates are eased for smoother validation.
2) Workflow (concise)
AutoProfile chooses thresholds per Forex/XAU/Crypto; in testing with RelaxForValidation, spread/ADX/Health gates are eased.
Compute ATR/ADX/EMA, derive Market Health (0–100) → label GREEN/ORANGE/RED; if health < threshold (default 55) and not relaxed, EA manages (trail/BE) but skips entries.
Wave3Long/Wave3Short: verify ZigZag 1–2–3, check pullback ratio and composite score Fib + Momentum + ADX (≥50).
Placement: size via FixedLots (sanity-checked by FitVolumeToMargin); SL/TP from USD (fallback to ATR if too tight).
Management:
Breakeven when profit ≥ BreakevenRMult × risk; move SL to BE (legal-distance check).
ATR Trailing with TrailAtrMult × ATR (optional new-bar only).
SafeOrderModify for all modifications (retry + micro-adjust).
3) Core components (short)
Signals: ZigZag + EMA/CCI/MACD/SAR + ADX.
Market quality: VolOK requires spread ≤ MaxSpreadPoints and ATR/Spread ≥ AtrSpreadRatioMin.
USD→Points: DollarsPerPointPerLot = (TickValue/TickSize)*Point ; conversion is lot-aware.
Display: Market Health label, dashed Elliott overlay with UP/DN tags.
Limits: MAX_DAILY_LOSS_USD, MAX_ORDERS_PER_DAY, MAX_CONSEC_LOSS, MaxOpenOrders, MinSecondsBetween.
Bootstrap: in tester, after BootstrapBars, seeds a trend-aligned position if no trade history and gates are OK.
4) Quick start
Copy to MQL4/Experts/ → restart MT4 → enable Algo Trading.
Attach on M5/M15 (ECN/RAW preferred).
Start with FixedLots 0.01, TpUsd/SlUsd ≈ 6/3, UseTrailingStop=true.
Tune AtrSpreadRatioMin (1.6–2.0), HealthThreshold (50–60), AdxMin (14–20), SlippagePoints=3.
Backtest across regimes; enable RelaxForValidation to ease gatekeeping; forward small before scaling.
5) Operating tips
Avoid major news spikes (spread blows out → lower Health).
For XAU/Crypto, although AutoProfile loosens gates, still reduce lot and/or raise TpUsd.
If sessions are mostly ORANGE/RED, consider pausing entries (manage only).
6) Market compliance
# property strict, no DLL/WebRequest, no symbol/TF/account locks.
SL/TP placed in OrderSend, edits via SafeOrderModify to reduce broker errors.
Magic salted by symbol + timeframe.
7) Disclaimer
Leveraged trading is high-risk; no profit guarantee. Results depend on market conditions, spreads, slippage, and ex*****on. Practice prudent risk management.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

(EN) FULL DESCRIPTIONAether GannFlow TriConfirm Scalper1.OverviewAether GannFlow – TriConfirm Scalper v1 (MT4) is a ligh...
21/12/2025

(EN) FULL DESCRIPTION
Aether GannFlow TriConfirm Scalper
1.Overview
Aether GannFlow – TriConfirm Scalper v1 (MT4) is a lightweight, Market-compliant scalping EA. Its TriConfirm stack blends EMA(34/89) for trend, RSI 50 + ADX for regime filtering, and a CCI pullback cross for precise entries. It features ATR-based SL/TP & trailing, spread/volatility filters, margin-guard (avoid 134), a new-bar engine, optional GannFan UI, and quiet logs.
Aether GannFlow – TriConfirm Scalper v1 is a lightweight, MQL-Market-compliant MT4 scalper built on a TriConfirm stack:
Trend: EMA(34/89)
Signal: CCI pullback cross (buy on cross up through −Level; sell on cross down through +Level)
Filters: RSI 50 centerline + ADX minimum
It features ATR-based SL/TP & trailing, spread/volatility filters, margin-guard to avoid Error 134, a new-bar engine, minimal UI (optional GannFan), and quiet logs.
2.Highlights
Clean TriConfirm logic: EMA for trend; RSI>50 (buy)/50 for buys /

Description (English)Aether GannFlow – Scalper Market v2 (MT4) is a lightweight scalping EA for M5/M15 that combines EMA...
21/12/2025

Description (English)
Aether GannFlow – Scalper Market v2 (MT4) is a lightweight scalping EA for M5/M15 that combines EMA trend direction, RSI pullbacks, and ADX strength, with optional MACD/Stochastic confirmation. Entries are taken only in alignment with GannFan direction. The system uses ATR-based SL/TP and optional ATR trailing, with spread/ATR filters, daily and order limits, and a margin-controlled position sizer to reduce error 134.
Core Logic
Trend direction from Fast/Slow EMA (21/50 by default)
Pullback filter using RSI bands to avoid chasing
Strength confirmation from ADX (user threshold)
Optional confirmations from MACD or Stochastic (ANY/ALL mode)
Trades only in the direction of the GannFan
ATR-based SL/TP, optional trailing on new-bar
Risk & Ex*****on Controls
SL/TP calculated from ATR and placed at order entry
Optional ATR trailing with legality checks
Spread filter and ATR/Spread ratio gate to avoid wide/low-volatility markets
Cap on daily loss, total orders, consecutive losses, and open trades
Margin-Guard reduces volume if margin is insufficient, limiting platform error 134
Operating Parameters
Supports fixed lots or % risk sizing using SL in points
New-bar engine option to reduce noise ex*****on
Minimal interfacing; only GannFan rendering on chart
Complies with Market rules (no DLL/WebRequest, strict mode, quiet logs)
Notes
Best suited to liquid pairs or ECN/RAW conditions with stable VPS
Performance varies with spread, volatility regime, and ex*****on quality
Optional confirmations can increase selectivity in unstable or flat markets
The EA may self-filter when spreads widen or ATR becomes too low
Disclaimer
Trading is risky and no profit is guaranteed. Results depend on market conditions, fees, spreads, slippage, and user settings. Test before live use.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

ENGLISH DESCRIPTION (MQL5 Standard Optimized)Product Name: Inferno Storm v1.7 Final (MT4)[Subtitle: M15 Scalper | Supert...
21/12/2025

ENGLISH DESCRIPTION (MQL5 Standard Optimized)
Product Name: Inferno Storm v1.7 Final (MT4)
[Subtitle: M15 Scalper | Supertrend & Donchian | Broker-Safe Ex*****on]
Introduction Inferno Storm v1.7 is a specialized M15 Scalping System developed specifically for MetaTrader 4 (MT4). It addresses the most common pain point for MT4 traders: Ex*****on Errors. By implementing a "Market-Safe" architecture, this EA eliminates Error 130 (Invalid Stops) and Error 131 (Invalid Volume), ensuring your strategy runs smoothly on any ECN/Raw Spread broker.
Trading Strategy (Triple-Lane Logic) The system employs a sophisticated 3-layer validation process:
Trend Filter: Uses Supertrend (ATR 10, Mult 2.5) to define the primary direction. It never trades against the trend.
Lane A (Breakout): Captures volatility expansion via Donchian Channel breakouts.
Lane B (Pullback): Enters on value price pullbacks to the EMA(20) zone, confirmed by MACD momentum shifts.
Key Features
Market-Safe Ex*****on:
Sends orders with SL/TP=0 first to guarantee ex*****on.
Immediately modifies the order to apply precise Stop Loss/Take Profit.
Automatically checks StopLevel and FreezeLevel to prevent broker rejection.
Fireshield Protection: An automated circuit breaker. If the Daily Loss Limit (DailyLossLimitUsd) is hit, the EA activates a "Cooldown" period (pauses trading) to prevent revenge trading spirals.
USD-Based Targets: Define your risk in Dollars. Set TpUsd and SlUsd directly. The EA handles the point conversion logic.
Seasonality Forecast: Analyzes hourly volatility over the last 45 days (ForecastLookbackDays) to avoid trading during "dead" or chaotic hours.
Recommendations
Timeframe: M15.
Symbols: Major Pairs (EURUSD, GBPUSD), Gold (XAUUSD).
Account Type: ECN or Raw Spread accounts are highly recommended.
Minimum Balance: $100 for 0.01 lots.
Input Parameters Please check the following settings to customize the EA:
=== TARGETS (USD) ===
UseUsdTargets: Enable Dollar-based exits.
TpUsd / SlUsd: Profit and Loss targets in account currency.
=== STRATEGY ===
ST_ATR_Period: Supertrend settings.
Donchian_Length: Breakout sensitivity.
=== SAFETY ===
UseFireshield: Enable daily loss protection.
DailyLossLimitUsd: Max allowed loss per day.
MaxSpreadPoints: Spread filter (Increase for Crypto/Gold).
Installation Guide
Download the .ex4 file to your MQL4\Experts folder.
Restart MT4 and drag the EA onto an M15 chart.
Important: Check "Allow Live Trading" in the Common tab.
Set your DailyLossLimitUsd to protect your capital.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

(EN) Description Permafrost Sentinel Cryostasis AI-Lite (MT4)Permafrost Sentinel is an M15 multi-mode scalper with an ic...
21/12/2025

(EN) Description
Permafrost Sentinel Cryostasis AI-Lite (MT4)
Permafrost Sentinel is an M15 multi-mode scalper with an ice-core mindset: it freezes market noise, keeps discipline cold and hard, and releases trades only when conditions meet its “freeze point”. It auto-shifts between Trend / Squeeze / Mean-Revert, executes Market-safe (enter with SL/TP = 0, then apply exact USD SL/TP only when Stop/Freeze constraints are valid), scales risk by signal quality, offers a single-switch ATR trailing, profit-only pyramiding, and an IceShield that pauses trading on daily-loss or thermal-shock (ATR-bps) spikes.
1.Operating mechanics (ice-crafted)
Three engines:
Trend (Supertrend + Donchian + EMA/ATR slope + MACD), Squeeze (Bollinger BandWidth percentile), Mean-Revert (mid-band + RSI).
Health gate: minimum ADX, safe B*W window, bounded ATR in bps, plus hourly seasonality; ATR-bps spikes trigger Cryostasis to protect discipline.
Broker-friendly ex*****on:
Anti-131 (lot-step normalization + pre-send margin check), Anti-130/133/136 (modify stops only when valid), USD SL/TP with ATR fallback, instant ATR trailing switch.
Position intent: Pyramiding only in profit, ATR-spaced, with reduced add-on risk vs the base.
2.Why traders choose it
Market-ready stability with Stop/Freeze-validated SL/TP.
True regime awareness across Forex / XAU / Crypto.
Risk that tracks the edge: higher signal → larger risk slice; weaker edge → automatic contraction.
Lean footprint on M15, easy portfolio scaling, no Martingale/Grid/Hedge.
3.Quick start
TF: M15 · Env: ECN/raw spreads, VPS < 50 ms · Symbols: Majors, XAUUSD, liquid crypto · Risk: ~1%/trade; disable trailing for fixed USD TP/SL.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

Description (English)Emerald Jungle BandMaster (EJBM) v2.8.7 is an MT4 M15 expert advisor that trades trend pullbacks, s...
21/12/2025

Description (English)
Emerald Jungle BandMaster (EJBM) v2.8.7 is an MT4 M15 expert advisor that trades trend pullbacks, squeeze breakouts, and mean-reversion setups. It applies strict ex*****on discipline through a TP/SL sealing mechanism: after entry, TP is never modified, and SL may only change if the trailing module is enabled. This reduces broker conflicts and preserves the initial risk–reward logic.
Trade Logic
The EA evaluates market conditions once per bar (or instant mode) and may enter:
Trend pullback after a volatility band touch and continuation
Squeeze breakout after Bollinger Bandwidth contraction with momentum confirmation
Mean-reversion rebalancing in flat markets
Ex*****on Discipline
Trailing ON: SL can ratchet upward; TP remains fixed
Trailing OFF: neither TP nor SL is modified after entry
Risk Management
Includes daily loss cap, cooldown after consecutive losses, temporary risk reduction during volatility spikes, and the ability to pause trading when limits are reached.
Position Management
Fixed lot or percent risk sizing with USD-defined SL
Break-even, partial close, ladder exits, and time-based close
No grid, no martingale, no forced hedge (two-sided entries are optional only)
Pre-Trade Filters
Spread limit, ATR and Bollinger Bandwidth thresholds, minimum data, session rules, and Friday cutoff. Optional H1 EMA confirmation to avoid counter-trend trades.
Recommended Setup
M15; major FX pairs, XAUUSD, liquid indices/CFDs. Use a stable VPS (

(EN) Description Product Name: Crimson Volcanic Overlord MT5 – Institutional Volatility Breakout System[Subtitle: Advanc...
21/12/2025

(EN) Description
Product Name: Crimson Volcanic Overlord MT5 – Institutional Volatility Breakout System
[Subtitle: Advanced Trend Following | Strict Risk Management | Non-Martingale Architecture]
EXECUTIVE SUMMARY Crimson Volcanic Overlord is an algorithmic trading solution engineered on the principles of Volatility Breakout logic. Unlike strategies that attempt to predict reversals in ranging markets, this Expert Advisor (EA) identifies periods of price consolidation and executes trades only when a high-momentum trend is confirmed.
Developing with a "safety-first" philosophy, this system is optimized for traders and proprietary trading firms seeking consistent growth without exposure to ruinous risks like Grid or Martingale strategies.
KEY FEATURES
1. Precision Breakout Strategy The core logic combines Keltner Channels with the Average Directional Index (ADX). The EA filters out market noise and executes orders only when price breakout aligns with volatility expansion. This methodology significantly reduces the drawdown associated with false breakouts.
2. Institutional-Grade Money Management The system features a built-in Position Sizer based on fixed USD risk. Traders no longer need to manually calculate lot sizes.
Mechanism: Input your maximum risk per trade (e.g., $50). The EA automatically calculates the precise trade volume based on the Stop Loss distance, ensuring strict adherence to your risk profile.
3. Safety Protocol (No Grid, No Martingale) Crimson Volcanic Overlord strictly avoids dangerous recovery methods. Every trade is independent, protected by a hard Stop Loss and Take Profit at the moment of ex*****on. This ensures the strategy is compliant with the rules of most major Prop Firms.
4. ATR-Based Trailing Stop To capture the maximum potential of a trend, the EA employs a dynamic Trailing Stop adjusted by the Average True Range (ATR). This allows the trade to "breathe" during minor retracements while locking in profits as the trend extends.
OPERATIONAL LOGIC
Trend Filter: Analyzes the long-term EMA to determine the dominant market direction.
Consolidation Detection: Monitors Keltner Channels to identify low-volatility squeeze zones.
Ex*****on Trigger: Buys/Sells only when price breaks the channel structure AND ADX confirms trend strength (Default > 25).
Exit Strategy: Positions are closed via Take Profit or the dynamic ATR Trailing Stop.
RECOMMENDED PARAMETERS
Timeframes: M15, M30, H1, H4.
Symbols: Major Forex Pairs (GBPUSD, EURUSD), Gold (XAUUSD), and Indices (US30, NAS100).
Key Inputs:
InpUseRiskUSD: Set to 'true' for automated risk calculation.
InpRiskUSD: Defined risk amount per trade in account currency.
InpRewardRatio: Risk-to-Reward Ratio (Default 2.0).
InpTradeComment: Custom comment for trade tracking.
CONCLUSION Crimson Volcanic Overlord offers a transparent, logical, and disciplined approach to algorithmic trading. It is designed for longevity and sustainability, prioritizing capital preservation alongside capital growth.
🛡️ AUTHOR & COPYRIGHT
✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2025. All algorithms and designs are the proprietary intellectual property of Astracodewolf.

Address

Hochiminh City
Ho Chi Minh City
70000

Alerts

Be the first to know and let us send you an email when Astracodewolf ACW posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share