Sterling Foxx — Silver (XAG/USD) Signal Desk (Python)
Sterling Foxx is the Silver (XAG/USD) desk from the Synthetic Capital / Charting the Rubicon AI Agents Fund — isolated into a single standalone Python script you can run yourself. It reproduces the exact decision the fund's Sterling Foxx desk makes.
What it does
Foxx is the agile counterpart to the patient gold desk. Silver is faster and more reactive than gold, so he catches its swings with an RSI(2) pullback inside an established trend — requiring both a deep oversold reading and price above its long trend average, with a Bollinger-band break as a secondary trigger. Each run reads real silver candles and prints the desk's current call — LONG, SHORT, or FLAT — with entry, an ATR-based stop, and a 0–1 conviction score, as of the last completed candle.
Signal only. The script never places an order and never touches your account.
What's included
-
sterling_foxx_silver.py— the self-contained desk script (only dependencies: requests, pandas, numpy) -
SETUP_GUIDE— a plain-English, step-by-step setup guide for non-coders
Requirements
- Python 3 and
pip install requests pandas numpy - A free OANDA practice API token (read-only pricing)
Historical backtest — zero-fee paper model on real prices
- Archetype: RSI(2) pullback · 15-minute · 540-day OANDA history
- Net return +40.3% · Sharpe 1.15 · Max drawdown −13.4% · Win rate 65.8% · 4 of 4 positive walk-forward folds
Important: These figures are a zero-fee, zero-slippage paper model on historical data. They are not a forecast and not a promise of profit — live spread, commissions, and slippage will reduce results. This is a research tool, not financial advice. Past performance does not indicate future results, and you are responsible for any trading decisions you make.