Yuki BO
- Experts
- Versão: 1.20
- Atualizado: 20 setembro 2026
- Ativações: 10
Yuki Breakout EA — Official Documentation
Description
Yuki Breakout is an advanced, automated Expert Advisor designed specifically to trade structural breakouts with high efficiency. Unlike standard breakout systems that rely on noisy short-term indicators, Yuki analyzes market structure to place pending orders precisely where momentum builds.
Engineered for precision and resilience, Yuki executes its trailing stop mechanism directly on the broker side (server-side TSL). This core architecture drastically reduces slippage and execution latency during periods of high volatility, ensuring your stop levels are dynamically protected even when the market moves aggressively.
Technical Specifications & Requirements
· Asset Class / Symbol: Restricted exclusively to XAUUSD only.
· Price Precision: Works only on brokers offering XAUUSD with 2 decimal places (incompatible with 3-decimal pricing).
· Account Type: Incompatible with Cent accounts. Use a Standard, ECN, or Raw account with low latency and tight execution.
· Timeframe: M30.
· Set file (don't use defaut settings)
I use Vantage standard account.
Key Features
· Server-Side Trailing Stop (TSL): Trailing adjustments are handled directly by the broker's server infrastructure, minimizing execution delays and avoiding local terminal bottlenecks during high-impact news or rapid price spikes.
· Structural Breakout Logic: Automatically detects key market pivot zones and dynamically positions pending orders based on structural price action.
· Built-in Dashboard: Displays real-time account metrics (Balance, Equity, Floating P/L, Realized/Monthly profits) and visual distance bars directly on your chart.
· Robust Risk Management: Features integrated Money Management (risk percentage per trade) alongside fixed lot sizing options.
· Smart Time & Session Controls: Configurable trading hours and automatic Friday session exit to avoid weekend gap risks.
Default Input Parameters
1. Dashboard Settings
· ShowDashboard = true — Enables the on-screen performance and distance monitor. (Set to falsewhen backtesting).
2. Risk Management
· UseMM = false — Set to true to enable dynamic risk calculation based on account equity.
· risk = 1.0 — Risk percentage per trade (if UseMM is enabled).
· lotsize = 0.01— Fixed lot size.
· maxspread = 50.0 — Maximum allowed spread filter.
3. Trade Management
· targetprofit = 300.0 — Take Profit distance in pips.
· stoploss = 30.0 — Stop Loss distance in pips.
· trailstop = 3.0 — Trailing activation distance in pips.
· trailstep = 3.0 — Trailing step increment in pips.
· BEActPips = 3.0 — Profit threshold to trigger Breakeven.
· PipsToLock = 3.0 — Lock-in pips secured at Breakeven.
4. Trading Schedule
· UseTradeHours = true — Restricts trading to specific hours (broker time).
1 hour before market close and 1 hour after market open
· BeginTradingHour = 1— Start hour.
· StopTradingHour = 23— Stop hour.
· FridayExitHour = 17 — Cutoff hour for Friday closures.
5. Advanced Settings
· TradeComment = "Yuki"— Order comment tag.
· ExpMinutes = 0 — Pending order expiration time.
· magicnumber = 457800 — Unique identifier for order tracking.
