AegisGold EA6
- Experts
- Versione: 4.40
- Attivazioni: 5
AegisGold V4.4 - Product Description (MQL5 Market Compliant)
## Short Description
Professional XAUUSD EA with multi-factor resonance scoring, 3-tier exit architecture (breakeven + partial TP + chandelier trailing), news filtering, and ATR-based risk management.
## Full Description
### Overview
AegisGold is a professional-grade Expert Advisor designed specifically for XAUUSD (Gold) trading. It utilizes a **multi-factor resonance scoring system** that evaluates multiple technical indicators simultaneously to identify high-quality entry signals, rather than relying on single-indicator triggers.
Version 4.4 introduces a streamlined **3-tier exit architecture** based on industry classic trend-following strategies, eliminating redundant exit mechanisms for cleaner logic and better profit capture.
### Core Strategy: Resonance Scoring
Instead of simple indicator crossover signals, AegisGold calculates a weighted **resonance score (0-100)** from multiple factors including:
- Moving Average alignment and slope
- MACD momentum and divergence
- RSI overbought/oversold conditions
- Bollinger Band positioning
- Volatility regime detection
- Dollar Index correlation
- VIX sentiment analysis
When the resonance score exceeds the configurable threshold, a trade is initiated. Higher thresholds produce fewer but higher-quality signals; lower thresholds increase frequency at the cost of selectivity.
### Entry System
- **Resonance Score Filtering**: Only enters when multiple factors align (configurable threshold)
- **Signal Confirmation** (optional): Requires anchor-point validation before entry
- **Anti-Contradiction Filter** (optional): Blocks entries when indicators conflict
- **News Filter**: Pauses trading around high-impact and medium-impact economic events
- **Session Awareness**: Time-of-day weighting (not hard-blocking) for optimal entry timing
### Exit System (V4.4 3-Tier Architecture)
Clean, non-conflicting exit logic designed for maximum profit retention:
**Tier 1 - Partial Take-Profit (532 Rule)**:
- Secures 50% of position at 1.0 ATR profit
- Secures additional 30% at 2.0 ATR profit
- Remaining 20% runs with full trailing for extended moves
**Tier 2 - Break-Even Protection**:
- Moves SL to entry + 0.2 ATR buffer once 0.5 ATR profit is reached
- Ensures winning trades never turn into losers
- Research-backed: 0.5R breakeven cuts max drawdown by 50%
**Tier 3 - Chandelier Trailing Stop**:
- Core trailing mechanism using 22-period highest high / lowest low
- 2.0 ATR distance from extreme price
- Only moves in profit direction — never widens
- Captures trending moves while protecting accumulated profits
### Additional Risk Features
- **Stealth Stop-Loss** (optional): Virtual SL/TP invisible to brokers, managed internally by the EA
- **Daily Profit Target**: Stops opening new positions after daily profit goal is achieved
- **Weekend Protection**: Closes or prevents positions before weekend market close
- **News Event Filtering**: Pauses trading during high-impact news events
### Risk Management
- **ATR-Based Position Sizing**: Risk per trade is calculated dynamically based on current volatility
- **Configurable Risk Per Trade**: Adjust exposure from conservative to aggressive
- **Maximum Lot Size Cap**: Prevents oversized positions regardless of account equity
- **Drawdown Protection**: Monitors and responds to adverse account conditions
- **Max Positions Limit**: Controls total exposure with decreasing lot sizes for add-on entries
### Key Features
- Compatible with any broker offering XAUUSD (auto-detects symbol suffix)
- Real-time dashboard panel on chart showing score, positions, and system status
- All parameters are externally configurable — no source code modification needed
- Works on M15 timeframe (recommended)
- Minimum account size: $500 (recommended $1000+)
### Parameter Highlights
| Category | Key Parameters |
|----------|---------------|
| Scoring | ScorePass_Threshold, ResonanceThreshold (Trend/Range/Unknown) |
| Entry | EnableSignalConfirm, EnableAntiContradiction, EnableAggressiveEntry |
| Exit V4.4 | PartialTP_Level1/2, PartialTP_Pct1/Pct2, BreakEvenATRMulti, ChandelierATR |
| Risk | RiskPerTrade, MaxLotSize, MinLotSize, MaxPositions |
| Control | UseDailyProfitTarget, DailyProfitPercent, UseNewsFilter |
| Timing | EnableWeekendProtection, WeekendClosePositions |
### Recommended Settings
- **Conservative**: ScorePass_Threshold=75, RiskPerTrade=0.3%, all filters ON
- **Balanced**: ScorePass_Threshold=70, RiskPerTrade=0.4%, signal confirm ON
- **Active**: ScorePass_Threshold=65, RiskPerTrade=0.5%, optional filters OFF
### What's New in V4.4
- Redesigned 3-tier exit architecture (PartialTP → BreakEven → Chandelier)
- Removed 8 redundant exit mechanisms to eliminate logic conflicts
- Industry-standard 532 partial take-profit rule
- Research-validated 0.5ATR breakeven trigger
- Cleaner code, faster execution, easier to optimize
### Important Notes
- This EA is a tool for traders, not a substitute for trading knowledge
- Always test on a demo account first before using real funds
- Past performance does not guarantee future results
- Trading involves significant risk of loss
- The developer is not responsible for trading losses
### Installation
1. Download and install via MQL5 Market
2. Attach to XAUUSD M15 chart
3. Enable AutoTrading (green button in toolbar)
4. Configure parameters or use default balanced settings
5. Monitor the dashboard panel for system status
