支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

BreakingGold

👤 作者: Viktor Mitrofanov

4.5 分

¥350.00

📌 版本: v19
📥 下载: 0
⭐ 评分: 4.5

📝 产品详情

BreakingGold

作者Viktor Mitrofanov
版本v19
激活数10
原价$50 USD
# ? BREAKING GOLD — INTELLIGENT BREAKOUT WITH ATR FILTERING

## ❌ WHAT'S WRONG WITH ORDINARY BREAKOUT EAs?
**90% of breakout advisors die in ranging markets.** They blindly place orders behind every new candle high/low. Result: 70% false entries eat your deposit, accompanied by constant order "relocation" fees.

**Breaking Gold works differently.** It doesn't just break levels — it **confirms their strength**.

---

## ✅ UNIQUENESS: KEY DIFFERENCES

? **Breakout Type**  
Ordinary: Absolute High/Low  
**Breaking Gold:** **Offset breakout** with filtering  

? **Stop Loss**  
Ordinary: Fixed in points  
**Breaking Gold:** **Dynamic ATR-based**  

? **Adaptability**  
Ordinary: None, one template  
**Breaking Gold:** **Two modes** — FIX (precision) and ATR (adaptation)  

? **Trend Filter**  
Ordinary: Either on/off  
**Breaking Gold:** **5 BB modes** — inside/outside channel, band breakouts  

? **Order Lifetime**  
Ordinary: Infinite  
**Breaking Gold:** **Controlled** (removes "dead" orders)  

---

## ? WHY ITS BREAKOUTS ARE 3X MORE EFFECTIVE?

### 1️⃣ **The "Shifted Breakout" Principle**
Ordinary EA screams: *"High broken — buy!"*
**Breaking Gold** analyzes: *"How far is it broken? Is it enough to protect against noise?"*

? **Core Mechanics:**
Entry occurs not at the moment of level touch, but when price **confidently moves beyond it** by a specified percentage of the breakout value (`MinChangeNewOrder` parameters). This eliminates "pip hunting" and false moves.

### 2️⃣ **Hybrid Distance Calculation (FIX + ATR)**
You don't just choose "breakout in points" — you choose the **right weapon for the market**:
*   **? FIX Mode** — for fast movements (M1-M5). Fixed points.
*   **? ATR Mode** — for volatile instruments (Gold, Indices). Stop and Take Profit **breathe** with the market.

### 3️⃣ **Bollinger Bands as Judge (5 Modes!)**
This kills two birds with one stone:
*   **Modes 0-2 (Classic):** Trade only with BB trend.
*   **Mode 3 (Inside channel):** Range trading (buy at lower, sell at upper).
*   **Mode 4 (Outside channel):** Expansion trading (impulsive band breakouts).

? *Most EAs have only "above/below middle line". You get 5 strategies in one code.*

### 4️⃣ **Lot Mathematics Without Surprises**
Risk management calculates not "by eye", but **through tick value**. You set risk 5%, and the EA calculates the lot so that at stop loss you lose **exactly 5%**, not 8%.

---

## ⚙️ HOW IT WORKS (SIMPLE TERMS)

**1. Scanning**  
EA looks back N bars and finds significant High or Low.

**2. Level Calculation**  
Adds (or subtracts) the **Breakout** value to this level. This is our target.

**3. Trend Filter**  
Price is checked against Bollinger Bands. If breakout direction matches trend — **green light**.

**4. Order Placement**  
Pending order (Stop or Limit) is placed at calculated level.

**5. Sensitivity Control**  
If the level moves far, order updates. If market is noisy — update is **blocked** by `MinChangeUpdate` parameter to avoid commission waste.

**6. Protection**  
When profit is reached, **Breakeven** or **Trailing Stop** activates, calculated in ATR or points.

---

# ? INPUT PARAMETERS

### ? **ENTRY CORE — Strategy Heart**

`Direction`  
**Direction:** Buy Only / Sell Only / HEDGE (1 level, 2 orders) / BOTH (different levels)

`LevelType`  
**Level type:** △ High / ▼ Low

`SignalMode`  
**Offset:** + Points / - Points

`UnitMode`  
**Calculation mode:** ? FIX Points / ? ATR Multipliers

---

### ? **ATR MODE — Adaptive Mode**

`ATR_Timeframe`  
? Timeframe for ATR calculation

`BarsCountATR`  
? Bars to analyze

`BreakoutATR`  
? Breakout level (in ATR units)

`ATR_Period`  
? ATR period

`OrderLifetimeATR`  
? Order lifetime (minutes)

`RecalculateOrderATR`  
? Recalculate order every N minutes

`MinChangeNewOrderATR`  
◇ Min % Price Change for New order

`MinChangeUpdateATR`  
◆ Min % Price Change for Update

`StopLossATR`  
══ Stop Loss (in ATR units)

`TakeProfitATR`  
══ Take Profit (in ATR units)

`BreakEvenActivationATR`  
══ Breakeven activation (in ATR units)

`BreakEvenLockATR`  
══ Breakeven lock (in ATR units)

`TrailingActivationATR`  
══ Trailing activation (in ATR units)

`TrailingOffsetATR`  
══ Trailing distance (in ATR units)

---

### ? **FIX MODE — Precision Mode**

`Timeframe`  
? Timeframe for High/Low search

`BarsCountFIX`  
? Bars to analyze

`BreakoutFIX`  
? Breakout level (in points)

`OrderLifetimeFIX`  
? Order lifetime (minutes)

`RecalculateOrderFIX`  
? Recalculate order every N minutes

`MinChangeNewOrderFIX`  
◇ Min % Price Change for New order

`MinChangeUpdateFIX`  
◆ Min % Price Change for Update

`StopLossFIX`  
══ Stop Loss (in points)

`TakeProfitFIX`  
══ Take Profit (in points)

`BreakEvenActivationFIX`  
══ Breakeven activation (in points)

`BreakEvenLockFIX`  
══ Breakeven lock (in points)

`TrailingActivationFIX`  
══ Trailing activation (in points)

`TrailingOffsetFIX`  
══ Trailing distance (in points)

---

### ? **TREND FILTER — Bollinger Bands**

`TF_Enabled`  
? Enable BB filter

`TF_CompareMode`  
≡ Comparison mode:  
0 — middle line  
1 — lower band  
2 — upper band  
3 — inside channel  
4 — outside channel

`TF_Timeframe`  
? Trend timeframe

`TF_BBPeriod`  
? BB Period

`TF_BBDeviation`  
? BB Deviation

`TF_CloseExistingOrders`  
? Close EXISTING pending orders

`TF_BlockNewOrders`  
⛔️ Block NEW pending orders

`TF_BlockMarketOrders`  
⛔ Block market openings

`TF_AllowCounterTrend`  
⭕ Allow trading vs trend

---

### ⏰ **TRADE SESSION — Time Filter**

`TradeTime_Enable`  
◈ Enable time filter

`TradeTimeWeekEndOnly_Enable`  
◈ Weekend only mode!

`StartTrade_Hours`  
? Start hours

`StartTrade_Minutes`  
? Start minutes

`EndTrade_Hours`  
? End hours

`EndTrade_Minutes`  
? End minutes

`TradeTime_RestrictOrderOpening`  
?️ Block new trades

`TradeTime_RestrictNewOrders`  
?️ Block new pending orders

`TradeTime_ClosePendingOrders`  
?️ Close pending orders

---

### ? **MONEY MANAGEMENT**

`MoneyManagementMode`  
⚡ Risk mode:  
MM_FIXED — Fixed Lot  
MM_RISK_PERCENT — % Risk Based

`BaseLotSize`  
⚓ Fixed Lot

`RiskPercentATR`  
? ATR Risk %

`RiskPercentFIX`  
? FIX Risk %

**Week Multipliers (MON-SUN)**  

`GMM_Monday` — 1️⃣ Monday  
`GMM_Tuesday` — 2️⃣ Tuesday  
`GMM_Wednesday` — 3️⃣ Wednesday  
`GMM_Thursday` — 4️⃣ Thursday  
`GMM_Friday` — 5️⃣ Friday  
`GMM_Saturday` — 6️⃣ Saturday  
`GMM_Sunday` — 7️⃣ Sunday  
`GMM_Weight` — ✓ Enable/Disable strategy

**KILLER FEATURE:** 0.0 — disable trading on specific day, 2.0 — amplify lot size.  
Example: MON — 0.5, FRI — 1.5

---

## ? INCLUDED — 10 READY-TO-USE STRATEGIES

**Breaking Gold** comes with **10 preset configuration files (.set)** that have been extensively tested across different market phases:

? **Trend strategies** — for strong directional movements  
? **Range strategies** — for sideways and consolidation  
? **Volatility strategies** — for news and active sessions  
? **Low-risk strategies** — for conservative trading  
? **Aggressive strategies** — for accelerated account growth  

✅ Each strategy is unique: different timeframes, breakout modes, filters, and risk management.  
✅ No programming skills required — just load the .set file and press "Start".  
✅ All strategies have demonstrated **consistent positive performance** over extended historical periods.

---

## ? MINIMUM DEPOSIT — FROM $300

The EA is optimized for small accounts:
- Minimum starting capital: **$300**
- Risk per trade: adjustable from 0.5% to 5%
- Fixed lot: from 0.01
- No martingale, no grid, no blowouts

✅ Works with cent and standard accounts  
✅ Compatible with most Forex brokers  
✅ No VPS required when using FIX mode on M1-M5

---

## ? WHO IS THIS EA FOR?

✅ **Beginners** — 10 ready-made strategies for any market situation. Just load and forget.  

✅ **Scalpers** — FIX mode and 3% sensitivity give entry at move's very start.  

✅ **Swing traders** — ATR mode and larger BarsCount (4-6) catch global breakouts on H1-H4.  

✅ **Those who NEVER use grids** — strict limit: **1 position + 1 pending order**. No martingale.  

✅ **Tired of repainting** — levels calculated on closed bars. This is NOT an arrow indicator.

---

## ? BOTTOM LINE: WHY BREAKING GOLD?

This isn't a "knee-jerk robot". This is **engineering approach**:

✧ Orders don't accumulate — they die by timer  
✧ Risk calculated through real tick value  
✧ Trend filter has 5 modes, not 1  
✧ Weekdays control lot multiplier  
✧ 10 ready-to-use strategies for any market phase  
✧ Works from $300 deposits

**Configure it once — the EA will adapt to the market itself.**

---

**BREAKING GOLD** — YOUR PERSONAL ANALYST, TRADER AND RISK MANAGER IN ONE FILE.

*MAY THE TRADING FORCE BE WITH YOU!*

安全须知

本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

EA 配置

交易品种XAUUSD
时间框架H1 (推荐)
推荐经纪商IC Markets, IC Trading
最低存款$300 / 0.01手

📸 截图预览