EA Phoenix Apex MT4
- エキスパート
- バージョン: 1.6
- アクティベーション: 10
<h1 style="text-align:center; color:#1F3864;">EA Phoenix Apex</h1>
<p style="text-align:center; color:#2E74B5;"><em>Expert Advisor for MT4 & MT5 | XAUUSD Specialist</em></p>
<p style="text-align:center; color:#888888;">Adaptive Grid + Intelligent Market Filters</p>
<hr/>
<h2 style="color:#1F3864;">Strategy</h2>
<p>EA Phoenix Apex is an advanced Grid + Martingale Expert Advisor built for XAUUSD, available for both MT4 and MT5. It builds on the proven core of EA Phoenix Ultra and adds three intelligent adaptive systems:</p>
<ul>
<li><strong>ATR Dynamic Step</strong> — Adjusts grid spacing based on daily ATR volatility. Wider steps in volatile markets, tighter steps in quiet ones.</li>
<li><strong>EMA Trend Filter</strong> — Uses EMA 50/200 crossover to detect trend direction. Opens new cycles only when the market direction is confirmed.</li>
<li><strong>ATR Risk Stop</strong> — Detects ATR spike vs. 20-bar average. Auto-pauses all new entries during news events and volatility spikes.</li>
</ul>
<ul>
<li>Conservative Grid + Martingale with intelligent adaptive step</li>
<li>Hard SL Money Protection (5% of balance per cycle)</li>
<li>Average-price TP calculation for smarter exits</li>
<li>Distance + Bar Close noise filter (End Bars ON/OFF)</li>
<li>Flexible usage — 24/7 VPS or manual session-based operation</li>
<li>Supports both MT4 and MT5</li>
</ul>
<hr/>
<h2 style="color:#1F3864;">How It Works</h2>
<h3 style="color:#2E74B5;">Order Logic</h3>
<ul>
<li>Selectable Order Mode: AUTO-BOTH / AUTO-BUY Only / AUTO-SELL Only</li>
<li>Buy and Sell grids run independently</li>
<li>Lot size fully customisable per grid level (lot_1 through lot_50)</li>
<li>Maximum 50 orders per direction</li>
<li>Hard Stop Loss — SL Money protection (default -5,000 USC)</li>
<li>Recommended for Cent accounts</li>
</ul>
<h3 style="color:#2E74B5;">ATR Dynamic Step</h3>
<p>Calculates daily ATR and applies a multiplier to derive effective grid step, clamped between MinStep and MaxStep.</p>
<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse; width:100%;">
<tr style="background-color:#1F3864; color:#ffffff;"><th>Parameter</th><th>Default</th><th>Description</th></tr>
<tr><td><strong>ATR Dynamic Step</strong></td><td>ON</td><td>Enable / Disable</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>ATR Step Period</strong></td><td>20 (D1)</td><td>ATR lookback period</td></tr>
<tr><td><strong>ATR Multiplier</strong></td><td>0.10</td><td>Step = (ATR / Point) × Multiplier</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>Min Step</strong></td><td>500 pts</td><td>Floor for grid spacing</td></tr>
<tr><td><strong>Max Step</strong></td><td>1,000 pts</td><td>Ceiling for grid spacing</td></tr>
</table>
<h3 style="color:#2E74B5;">EMA Trend Filter</h3>
<p>Uses EMA 50 and EMA 200 on a user-selected timeframe. New cycles open only when price and EMA alignment confirm the trend. NEUTRAL conditions = no new cycle.</p>
<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse; width:100%;">
<tr style="background-color:#1F3864; color:#ffffff;"><th>Parameter</th><th>Default</th><th>Description</th></tr>
<tr><td><strong>AUTO Trend Filter</strong></td><td>ON</td><td>Enable / Disable</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>EMA Fast</strong></td><td>50</td><td>Fast EMA period</td></tr>
<tr><td><strong>EMA Slow</strong></td><td>200</td><td>Slow EMA period</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>Trend TF</strong></td><td>H1 (60)</td><td>Timeframe for EMA calculation</td></tr>
</table>
<h3 style="color:#2E74B5;">ATR Risk Stop</h3>
<p>Compares current ATR vs. 20-bar rolling average. If current ATR exceeds the average × multiplier, all new entries pause until volatility normalises. Open orders continue to be managed normally.</p>
<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse; width:100%;">
<tr style="background-color:#1F3864; color:#ffffff;"><th>Parameter</th><th>Default</th><th>Description</th></tr>
<tr><td><strong>Risk Stop Enable</strong></td><td>ON</td><td>Enable / Disable</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>ATR Risk Period</strong></td><td>14</td><td>ATR lookback period</td></tr>
<tr><td><strong>ATR Risk Mult</strong></td><td>2.0</td><td>Spike threshold multiplier</td></tr>
</table>
<hr/>
<h2 style="color:#1F3864;">MT4 vs MT5</h2>
<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse; width:100%;">
<tr style="background-color:#1F3864; color:#ffffff;"><th>Feature</th><th>MT4</th><th>MT5</th></tr>
<tr><td><strong>Order functions</strong></td><td>OrderSend / OrderClose</td><td>CTrade (MQL5 library)</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>Filling mode</strong></td><td>Broker server</td><td>Auto-detected (FOK / IOC / Return)</td></tr>
<tr><td><strong>Hedging</strong></td><td>Native</td><td>Requires Hedging account</td></tr>
<tr style="background-color:#f2f2f2;"><td><strong>Backtest</strong></td><td>Strategy Tester MT4</td><td>Strategy Tester MT5 (tick data)</td></tr>
</table>
<p><strong>Important (MT5):</strong> Ensure your account is set to Hedging mode. Netting accounts do not support simultaneous Buy and Sell positions.</p>
<hr/>
<h2 style="color:#1F3864;">Trading Recommendations</h2>
<h3 style="color:#2E74B5;">Gold (XAUUSD) — Primary Instrument</h3>
<p>Designed and optimised for XAUUSD. Gold has a long-term upward bias — the EMA Trend Filter aligns the EA's cycle direction with the prevailing trend.</p>
<ul>
<li><strong>Recommended mode:</strong> AUTO-BUY or AUTO-BOTH with Trend Filter ON</li>
<li><strong>Recommended setup:</strong> Run EA on M1, Trend Filter timeframe on H1</li>
</ul>
<hr/>
<h2 style="color:#1F3864;">Live Performance (for reference only)</h2>
<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse; width:100%;">
<tr style="background-color:#1F3864; color:#ffffff;"><th>Metric</th><th>Value</th></tr>
<tr><td>Monthly Return (est.)</td><td>~7–9%</td></tr>
<tr style="background-color:#f2f2f2;"><td>Max Drawdown</td><td>< 5% (Hard SL protected)</td></tr>
<tr><td>Account Type</td><td>Cent Account</td></tr>
<tr style="background-color:#f2f2f2;"><td>Broker</td><td>Exclusive Markets</td></tr>
<tr><td>Leverage</td><td>1:500</td></tr>
<tr style="background-color:#f2f2f2;"><td>Instrument</td><td>XAUUSD</td></tr>
</table>
<hr/>
<h2 style="color:#1F3864;">Minimum Capital Requirements</h2>
<table border="1" cellpadding="6" cellspacing="0" style="border-collapse:collapse; width:100%;">
<tr style="background-color:#1F3864; color:#ffffff;"><th>Level</th><th>Capital (USC)</th><th>Hard SL Trigger</th><th>Approx. USD</th></tr>
<tr><td>Minimum</td><td>30,000 USC</td><td>-1,500 USC</td><td>~$300</td></tr>
<tr style="background-color:#D6E4F7;"><td><strong>Recommended</strong></td><td><strong>100,000 USC</strong></td><td><strong>-5,000 USC</strong></td><td><strong>~$1,000</strong></td></tr>
<tr><td>Standard Account</td><td>Not recommended</td><td>Lot sizing not optimised</td><td>—</td></tr>
</table>
<p><em>Note: 100,000 USC ≈ $1,000 USD. Cent accounts allow precise lot control at lower risk.</em></p>
<hr/>
<h2 style="color:#1F3864;">Before You Go Live</h2>
<p>We strongly recommend running a backtest before going live:</p>
<ul>
<li>Find Lot size, Step, and SL settings that match your risk tolerance</li>
<li>Verify EMA Trend Filter behaviour on your chosen timeframe</li>
<li>Confirm ATR Dynamic Step ranges suit current market volatility</li>
<li>Understand ATR Risk Stop behaviour during high-impact news events</li>
<li>Build confidence before committing real capital</li>
</ul>
<p><strong>Only go live once you are satisfied with the backtest results and fully understand the system's behaviour.</strong></p>
<hr/>
<p><em>Risk Disclaimer: Using an Expert Advisor involves risk. Users should study and backtest thoroughly before making any trading decisions. Past performance does not guarantee future results.</em></p>
<p style="text-align:center; color:#2E74B5;">Contact: Finnnovate FX Thailand | Line OA: @finnnovate | finnnovate.com</p>
