Why gold (XAUUSD) is different
Gold doesn't behave like a normal currency pair. It's a safe-haven asset that reacts to interest rates, inflation, the dollar (DXY), geopolitical tension, and risk flows. That makes it extremely volatile: 200–400 pip moves in a session are common, and during macro news it can travel more in minutes than a forex pair does in a day.
That volatility is opportunity and risk in equal measure. Traded without management, gold burns accounts fast. Traded with structure, it offers wide ranges and clean moves.
The best hours to trade gold
Gold has 23h liquidity, but not all hours are equal:
- Asian session (00:00–07:00 GMT): tight range, low liquidity. Good for accumulation, bad for trend.
- London open (07:00–10:00 GMT): volatility kicks in. First directional moves of the day.
- London–New York overlap (12:00–16:00 GMT): the golden window. Maximum liquidity, the cleanest and most extended moves.
- US news (13:30 GMT — NFP, CPI, FOMC): explosive volatility. For most, better to be out or with reduced risk.
If you could only trade one window, it'd be the London–NY overlap.
Strategies that work on XAUUSD
1. Session liquidity sweeps
Gold respects session highs and lows very well. A robust strategy: wait for price to sweep the Asian range liquidity at the London open and enter the reversal toward the opposite side. It's the basis of many ICT gold strategies.
2. Levels and mean reversion
In range (low ADX), gold oscillates between support and resistance reliably. Buying support / selling resistance with confirmation works well when there's no strong macro trend.
3. Trend continuation with FVG
In trend (high ADX), wait for retracements to a Fair Value Gap in the trend direction and enter the continuation. Gold leaves very clear imbalances on impulses.
Risk management: the non-negotiable in gold
Because of its volatility, manual sizing on gold is dangerous. Basic rules:
- Fixed risk per trade (0.5–1% of the account). Never eyeballed fixed lots.
- Wide but calculated stops. A 10-pip stop on gold gets hit by noise. Use real volatility (ATR) to size the stop, and the lot accordingly.
- Mind the spread and swap. Gold has wider spreads than EURUSD and swaps that weigh on overnight positions.
- Avoid the overlap with red news unless your strategy is specifically built for it.
# Risk-based sizing on XAUUSD (example)
account_risk = balance * 0.01 # 1%
stop_pips = ATR(H1) * 1.5 # volatility-adapted stop
lot_size = account_risk / (stop_pips * XAUUSD_pip_value)
Automating gold
Calculating the correct lot size on every gold trade by hand is slow and error-prone under pressure. EV Risk Manager calculates the lot by risk % automatically and applies an ATR trailing stop — exactly what gold needs. And if you trade a full multi-strategy gold system, Master of Gold runs 8 strategies with ADX regime routing, calibrated for the London and New York sessions.
Conclusion
Gold rewards the structured trader and punishes the impulsive one. Trade the London–NY window, define your bias with structure, look for confluences (sweeps, FVG, levels) and — above all — size by fixed risk adapted to volatility. The difference between living off gold and burning the account isn't in the entries: it's in the management.
