Portfolio Value
—
from an initial $100,000 paper balance
A fully automated, ergodicity-filtered trading system, reporting every closed position in real time. No backtests, no curve fits, no hindsight. The numbers on this page are recomputed from the database on each load.
The gambler who wins on average may still be ruined in time. We optimise the trajectory, not the ensemble.
Every signal must clear one gate before it reaches the market: the expected log-return of the bet must be strictly positive. This filter rejects trades that look profitable on average but compound to zero, or worse, over a finite life. Position sizes follow a half-Kelly rule, capped at 15% of capital.
GARCH(1,1) volatility regime detector paired with a hidden Markov model for
market-state classification. Momentum is extracted via a Kalman filter.g = p·log(1+w) + (1−p)·log(1−ℓ) > 0. Trades
positive on average but destructive in time are rejected outright.f = 0.5 · (p·w − (1−p)·ℓ) / w, with a hard 15% capital ceiling.
We aim for trajectory growth, not variance.