Three 3 true Mt5 EA The best
- エキスパート
- バージョン: 4.40
- アクティベーション: 20
🎯 3 TRUE EA — Envelopes Zone Sniper with Self-Stretching Trailing
Price spends most of its life inside the Envelopes channel — 3 True EA hunts it at the edges, stacks a burst of precision entries, and lets winners run with a trailing stop that stretches as profit grows.
add Envelopes indicator from free then trend indicator list then add ea
📌 The Strategy
The EA plots an Envelopes channel (SMA ± deviation) and defines two reaction zones:
- SELL ZONE — price between the middle line and the upper band: the market is stretched up, so the EA sells the pullback.
- BUY ZONE — price between the middle line and the lower band: the market is stretched down, so the EA buys the dip.
When price enters a zone, the EA fires a shot — a rapid burst of up to 10 entries. Up to 3 shots per direction can stack during a sustained move, giving you a full position ladder exactly where the statistics of the channel favor a snap-back.
Everything is event-driven: a millisecond management loop watches the market even when ticks go quiet.
🏆 Trade Management That Adapts
- Self-Stretching Trailing — this is the heart of the EA. Once a trade banks the minimum profit, the trailing stop activates at a fixed distance and then stretches — the further profit climbs above the target, the wider the trail follows, protecting more and more of the gain while never choking the move. No other indicator, no repainting: pure price action.
- Per-trade targets — each position is closed automatically at Max_Profit_Per_Trade , or trailed out from Min_Profit_Per_Trade upward.
- Basket money target — when the open basket reaches Target_Total_Profit (default $300), every profitable trade is closed and the EA stands down.
🛡️ Protection Built In — Not Bolted On
Most multi-entry EAs are margin bombs. This one was engineered to survive:
- Hard Stop Loss on every position at entry (percent of price) — a broker-side safety net that exists even if your VPS dies.
- Equity Guard — if floating drawdown reaches your limit (default 20%), the EA closes everything and halts. It will always act before the broker's stop-out can.
- Margin Cap — the EA measures the margin of its own positions against equity and simply opens fewer trades when a symbol is expensive (yes, gold included).
- Smart Volume — lot size is automatically normalized to each symbol's minimum, maximum and step, and shrunk to fit free margin. Works out of the box on EURUSD and XAUUSD alike.
- Fail-safe order logic — rejected orders trigger cooldowns, never infinite retry loops; margin is checked before every send.
- Account-type aware — designed for hedging accounts; on netting accounts the burst simply aggregates into one position and the EA keeps managing it correctly.
⚙️ Key Features
✔ Envelopes zone entries — no martingale, no grid-into-oblivion, no averaging losers ✔ Burst entries with per-direction shot limits and cooldowns ✔ Unique stretch trailing that widens with profit ✔ Money-based targets in account currency — same logic on any deposit size ✔ Equity drawdown guard + margin cap + hard SL = three independent safety layers ✔ Auto volume adaptation to any symbol and any broker ✔ Idle-time fallback entry keeps the EA active on quiet symbols ✔ Clean, commented MQL5 code, single-symbol, fully autonomous after target hit (optional self-removal)
