Aurum D1 Breakout Lyra
- Experts
- Versione: 1.0
- Attivazioni: 5
# Aurum D1 Breakout Lyra
Aurum D1 Breakout Lyra is a MetaTrader 4 expert advisor built for XAUUSD on the D1 timeframe.
It focuses on slower daily breakout entries with momentum confirmation and ATR-based trade management. The current package keeps the rules transparent: pending stop entries, fixed-lot defaults, and broker-side validation before production use.
## Highlights
- Platform: MetaTrader 4
- Instrument profile: XAUUSD
- Recommended chart: D1
- Broker profile: Dukascopy MT4
- Entry style: pending buy stop and sell stop orders
- Initial risk model: ATR-based stop loss and profit target
## Strategy Profile
Aurum D1 Breakout Lyra is a rules-based breakout system. It looks for volatility expansion in standard deviation, confirms direction with MACD main vs signal, uses Bears Power to qualify long setups, uses Bulls Power to qualify short setups, and deploys pending buy stop and sell stop orders.
The current build uses:
- StdDev expansion filter
- MACD main vs signal confirmation
- Bears Power filter for long setups
- Bulls Power filter for short setups
- Range-based breakout offset
- New-bar evaluation only
- ATR-sized stop loss and profit target
- Fixed Exit After Bars control
- Signal-based market exit
- Pending-order expiration handling
## Risk And Trade Management
The default money-management mode is fixed lot size, starting at `0.1` lots. The safest starting point is to keep that default and validate behavior on demo or a small live account first.
Initial stop loss and take profit are scaled from ATR using `StopLossCoef1 = 1.8` and `ProfitTargetCoef1 = 2.5`. That keeps risk sizing tied to the current volatility regime instead of one fixed pip distance.
Additional platform-level controls exist for operational risk handling: Weekend trading restriction, End-of-day exit, Signal time range filter, Max distance from market price, and Max trades per day limit. Most of those controls are disabled in the current version.
## Recommended Use
This build was generated and backtested on `XAUUSD / D1`, `2020.01.01 - 2025.02.25`, so that is the primary supported setup for the current version.
Recommended starting workflow:
1. Attach Aurum D1 Breakout Lyra to a `XAUUSD` D1 chart.
2. Keep the default lot size and review the main risk inputs first.
3. Confirm broker contract settings, spread behavior, and order-distance rules.
4. Forward test before using the EA in production.
5. Recheck Dukascopy MT4 terminal settings before each live deployment.
## Key Inputs
- `MagicNumber`: magic number
- `mmLots`: fixed lot size
- `StopLossCoef1`: atr stop-loss multiplier
- `ProfitTargetCoef1`: atr profit-target multiplier
- `OpenBarDelay`: open-bar delay in minutes
The remaining internal parameters tune the current trend, volatility, and momentum model. Advanced users can optimize them, but the shipped defaults are intended to preserve the tested structure of this version.
## Notes
Aurum D1 Breakout Lyra is a slower breakout/trend expert advisor, not a martingale, grid, or high-frequency scalper.
No profitability claim is made by this listing. Use proper risk control, validate on your broker, and treat the current version as a systematic execution tool for the included ruleset rather than a forecast of future results.
