Aurora Pulse Stop
- Uzmanlar
- Twin Fitersya
- Sürüm: 1.90
- Etkinleştirmeler: 20
AURORA PULSE STOP is an automated trading system developed for MetaTrader 5 (MT5), specifically optimized for Netting accounts. Its core strategy is designed to "hunt" price breakouts by placing Buy Stop pending orders at a specific distance from the current market price.
1. Core Trading Strategy
The EA follows a Trend-Following/Breakout logic:
-
Order Type: It strictly uses Buy Stop orders. It anticipates that if the price reaches a certain high, it will continue to move upward.
-
Execution Trigger: It operates on a New Bar basis. This means it only calculates and places new orders when a new candle opens on your selected timeframe (e.g., H1 or D1), which prevents the EA from "spamming" the server with orders on every price tick.
-
Distance Logic: Orders are placed at a predefined distance ( DistancePoints ) above the current Ask price.
2. Key Technical Features
A. Smart Money Management
The EA includes an advanced Auto-Lot system:
-
It calculates the lot size based on a fixed percentage of your total Equity ( RiskPercent ).
-
Margin Protection: Before sending an order, the EA checks if your account has enough Free Margin. If the balance is too low to support the calculated lot size (a common issue with Gold/XAUUSD), the EA will automatically attempt to scale down the lot size or prevent the trade to avoid "Not Enough Money" errors.
B. Risk Control & Netting Logic
-
One Trade Only: Specifically designed for Netting accounts, the EA ensures that only one position is active at a time. If a position is already open, it will automatically delete any remaining pending orders to prevent over-exposure.
-
Strict Volume Normalization: It automatically rounds the lot size to match the broker's specific "Lot Step" (e.g., 0.01). This prevents "Invalid Volume" errors.
C. Trade Protection (Trailing Stop)
To lock in profits while the trade is active, the EA uses a Trailing Stop:
-
Trail Start: Once the price moves into profit by a certain number of points, the Stop Loss is moved to break-even or better.
-
Trail Step: As the price continues to rise, the Stop Loss follows the price at a set interval, protecting your gains from sudden reversals.
D. Operational Safety (Market Hours)
The EA includes a Time Filter to handle the "Market Closed" errors often seen in Gold trading:
-
It only places or modifies orders during specific Start and End hours.
-
It avoids the "Rollover" period (usually around 23:00 server time) when spreads are high and brokers often disable trading.
3. Parameters Summary (Input Table)
| Parameter | Description |
| RiskPercent | Percentage of equity to risk per trade. |
| DistancePoints | Jarak (points) from current price to the Buy Stop order. |
| StopLossPoints | The safety net; distance where the trade will close if it goes wrong. |
| TakeProfitPoints | The target; distance where the trade will close with profit. |
| TrailStart / Step | Settings for the moving Stop Loss to protect profits. |
| Start / End Hour | The "Safe Zone" for trading to avoid market closing errors. |
4. Conclusion
The Aurora Zenith Hunter is a robust, "set-and-forget" style EA. It is built to be "broker-friendly" by respecting margin limits, volume steps, and market hours, making it highly suitable for high-volatility assets like XAUUSD (Gold) and major forex pairs like EURUSD.
