Where It Started
Taciturn started whilst I was starting out trading, the idea came in the vision of a terminal that could give me financial insights on what the market of my choice was doing, whether it was near the daily high or daily low, and after coding a trend manager i could receive financial call outs via this terminal, telling me to buy or sell there was alot of other infomation which id look at usually whilst trading such as session deltas, yesterdays highs and lows, data id usually look at manually this was about 700 lines of code no broker integration no execution

The next version was to put this on a gui which would scan for patterns using candlesticks, then would give me an outlook based on strong buy, buy, sell or strong sell, given the bias an hourly breifing would occur telling me what ive missed, this was during the time i was busy with work and would often miss market movmements due to other commitments.

Taciturn which was previously called ‘SPS’ for silver processing system, was getting really good at predicting market movements, I would start acting accordingly to what the system has prompted, which lead to many sucessful trades so much so I wanted to automate it, however this was a much bigger task than I thought it would be after having no prior coding knowledge.
How It Evolved
The project grew in phases. Each one introduced a new broker, a new strategy, or a new layer of infrastructure:
v1–3 (Alpaca, paper trading) — ETF trading on GLD and SLV using candlestick pattern recognition on daily bars. Win rates looked promising on backtests — 60–80% on some patterns. Then I moved to intraday bars and they collapsed to 14–45%. Patterns that work on daily data often don’t survive the noise of shorter timeframes. That was a costly discovery.
v4 (OANDA, spot forex) — Migrated entirely to OANDA for XAU/USD and XAG/USD spot forex. Rebuilt the signal stack around indicator-based approaches: volume-weighted momentum crossovers, MACD histogram signals, pure indicator models. Added a trend filter that checks the hourly EMA slope before every trade — if the trend is flat or against you, it blocks entry.
v5 (current) — Multiple signals running in parallel, risk management with broker-level stop losses on every order, a full web dashboard, and Pushover notifications. The system runs continuously, manages its own cooldowns, and halts itself if daily losses exceed a threshold.
The most up to date gui, in the early days of developmentWhat I’d Do Differently
A lot. In rough order of importance:
- Demo mode for three months before any real capital. I jumped into live-adjacent testing too early. Bugs that seem minor in development become expensive in production.
- Build the backtest engine first. Every signal I’ve added has had to be validated retrospectively. A proper backtest framework would have saved weeks.
- Pick one broker and stay there. Migrating mid-project is expensive in time and introduces subtle bugs — currency conversion errors, API differences, state management issues.
- Only trade gold. Gold is liquid, well-documented, and moves in ways that technical signals can capture. Silver is noisier. Crypto is a different category entirely.
- Forecast bugs before they’re expensive. Duplicate trades from race conditions. Stop losses set at the wrong scale. Currency conversions applied twice. All of these happened and all of them were avoidable with more careful design upfront.
Where It Is Now
As of June 2026, Taciturn runs 24/7 on a DigitalOcean VPS in London — no longer dependent on the laptop being open. All-time P&L stands at approximately £7,166 across 889 closed trades since February 2025.
The active signal stack uses volume-weighted momentum crossovers (vol_momentum_bull/bear) gated through an H1 EMA trend filter, alongside MACD histogram signals and several candlestick-based patterns. The volume threshold requires 1.2x average volume to confirm a signal, filtering out low-conviction moves. Settings-based SL/TP override all ATR calculations — whatever is set in the dashboard is final on every order.
The infrastructure now includes a real-time web dashboard, a geopolitical news terminal, a Neural Link RAG memory system, and an analytics layer — all exposed via Cloudflare Tunnel at taciturn.uk.
The goal remains consistent demo profitability before deploying real capital.
Live Dashboard
Visitor Access
You can view the Taciturn dashboard live. Use the credentials below — click to copy.