AurumIQ EA
- Эксперты
- Kgotlaetsile R Mabote
- Версия: 1.0
- Активации: 10
AurumIQ EA is a low-risk grid expert advisor designed specifically for XAUUSD (Gold). It uses a disciplined, rule-based approach to recover from small drawdowns and lock in consistent profits without aggressive martingale, making it suitable for cautious traders.
Key Advantages
-
Built-in Drawdown Protection — Hard equity drawdown limit closes all trades instantly if risk exceeds your set percentage, guarding against account blowouts.
-
Displacement-Based Entries — Trades only open after a clear bullish or bearish candle sequence, avoiding false signals and sideways markets.
-
Dynamic Grid Spacing — Grid steps are calculated from real-time Average True Range (ATR), adapting automatically to current market volatility.
-
Basket Take Profit — Closes the entire group of trades as soon as the combined profit reaches a USD target, turning small individual wins into reliable baskets.
-
Magic Number Isolation — All positions carry a unique identifier, so the EA never interferes with manual trades or other EAs on the same symbol.
-
Resource-Efficient — Indicators are created once and reused, and grid steps recalculate only on new bars, keeping CPU usage minimal.
How It Works
-
When no position exists, the EA waits for an ICT-style “displacement” candle on the M15 chart — a strong bullish or bearish move.
-
Once a signal appears, it opens the first trade with StartLot .
-
If price moves against the trade by one ATR-based grid step, it adds another trade with a slightly larger lot ( LotMultiplier ).
-
The process repeats up to MaxTrades times.
-
As soon as the total profit of all open trades reaches BasketTP_USD , everything is closed together.
-
All activity stops immediately if the floating drawdown hits MaxDrawdownPercent .
Input Parameters
| Parameter | Description |
|---|---|
| StartLot | Volume of the first trade (e.g., 0.01 for a $1000 account). Adjust according to your balance and risk tolerance. |
| LotMultiplier | Multiplier for each subsequent grid level. 1.3 means the second trade will be 0.013, the third 0.0169, etc. |
| MaxTrades | Maximum number of simultaneous trades in the grid. Limits total exposure. |
| BasketTP_USD | Combined profit target in account currency; once reached, all trades are closed. |
| MaxDrawdownPercent | Maximum allowed floating drawdown (balance‑equity as % of balance). Breach triggers emergency close of all positions. |
| ATR_Period | Period for the ATR indicator that controls dynamic grid spacing. |
| ATR_Multiplier | Factor to multiply ATR by, determining distance between grid trades. Higher = wider spacing. |
| Slippage | Maximum allowed price slippage in points for order execution. |
| MagicNumber | Unique identifier for EA‑opened positions; change this if you run multiple copies on the same instrument. |
