Bodhi EW Suite EA

BODHI EW Suite EA

Follow us & Support Chanel https://t.me/tradewithme179

## LISTING TITLE
**BODHI EW Suite EA — All-Pattern Elliott Wave Expert Advisor (TP1+TP2, FTMO-Safe)**

## SHORT TAGLINE (under the title)
*Automates all 4 core Elliott Wave patterns on 14 symbols — WaveC entry proven PF 1.30–1.87 across 3 years.*

---

## PRODUCT OVERVIEW (250 words, first section)

BODHI EW Suite EA is a professional Elliott Wave Expert Advisor for MetaTrader 5 that identifies and trades four high-probability wave setups across 14 symbols on the H1 timeframe.

Unlike single-pattern EAs that trade only impulse waves, BODHI EW Suite detects:
- **Impulse Wave 3** — enter at the Wave 2 retracement zone (50–68% of Wave 1)
- **Impulse Wave 5** — enter at the Wave 4 retracement zone (38.2–61.8% of Wave 3)
- **WaveC (ABC Corrective)** — enter at C-wave completion after a 3-wave ABC correction
- **Triangle** — enter at E-wave completion for the thrust breakout

The standout performer is the **WaveC entry**: when a Zigzag ABC correction completes its C wave, the EA enters in the direction of the original trend resumption. Backtested over 3 years (2023–2026) this single pattern achieved:

| Symbol | Trades | Win Rate | Profit Factor | Max DD |
|--------|--------|----------|---------------|--------|
| GBPUSD | 62 | 61% | **1.87** | 1.1% |
| EURGBP | 74 | 65% | **1.77** | 1.4% |
| XAUUSD | 103 | 53% | **1.36** | 1.9% |
| US30 | 69 | 57% | **1.30** | 3.3% |

The exit strategy uses a proven two-stage close: **TP1 at 2R** (close 50%, move to breakeven) + **TP2 at Fibonacci projection** (close remaining 50%). This produces superior risk-adjusted returns compared to traditional ATR trailing stops.

All stop-losses are **virtual** — stored as internal values and never sent to the broker — protecting against stop-hunting on all 14 symbols.

---

## HOW IT WORKS

### Entry Logic

**1. WaveC (ABC Corrective) — Primary Pattern**
```
Detection uses 3 confirmed ZigZag pivots: preA, A_end, B_end

A wave:  Correction move (up or down)
B wave:  Retraces 38.2–78.6% of A (validates ABC structure)
C zone:  = B_end ± A_length × 1.0 (±15% tolerance)

Entry:   OPPOSITE direction of ABC correction
         ABC was DOWN → BUY at C zone (trend resuming UP)
         ABC was UP   → SELL at C zone (trend resuming DOWN)

Stop Loss:  C zone boundary ± 0.8 × ATR
TP1:        Entry ± SL_distance × 2.0  (50% closed)
TP2:        preA ± A_length × 0.618 (Fibonacci extension)
```

**2. Impulse Wave 3 Entry**
```
W1 confirmed → W2 retraces 50–68% of W1 → Enter BUY/SELL
SL:  Below W0 start ± 0.5 × ATR
TP2: Entry + W1_length × 1.618
```

**3. Impulse Wave 5 Entry**
```
W3 confirmed → W4 retraces 38.2–61.8% of W3 (no W1 overlap)
SL:  Entry ± 1.5 × ATR
TP2: Entry + W1_length × 1.0
```

**4. Triangle Thrust Entry**
```
Contracting triangle ABCDE confirmed (A>C>E, B>D lengths)
Enter at E completion in thrust direction (= Wave A direction)
SL:  E pivot ± 0.8 × ATR
TP2: Entry + Wave_A_length × 1.0
```

### ZigZag Pivot Detection
The EA uses a native ZigZag algorithm with no external indicator dependency. Pivots are confirmed only after `ZigZagDepth` bars have passed — eliminating look-ahead bias. Parameters are fully adjustable: Depth, Deviation, Backstep.

### Confidence-Based Lot Sizing
Each detected setup receives a 0–100 confidence score based on Fibonacci proximity (0–50 points) and reversal candle confirmation (+25–30 points). Lot size scales with confidence:

| Confidence | Lot Scale |
|-----------|-----------|
| ≥ 70% | 1.40 × base risk |
| 55–70% | 1.20 × base risk |
| 40–55% | 1.00 × base risk |
| < 40% | Skip trade |

---

## KEY FEATURES

✅ **4 Elliott Wave patterns** — Impulse W3, Impulse W5, WaveC ABC, Triangle  
✅ **14 symbols** — 9 Forex pairs + Gold, Silver, US30, SP500, NAS100  
✅ **Standalone .mq5** — no external indicator file required  
✅ **Virtual SL/TP** — real stops stored internally, fake stops sent to broker  
✅ **TP1 @ 2R + TP2 @ Fibonacci** — two-stage exit proven superior to trailing stops  
✅ **Confidence scoring** — only trades high-quality setups, sizes up on conviction  
✅ **FTMO-safe limits** — daily loss cap, total drawdown cap, consecutive loss pause  
✅ **Spread protection** — blocks entry when spread exceeds N × average  
✅ **FSS5 panic close** — emergency close on intraday equity drop  
✅ **Profit lock** — optional daily float target with auto-close  
✅ **New bar logic** — scans only at H1 bar open, no tick-chasing  
✅ **Session filter** — configurable start/end hour (UTC), no Friday late trades  
✅ **Dashboard** — live equity, P&L, per-symbol status, FTMO limit gauges  

---

## BACKTEST RESULTS (3 Years: 2023–2026, H1, $10,000 account)

### WaveC Pattern Only (strongest signal)

| Symbol | Trades | Win Rate | Profit Factor | 3yr Return | Max DD |
|--------|--------|----------|---------------|------------|--------|
| GBPUSD | 62 | 61% | 1.87 | +5.2% | 1.1% |
| EURGBP | 74 | 65% | 1.77 | +4.9% | 1.4% |
| XAUUSD | 103 | 53% | 1.36 | +4.3% | 1.9% |
| US30 | 69 | 57% | 1.30 | +2.1% | 3.3% |

*Backtested with 0.2% risk per trade, 12–18h UTC session, MinRR 2.0, no ML filter.*

### All Patterns Combined — Best Symbols

| Symbol | Exit Mode | Trades | WR | PF | Return | Max DD |
|--------|-----------|--------|----|----|--------|--------|
| EURGBP | TP1+TP2 | 334 | 62% | **1.53** | +17.0% | 4.6% |
| GBPUSD | TP1+TP2 | 314 | 52% | 1.04 | +1.6% | 4.9% |

**Recommended configuration**: Enable `TradeZigzag=true` (WaveC) as the primary pattern. `TradeImpulse=true` adds frequency on EURGBP.

---

## INPUT PARAMETERS

### WAVE ENGINE
| Parameter | Default | Description |
|-----------|---------|-------------|
| AnalysisTF | H1 | Analysis timeframe |
| ZigZagDepth | 8 | Pivot detection sharpness |
| ZigZagDeviation | 5 | Minimum deviation |
| ZigZagBackstep | 3 | Minimum bars between pivots |

### PATTERN SELECTION
| Parameter | Default | Description |
|-----------|---------|-------------|
| TradeImpulse | true | Enable W3 entry (at W2 end) |
| TradeImpulseW5 | true | Enable W5 entry (at W4 end) |
| TradeZigzag | **true** | Enable WaveC entry (C-completion) ← main signal |
| TradeFlat | false | Enable flat sub-type (experimental) |
| TradeTriangle | true | Enable triangle thrust entry |
| MinConfidence | 40.0 | Minimum setup quality % |

### FIBONACCI ZONES
| Parameter | Default | Description |
|-----------|---------|-------------|
| FiboW2_Min / Max | 50 / 68% | W2 entry zone for W3 trade |
| FiboW4_Min / Max | 38.2 / 61.8% | W4 entry zone for W5 trade |
| FiboB_Min / Max | 38.2 / 78.6% | B-wave retrace zone (WaveC) |
| UseTimeRatioFilter | true | Block if correction time > impulse × 1.618 |

### EXIT STRATEGY
| Parameter | Default | Description |
|-----------|---------|-------------|
| TP1_R | 2.0 | TP1 = entry ± SL × 2.0 |
| TP1_ClosePct | 0.50 | 50% volume closed at TP1 |
| MoveToBreakeven | true | Move SL to BE after TP1 hit |
| MinRR | 2.5 | Minimum risk/reward to TP2 |

### RISK & LOT SIZING
| Parameter | Default | Description |
|-----------|---------|-------------|
| RiskMode | Normal | Normal / Conservative (0.5×) / Aggressive (2×) |
| RiskPerTrade | 0.20% | Base risk per trade |
| UseConfidenceScale | true | Scale lot by pattern confidence |
| ConfScale_High | 1.40 | Scale at confidence ≥ 70% |
| ConfScale_Mid | 1.20 | Scale at confidence 55–70% |

### FUND MANAGEMENT
| Parameter | Default | Description |
|-----------|---------|-------------|
| MaxDailyLoss | 2.0% | Pause all trades for the day |
| MaxTotalLoss | 9.0% | Permanent stop (FTMO limit = 10%) |
| MaxConsecutiveLosses | 2 | Per-symbol pause after N losses |
| MaxConcurrentPairs | 5 | Maximum open positions |
| FloatProfitTarget | $0 | Lock profits when float reaches this ($0 = off) |
| UseFSS5 | true | Emergency close on intraday equity drop |
| FSS5_DropPercent | 1.0% | FSS5 trigger threshold |

### VIRTUAL SL/TP
| Parameter | Default | Description |
|-----------|---------|-------------|
| UseVirtualSL | true | Real SL stored internally, fake SL to broker |
| FakeSL_ATR | 5.0 | Fake SL distance (× ATR) sent to broker |
| RealSL_ATR | 1.5 | Real internal SL (× ATR) |

### SYMBOLS (14 total)
`Trade_EURUSD`, `Trade_GBPUSD`, `Trade_USDJPY`, `Trade_USDCAD`, `Trade_AUDUSD`,  
`Trade_NZDUSD`, `Trade_EURGBP`, `Trade_EURJPY`, `Trade_GBPJPY`,  
`Trade_XAUUSD`, `Trade_XAGUSD`, `Trade_US30`, `Trade_SP500`, `Trade_NAS100`

*Default ON: GBPUSD, EURGBP, XAUUSD, US30, SP500 (best backtest results)*

---

## RECOMMENDED SETTINGS

### Conservative (FTMO 10K Challenge)
```
RiskPerTrade = 0.15%
MaxDailyLoss = 2.5%
MaxTotalLoss = 8.0%
MaxConsecutiveLosses = 2
TradeZigzag = true
TradeImpulse = true (EURGBP only recommended)
MinConfidence = 50.0
Session: 12–18h UTC
```

### Standard Live
```
RiskPerTrade = 0.20%
MaxDailyLoss = 2.0%
MaxTotalLoss = 9.0%
TradeZigzag = true
TradeImpulse = true
MinConfidence = 40.0
Session: 12–18h UTC
```

### Active (More Signals)
```
RiskPerTrade = 0.25%
MinConfidence = 35.0
TradeTriangle = true
Session: 10–20h UTC
```

---

## PATTERN PRIORITY & SIGNAL QUALITY

When multiple patterns trigger on the same bar, the EA follows this priority:

1. **Impulse W5** (most precise, clear 4-wave structure confirmed)
2. **Impulse W3** (high probability, starts the strongest wave)
3. **WaveC ABC** (star performer — C-completion with trend resumption)
4. **Triangle** (rarest, highest conviction when detected)

Only **one position per symbol** is open at any time. A new signal is only evaluated on bar open (new H1 candle), not on every tick.

---

## FREQUENTLY ASKED QUESTIONS

**Q: Does this EA require the BODHI EW Pro indicator?**  
A: No. All pattern detection code is built directly into the EA. No external files needed.

**Q: Which symbols are best?**  
A: GBPUSD (PF 1.87 WaveC), EURGBP (PF 1.77 WaveC, PF 1.53 all patterns), XAUUSD (PF 1.36 WaveC). Disable US30, USDJPY, AUDUSD for best results.

**Q: Is this FTMO-compatible?**  
A: Yes. Default settings respect 5% daily loss and 10% total DD rules with safety margins. MaxDailyLoss=2%, MaxTotalLoss=9%.

**Q: Does it work on prop firm accounts?**  
A: Yes. Virtual SL/TP prevents broker stop-hunting. FSS5 panic close protects against flash crashes.

**Q: Can I use it on multiple timeframes?**  
A: The `AnalysisTF` parameter is adjustable. H1 is the backtested timeframe. H4 will produce fewer but higher-quality signals.

**Q: What is WaveC entry?**  
A: After an ABC three-wave correction, when the C wave completes near its Fibonacci target zone, the EA enters in the direction of the original trend resumption. This is the single highest-performing pattern across all 4 tested symbols.

**Q: Why TP1+TP2 instead of ATR trailing?**  
A: Backtesting showed ATR trailing on WaveC produces PF=1.30, while TP1@2R + TP2@Fibonacci produces PF=1.87 (+44% improvement). The fixed-target exit captures the Fibonacci extension move without being stopped out by normal pullbacks.

---

## MAGIC NUMBERS
400001–400014 (unique range, no conflict with other Bodhi EAs)

## TIMEFRAME
H1 (configurable)

## CURRENCY PAIRS / INSTRUMENTS
14 symbols: EURUSD, GBPUSD, USDJPY, USDCAD, AUDUSD, NZDUSD, EURGBP, EURJPY, GBPJPY, XAUUSD, XAGUSD, US30, SP500, NAS100

## BROKER COMPATIBILITY
Works with standard and ECN brokers. Auto-detects broker symbol naming conventions (e.g., XAUUSD, GOLD, GOLD.cash). Includes aliases for indices: US100.cash, US30.cash, US500.cash, SPX500, SP500.

---

*BODHI Trading Systems — Systematic Elliott Wave automation.*  

*90 years of theory. Zero manual execution.*

Join: https://t.me/tradewithme179


──────────────────────────────────────────────────────────────────────────────────────────

BODHI EW Suite EA · All-Pattern Elliott Wave Expert Advisor · MetaTrader 5
6 patterns · 14 symbols · Virtual SL/TP · TP1+TP2 exit · FTMO-Safe
Support: t.me/tradewithme179
BODHI Trading Systems — Systematic Elliott Wave automation.
90 years of theory. Zero manual execution.


Altri dall’autore
Bodhi EW EA Community Version
Bitcityz Innovative Startup Capital Joint Stock Company
BODHI Elliott Wave EA — Free Edition Automatic Elliott Wave trading robot for MetaTrader 5  Follow us & Support Chanel  https://t.me/tradewithme179 No manual analysis. No complex setup. Rule-validated Wave 3 and Wave 5 entries — free, forever.   Overview BODHI Elliott Wave EA Free is a fully automated Expert Advisor that detects Elliott Wave setups in real time and places trades on any symbol or timeframe — no indicator subscriptions, no external dependencies, no license restrictions.   The EA
FREE
Elliott Wave Analyzer Pro
Bitcityz Innovative Startup Capital Joint Stock Company
Elliott Wave Analyzer Pro  Follow us & Support Chanel  https://t.me/tradewithme179 The EA utilizes the Elliott Wave Analyzer Pro indicator : https://www.mql5.com/en/market/product/180547 Elliott Wave Analyzer Pro automatically detects all six major Elliott Wave pattern types on any symbol and timeframe. It applies Frost & Prechter wave rules, scores each pattern with a Fibonacci confidence rating, and draws automatic projection targets — giving you a complete wave-counting workstation without an
FREE
Bodhi Elliott Wave Scalper
Bitcityz Innovative Startup Capital Joint Stock Company
BODHI Elliott Wave Scalper M1 M1 Elliott Wave scalping robot for MetaTrader 5 Follow us & Support Chanel  https://t.me/tradewithme179 Wave 3, Wave 5 and Wave C entries. Broker-agnostic fixed targets. Virtual SL/TP. FTMO-safe fund management. Overview BODHI Elliott Wave Scalper M1 is a fully automated Expert Advisor that detects Elliott Wave impulse (Wave 3 and Wave 5) and corrective (Wave C of ABC) setups directly on the M1 chart and executes trades with fixed, instrument-calibrated SL and TP
FREE
Bodhi Elliott Wave Pro
Bitcityz Innovative Startup Capital Joint Stock Company
Bodhi Elliott Wave Pro Expert Advisor for MetaTrader 5 · v4.07 Real Elliott Wave Detection · 3 Golden Rules · Fibonacci Zone Entry · FTMO-Ready Risk Management Overview Follow us & Support Chanel  https://t.me/tradewithme179 Bodhi Elliott Wave Pro is a fully automated Expert Advisor that trades the classical Elliott Wave principle on H1 charts. Unlike most so-called "Elliott Wave" EAs that simply detect M-shaped o
Bodhi EW Pro
Bitcityz Innovative Startup Capital Joint Stock Company
BODHI EW Pro — Elliott Wave Analyzer Pro Follow us & Support Chanel  https://t.me/tradewithme179 Version: 1.0 Type: Custom Indicator (MQL5) Chart Window: Overlay (chart) Platforms: MetaTrader 5 (Build 3000+) License: Commercial — single-account, unlimited symbols Overview BODHI EW Pro is a professional-grade Elliott Wave analysis indicator for MetaTrader 5. It automatically detects and labels all major Elliott Wave structures in real time — Impulse, Diagonal, Zigzag, Flat, Triangle, and Combi
Bodhi Elliott Wave EA Native
Bitcityz Innovative Startup Capital Joint Stock Company
# BODHI Elliott Wave FTMO EA v6.00 NATIVE **Automated Elliott Wave Trading System for FTMO & Funded Account Challenges** --- ## OVERVIEW BODHI Elliott Wave FTMO EA is a fully automated expert advisor engineered specifically for **FTMO challenges and funded account programs**. It identifies high-probability Elliott Wave setups on H1, manages risk through an intelligent 4-stage progression ladder, and enforces FTMO compliance rules at every step. The EA operates on **6 symbols simultaneously
FREE
Filtro:
Nessuna recensione
Rispondi alla recensione