Summary: A specialized guide for trading Gold (XAU/USD) using manual or EA strategies. Covers gap rules, volatility-adjusted lot sizing, session-based entries, and stop-hunting protection.




Gold (XAU/USD) is not the same as trading EUR/USD. Its unique characteristics demand a specialized trading system. Gold has higher daily volatility, frequent gaps on Sunday open, strong session-specific behavior, and a tendency to hunt stops around psychological round numbers. A generic system will fail on Gold. This article provides a tailored framework for both manual traders and EA developers, based on statistical properties of XAU/USD.

First, understand Gold volatility patterns. The average daily range of Gold is approximately 1.2% to 1.8%, which translates to 18 to 30 dollars per ounce on a $1500-$2000 price level. On a standard contract, 1 dollar move equals $100 profit or loss. This means a 20-dollar intraday swing represents a $2000 move per standard lot. According to "A Trader's Guide to Gold" by the CME Group, Gold volatility spikes during London-New York overlap (13:00-17:00 GMT) and compresses during Asian session (00:00-09:00 GMT). Your position sizing must adapt to session volatility.

Position sizing for Gold requires a different calculation. Since Gold has no fixed pip value like forex pairs, use dollar per tick value. For XAU/USD on most platforms, 0.01 price move equals $1 per 0.01 lot (micro). A 10-dollar stop loss on a standard lot (1.0) equals a $10,000 risk. That is too large for most accounts. Therefore, trade micro lots (0.01) or mini lots (0.10). Formula: Lot size = (Account Balance × Risk%) ÷ (Stop loss in dollars × 10 for standard, ×1 for mini, ×0.1 for micro). For a $10,000 account risking 1% ($100), with a $10 stop on Gold, use micro lots: $100 ÷ ($10 × 0.1) = 100 micro lots (0.10 standard). This calculation must be done before every Gold trade.

Gap handling is critical for Gold. Gold gaps 60% of Sunday opens according to a 2023 study by DailyFX. Gaps can be 5 to 30 dollars. Most retail traders get stopped out immediately on Sunday. A robust Gold system must have gap rules. For manual traders: never hold Gold positions over the weekend. Close all Gold trades by Friday 20:00 GMT. If you must hold, use a stop loss 2.5 times wider than your weekday stop. For EA developers: code a gap filter. If the Sunday open price is more than 1.5 times the average true range (ATR) away from Friday close, the EA does not trade for the first two hours of Sunday session. This avoids the immediate stop-out.

Session-based entry rules improve Gold trading significantly. Gold respects session boundaries. Asian session (00:00-09:00 GMT) has low volatility and ranges. Breakouts during Asian session often fake out. Do not trade breakout strategies in Asian session. London session (09:00-17:00 GMT) creates direction. New York session (13:00-22:00 GMT) provides second moves. The most reliable setup is a London break of Asian range after 10:00 GMT. For manual traders: wait for price to break the Asian high or low after London open, then enter on a 15-minute pullback. For EA: code a rule that only enters between 10:00 and 16:00 GMT, and only if the breakout candle closes beyond the Asian range by at least 0.5 ATR.

Stop hunting is a reality in Gold markets. Gold often spikes 3-5 dollars above resistance to trigger stops, then reverses sharply. Psychological numbers like 1800, 1850, 1900 are magnets for stop hunts. To protect against this, avoid placing stop losses exactly on round numbers. Instead, place stops 4-6 dollars beyond the round number. For example, if resistance is at 1850, do not put your stop at 1851. Put it at 1856 or place a mental stop 2 dollars above the round number and an automatic stop another 3 dollars beyond that. For EA developers, implement a stop buffer: StopLoss = round_number + (ATR(14) × 0.3). This pushes the stop into a less crowded zone.

Risk management for Gold must account for correlation. Gold has negative correlation with USD (approximately -0.6 to -0.8) and positive correlation with Silver (approximately +0.7 to +0.9). If you trade Gold and Silver simultaneously, your correlated risk doubles. A specific rule: total position size across correlated pairs must not exceed 1.5% of account. Also, Gold reacts to US Non-Farm Payroll and CPI data with 15-30 dollar swings. Always check the economic calendar. Stop trading Gold 30 minutes before and 30 minutes after major US data.

Backtesting Gold requires special attention to gaps. Most backtesting platforms ignore gaps. This gives false results. To correctly backtest a Gold system, use tick data that includes Sunday opens. If you cannot access tick data, subtract the gap amount from your profit/loss calculation. For example, if your system would have been stopped out on Sunday but the backtest assumes continuous Friday pricing, manually mark that trade as a loss. According to "Backtesting for Gold" by Forex Factory researchers, ignoring gaps overstates Gold strategy returns by 22% on average.

A complete Gold trading example. A manual trader with $20,000 trades Gold. Risk per trade 0.8% ($160). He uses a $12 stop loss on a micro lot (0.01). Pip value per micro lot for Gold is $0.10 per 0.01 move. Position size = $160 ÷ ($12 × 0.1) = 133 micro lots (0.13 standard). He only trades during London-New York overlap. He avoids holding over weekends. He places his stop at 1856 instead of 1850. He checks the calendar and skips trading during NFP. After 50 trades, his win rate is 48% with average win $210 and average loss $120, giving positive expectancy. This is realistic for Gold.

Reference sources:
  • CME Group. (2021). A Trader's Guide to Gold Futures.

  • DailyFX. (2023). Gold Market Profile Study.

  • Forex Factory. (2022). Backtesting Gold: Gap Adjustment Methods.