IRON_CORE_V2_SUPREMACY – MT5 EA STRATEGY SPECIFICATION STRATEGY LOGIC: 1. ENTRY RULES: - Strategy is based on Envelope indicator logic (crossing or bouncing from bands). - Entry is confirmed with ATR-based volatility filter. - Buy entry when price breaks above the upper Envelope band under bullish momentum. - Sell entry when price breaks below the lower Envelope band under bearish momentum. 2. TRADE FILTERS: - ATR filter: Trade only when market volatility is high enough. - One-trade-per-trend logic: No stacking trades in the same direction until the current one closes. 3. LOT SIZE: - Risk per trade: 15% of current account equity. - The lot size should be dynamically calculated. 4. EXIT STRATEGY: - Stop Loss and Take Profit based on ATR multiplier (to be optimized if needed). - Trailing Stop activates after trade is in profit. 5. TRADE LIMITS: - Only one trade per symbol per direction at a time. - Auto-close trades on SL or TP. - No reverse trades until previous one is closed. 6. SYMBOLS AND TIMEFRAMES (EA should be locked to these only): - US30 (3H, 1W) 7. ADDITIONAL FEATURES: - One-trade-per-trend logic - ATR filter for volatility confirmation - Trailing stop system - Equity-based lot sizing (15%) - License expiration: 2 years from activation NOTES: - This EA is based on a Pine Script version named IRON_CORE_V2. - Developer should ensure no errors on compilation and live trading compatibility. - EA must function correctly in MT5 environment only.