Strategy Detail
Gold/Silver Ratio
Shorts the gold/silver ratio when it stretches to an extreme and covers when it compresses back. One-sided, rare, long-hold mean reversion between two metals.
Sample runs (3)
What It Does
The gold/silver ratio is the number of silver ounces that one ounce of gold buys. It is a single value that summarizes how the two metals are priced relative to each other, and it tends to mean-revert across decades. When fear dominates, investors crowd into gold faster than silver, the ratio stretches high, and silver looks cheap relative to gold. When confidence returns and industrial demand picks up, silver tends to catch up, and the ratio compresses back toward its long-run range.
This strategy expresses that mean-reversion thesis directly. On each daily close it computes:
GSR = gold_close / silver_close
When GSR is very high (default: at or above 90), the strategy assumes silver is priced at a fear-driven extreme and positions for compression. It sells 1 gold futures contract and buys 10 silver futures contracts at the same time. The short-gold leg profits if gold falls; the long-silver leg profits if silver rallies. Either leg, or both, can drive the eventual gain when the ratio normalizes.
When the ratio compresses back below the exit threshold (default: below 75), the strategy flattens both legs together and goes flat.
The trade is one-sided. The strategy never takes the opposite position (long gold, short silver) when the ratio looks compressed. It sits flat between trades, and those flat stretches can last years. Historically the ratio has only stretched above 90 a handful of times per decade, so expect rare entries and holding periods measured in months rather than days.
The 1 gold to 10 silver sizing is a convention carried from the reference article, not a dollar-neutral hedge. At typical prices the silver leg carries several times the notional of the gold leg, so the realized P&L is driven mostly by silver rallying rather than gold falling. That is consistent with how the trade tends to resolve historically, but worth naming rather than hiding.
Key Characteristics
- Daily evaluation on the close of both contracts
- One-sided short-the-ratio trade; no opposite-direction entries
- No stops and no profit targets; the exit threshold is the only unwind trigger
- Always flat between trades
- Fixed 1 gold : 10 silver sizing by default, configurable
Known Weaknesses
- Long holding periods. Each trade can sit open for many months, and the unrealized drawdown inside the hold can reach the low tens of percent of initial capital before recovery
- Very low trade frequency. The strategy spends most of its time flat
- Strict threshold evaluation. If the ratio briefly pierces the exit level and snaps back, the strategy will exit and may re-enter on the next cross above the entry threshold, producing more trades than a smoother implementation would
- Silver-dominated P&L. The trade profits much more from silver rallying than from gold falling, so it is not a true relative-value hedge
Best In
- Macro regimes where the metals complex is rotating and the ratio has room to normalize after a stress spike
- Portfolios that can tolerate long idle periods and months-long holding windows
- Capital sized so that the larger silver leg is not margin-dominant
Further Reading
Presets (4)
Named parameter bundles for this family. Pick one to see its parameters and pre-fill the New Backtest form. The form lets you adjust contract, date range, and capital before running.
Preset
Classic Wide Band (90 / 75)
The reference preset from the original write-up. Short the ratio when it crosses 90, cover when it compresses back below 75. Rare trades, long holds.
Preset
Tight Band (85 / 65)
Earlier entry at 85 and a deeper exit target at 65. Catches more setups but exits later, increasing per-trade exposure to a regime change.
Preset
Wide Band (100 / 85)
Only trade extreme stretches above 100. Very rare, but the entries that do fire have historically resolved cleanly.
Preset
Heavy Silver (90 / 75, 20:1)
Same band as the classic preset but doubles the silver leg to a 20:1 ratio. Larger gross exposure; closer to dollar-neutral for typical gold/silver price ratios.