Gold Chrono Edge

Gold Chrono Edge is an Expert Advisor for XAUUSD that trades specific times of the trading day. It is built on a simple question: does the way gold moves in one part of the session tell us anything about how it moves in a later part? Instead of assuming an answer, the EA measures it on your broker's own price history, keeps only the time windows where the relationship holds up under statistical testing, and trades those windows with fixed rules.

Core idea

Academic research on intraday momentum (Gao, Han, Li and Zhou, 2018) found that returns in the early part of a trading session can help predict returns later in the same session. Later studies on commodities showed that gold's predictive periods are different from those of stock markets, so they cannot be copied from equity research and must be measured directly.

Gold Chrono Edge applies this idea to XAUUSD. It divides the trading day into 30-minute windows on New York time, from 18:00 to 17:00, and studies how a price move in one window (the formation window) relates to the move in a later window (the holding window).

Main strategy

For every candidate pattern the EA checks:

  • A formation window of 30, 60 or 120 minutes, starting at any half hour of the day.
  • A holding window of 30 minutes, 1 hour, 2 hours or 4 hours that starts immediately after it.
  • Two directions: momentum (trade in the direction of the formation move) and reversal (trade against it).
  • Two strength levels: a normal formation move and a strong one, measured in volatility units.

This produces roughly 1,900 candidate patterns. Each one is simulated on one year of M5 history, using the same stop loss, take profit, breakeven and partial-close rules the EA uses in live trading, and after deducting spread and a slippage allowance.

When a selected pattern appears, the EA enters at the start of the holding window with a stop loss and take profit already set. Every trade has a maximum holding time and closes at the end of its window if neither level is reached. Positions are never held overnight or over the weekend.

The EA does not use martingale, grid, averaging or recovery techniques.

Statistics used to select trading windows

A large search will always find some patterns that look good purely by chance. Most of the EA's design is aimed at filtering those out:

  • Shrunk t-statistic. The average result of each pattern is shrunk toward zero according to how many trades support it, then divided by its standard error. Patterns built on few trades are penalised. By default a pattern needs a shrunk t-statistic of at least 3.0.
  • Out-of-sample check. History is split into a 70% in-sample part and a 30% out-of-sample part. A pattern must be profitable in both, and its out-of-sample profit factor must be at least 1.15.
  • Stability across time. History is divided into four blocks. A pattern must be profitable in at least three of them, so a single good period cannot carry it.
  • Decay check. A pattern must also be profitable over the most recent 40 sessions, which removes patterns that worked in the past but have stopped working.
  • Minimum sample size. At least 60 historical trades per pattern.
  • Walk-forward strictness. On live charts the EA runs a rolling walk-forward test that only ever uses past data, and automatically picks the strictness level (t of 2.5, 3.0 or 3.5) that has performed best out of sample.
  • Luck check. The dashboard estimates how many of the tested patterns would pass purely by chance, and shows how credible the best selected pattern is compared with that estimate.

The EA recalibrates every 5 sessions on the latest year of data, so the selected windows adapt as gold's behaviour changes. If no pattern passes all checks, the EA does not trade.

News filter

An optional filter blocks new entries 15 minutes before and after high-impact USD news, using the MetaTrader 5 economic calendar. It works on live and demo accounts. We recommend enabling it for live trading.

The MetaTrader strategy tester cannot access the economic calendar, so backtests always run without this filter.

Designed for small accounts

Default settings are prepared for an account of about 100 USD: 0.01 lots, a profit target of 10 USD per trade and a daily profit target of 10 USD. If you trade a larger balance, send me a message and I will share recommended settings for your account size.

Dashboard

The on-chart panel shows:

  • An edge map of the trading day, with the strength of each 30-minute window.
  • The active trading windows, their historical statistics and today's status.
  • Today's profit and loss, trade count and risk guard status.
  • The EA's own track record on your account.
  • Walk-forward results and the luck check.

Press R to recalibrate and H to hide or show the panel.

Requirements and recommendations

  • Symbol: XAUUSD (or your broker's gold symbol).
  • Chart: M5.
  • Account type: hedging.
  • At least one year of M5 history in the terminal. On first start the EA may need a few minutes to load it.
  • Brokers with GMT+2/GMT+3 server time are detected automatically. For other brokers, set the clock mode to fixed and enter the GMT offset.
  • A VPS is recommended so the EA can trade at its scheduled times.

Strategy tester notes

  • Use "Every tick based on real ticks" or "1 minute OHLC" for accurate results.
  • The tester needs at least one year of M5 data before the start date for calibration.
  • In the tester only, if no window passes all checks, the EA trades the strongest candidate so its behaviour can be evaluated. This mode is marked as exploratory on the dashboard and is never used on live accounts.
  • Backtest results are historical simulations and do not guarantee future performance.

Input parameters

Research engine

  • Calibration lookback: days of history used to evaluate patterns (default 365).
  • Recalibrate every N sessions: how often the trading windows are re-selected (default 5).
  • In-sample fraction: share of history used for in-sample testing; the rest is out-of-sample (default 0.70).
  • Edge types to search: momentum, reversal, or both (default both).
  • Min formation move: minimum size of the formation move in volatility units (default 0.5).
  • Strong-move tier: a second, stronger threshold searched as a separate pattern (default 1.0).
  • Min historical trades per edge: minimum sample size (default 60).
  • Base min shrunk t-statistic: significance level a pattern must reach (default 3.0).
  • Auto-pick strictness: lets the walk-forward test choose between t-0.5, t and t+0.5 (default true).
  • Profitable in N of 4 blocks: stability requirement (default 3).
  • Recent sessions decay check: number of recent sessions that must be profitable (default 40).
  • Expectancy shrinkage strength: how strongly small samples are penalised (default 30).
  • Walk-forward in tester: runs the full walk-forward in the tester; slower (default false).
  • Min out-of-sample profit factor: (default 1.15).
  • Min expectancy per trade: in R, after costs (default 0.05).
  • Max edges traded per session: (default 5).
  • Block overlapping hold windows: prevents two selected windows from overlapping in time (default true).
  • Tester exploratory mode: see strategy tester notes (default true).
  • Walk-forward min training sessions: (default 120).

Exits

  • Stop loss: in volatility units, scaled by the square root of the holding time (default 2.0).
  • Take profit: same scaling (default 3.0).
  • Use breakeven: (default true).
  • Breakeven trigger: profit in R at which the stop moves to breakeven (default 0.8).
  • Breakeven lock: profit in R locked in when breakeven triggers (default 0.05).
  • Use partial close: (default true).
  • Partial close trigger: in R (default 1.0).
  • Partial close fraction: share of the position closed (default 0.5).
  • Use trailing stop: not included in the calibration simulation (default false).
  • Trailing start and distance: in R (defaults 1.2 and 0.8).
  • Entry grace period: minutes after a window opens during which entry is still allowed (default 10).

Money profit target

  • Money target mode: off, per trade, all open positions combined, or whole session (default per trade).
  • Profit target in account currency: (default 10).

Daily money target

  • Daily profit target in account currency: no new trades for the rest of the day once reached; 0 turns it off (default 10).
  • Count only closed profit: if false, open profit also counts (default false).
  • Close open trades when daily target is hit: (default true).

Costs

  • Round-trip cost in points: 0 uses the current spread (default 0).
  • Extra slippage/commission points: added to the cost used in calibration (default 10).

Position sizing

  • Lot mode: fixed lot or risk percentage of equity (default fixed lot).
  • Fixed lot: (default 0.01).
  • Risk % per trade: used in risk mode (default 1.0).
  • Max lot per trade: (default 5.0).
  • Size stronger edges larger: scales the lot by the pattern's t-statistic divided by 3 (default true).
  • Max edge size multiplier: (default 2.0).

Risk guards

  • Max open positions: (default 3).
  • Max trades per session: (default 8).
  • Daily loss limit %: halts trading for the day and closes positions; 0 turns it off (default 0).
  • Daily profit target %: (default 0, off).
  • Profit lock activates at %: arms once the day's profit reaches this share of balance (default 2.0).
  • Profit lock give-back %: closes all positions if the day gives back this share of its peak profit (default 40).
  • Max spread: as a fraction of the volatility unit; entries wait if the spread is wider (default 0.25).
  • Friday protection: no new trades from 12:00 New York time and all positions closed at 16:00 (default true).

News filter

  • Block entries around USD high-impact news: (default false; enable for live trading).
  • Minutes before and after news: (defaults 15 and 15).

Clock

  • Live clock mode: auto detect, New York aligned, or fixed offset (default auto).
  • Fixed broker GMT offset: used in fixed mode (default 0).
  • Tester clock mode: (default New York aligned).

General

  • Magic number: (default 770100).
  • Show dashboard, position and scale: panel display options.

제작자의 제품 더 보기
QuantumAstraWave Pro
Wycliffe Wanjala Wanyonyi
QuantumWave MT5 — Bollinger clarity. Broker-safe execution. (GOOD FOR PROP FIRMS) QuantumWave MT5 is a disciplined, Bollinger-guided Expert Advisor with optional layered add-on entries and strict risk controls. Timeframes & symbols: Works on any timeframe (M1–MN1) and on most symbols (FX, metals, indices, synthetic indices where available). Please test to find the timeframe/instruments and settings that best suit your goals and risk tolerance. NOTE: Recommended starting capital is ~$1,000 (adjus
FREE
Gold Reaper
Wycliffe Wanjala Wanyonyi
XAUUSD REAPER DARK BANDS — Gold Precision Strike Indicator for MetaTrader 5   OVERVIEW XAUUSD REAPER is a premium counter-trend sniper indicator built exclusively for gold traders. Powered by adaptive volatility bands that self-adjust to live market conditions, the Reaper hunts the exact moments price overextends — then fires a graded, confirmed signal when the reversal is locked in. Every signal is classified A, B, or C based on how many confluence filters align at that moment. No guessing. No
VolumeRotor AI Pro With News
Wycliffe Wanjala Wanyonyi
NOTE THAT THIS INDICATOR IS AN UPGRADE OF MY OTHER INDICATOR found at  https://www.mql5.com/en/market/product/148163?source=Site +Profile+Seller  NOTE THAT IN THE PREVIOUS INDICATOR, I DID NOT INCLUDE NEWS ALERT AND THEIR IMPACT AND TIMING (CHECK SCREENSHOTS) IF YOU ARE A TRADER, YOU CANNOT AFFORD NOT HAVING THIS INDICATOR, WHY? Because most of you, news normally blows your accounts and trades, hence, this indicator is the ultimate solution (f or instance, one of the screenshots shows that job s
FREE
Xagusd Sentinel
Wycliffe Wanjala Wanyonyi
XAGUSD SENTINEL (MT5) — Breakout & Retest Scalper for XAGUSD/EURUSD on M1 Trade the structure, not the noise. XAGUSD SENTINEL is a precision support/resistance breakout + retest expert advisor purpose-built for XAGUSD (Silver) and EURUSD on the M1 timeframe . It maps dynamic zones from price pivots, times entries on clean breaks or fast retests, and manages risk with basket-level protections—so you can pursue high-frequency setups without letting floating profit slip away.   What makes SENTINEL
Xauusd Striper
Wycliffe Wanjala Wanyonyi
XAUUSD SENTINEL (MT5) — Breakout & Retest Scalper for XAUUSD on M5 “Guarded entries. Measured exits.” Trade the structure, not the noise. XAUUSD SENTINEL is a precision support/resistance breakout + retest Expert Advisor purpose-built for XAUUSD (Gold) on the M5 timeframe . It maps dynamic zones from price pivots, times entries on clean breaks or fast retests, and manages risk with basket-level protections—so you can pursue frequent, structure-driven setups without letting floating profit slip a
SuperTrend Catcher
Wycliffe Wanjala Wanyonyi
Supertrend Catcher (MT5 Indicator) A clean, visual “smart structure” indicator that helps you spot momentum shifts fast. It draws recent Order Blocks (OB) with Break of Structure (BOS) , a dynamic baseline (support/resistance), entry/SL/TP suggestions , and a compact info panel . It now includes real-time alerts (terminal/push/sound) when a fresh signal appears.   Why traders like it Clear structure at a glance: BOS lines + filled OB zones show where price imbalanced and where it may return. Act
Xauusd Supertrend Orderblocks
Wycliffe Wanjala Wanyonyi
XAUUSD Supertrend Orderblock (MT5 EA) Built specifically for Gold (XAUUSD) and the way it moves. This EA blends a Supertrend-style momentum filter with Order Block + Break of Structure (BOS) logic to catch impulsive continuation and clean mean-reversions on gold’s volatility. KINDLY LEAVE A REVIEW AND GET ONE OF MY PAID EAs for free It doesn’t chase candles. It waits for structure to break, confirms with impulse/ATR , optionally checks for Fair Value Gaps , then places a rules-based entry with S
Crash300 Centurion Pro
Wycliffe Wanjala Wanyonyi
Crash300 Centurion Pro — Smart Spike-Zone Engine for MT5 (Crash 300) Crash300 Centurion Pro is a precision spike-zone indicator built for the Crash 300 Index on MT5. It detects the classic 3-bar spike pattern , draws a supply/demand zone for it, projects a precise entry line , and alerts you only when it matters—on the last closed bar and from now on (no historical spam). A slim, transparent panel shows Zones and a live Hit-Rate % from your chosen TP/SL assumptions. Centurion Pro does not trade
VolumeRotor AI Pro
Wycliffe Wanjala Wanyonyi
This indicator took me months to work on and it is one of the greatest futuring innovation which is quite accurate (see screenshots for detailed interface, infact I took a screenshot when there was a buy signal and for sure, the market went that direction significantly) This Indicator will only be free for 48 hours.  NOTE THAT I HAVE AN ADVANCED VERSION OF THIS INDICATOR found here  https://www.mql5.com/en/market/product/148216?source=Site +Market+Product+Page THE ADVANCED VERSION HAS NEWS ALERT
T Virus Sentiment Multimarket
Wycliffe Wanjala Wanyonyi
T-Virus Sentiment (MT5) — Turn raw indicators into one decisive market “serum” Concept. The T-Virus idea comes from biology: a single factor can “infect” a system and rapidly tilt its state. Markets behave the same way—one strong impulse spreads across timeframes and symbols until the whole structure turns risk-on or risk-off. T-Virus Sentiment captures that process by distilling seven proven signals into a single 0–100 “serum” gauge . When the “serum” crosses your buy/sell thresholds and market
Parabolic Multimarket Iron Fist
Wycliffe Wanjala Wanyonyi
FIRST, THIS EA IS A MULTIMARKET SCANNER AND ITS PERFORMANCE CAN ONLY EXAMINED USING VISUAL MODE (SET OPTIMIZATION TO DISABLED AND CHECK VISUAL MODE). THE EA LEVERAGE TAKE PROFITS FROM FLOATING POSITIONS IN DIFFERENT MARKETS, THIS ABILITY MAKES IT STANDOUT THIS EA IS FOR INDIVIDUALS HAVING ATLEAST $10000 IN THEIR ACCOUNT (EXPECT A DRAWDOWN OF ABOUT 10% IN WORST CASE SCENARIOS) THE EA IS GOOD FOR PROP FIRMS IF YOUR ACCOUNT IS ABOUT 1K, use this EA instead  https://www.mql5.com/en/market/product/14
GoldSwingProfile
Wycliffe Wanjala Wanyonyi
OVERVIEW Gold Swing Profile is a precision volume analysis indicator built exclusively for XAUUSD (Gold) and XAGUSD (Silver). It anchors a complete volume profile between confirmed swing highs and swing lows, revealing exactly where institutional participation occurred inside each directional leg — giving you the edge that price action alone cannot provide. Recommended starting timeframe: M30. The M30 chart delivers the strongest statistical edge, with backtested TP1 and TP2 hit rates of 67% and
OVERVIEW Gold Advanced Dark Bands is a premium counter-trend indicator for MetaTrader 5, built around adaptive volatility bands that automatically adjust to current market conditions. When price touches or breaches the upper or lower band and closes back inside, the indicator fires a confirmed signal — graded A, B, or C based on how many confluence filters align at that moment. Step 1 — Attach to chart Place the indicator on any chart on M1, M5, M15, M30 or H1 (check win rate to select the best
필터:
리뷰 없음
리뷰 답변