Algorithmic Trading Platform
Python · MetaTrader 5
Private · code on requestAn institutional-style, multi-strategy trading platform (FX & indices) on an FTMO $100K demo: backtesting engine, risk governance (kill-switches, position sizing) and automated VPS deployment. Validation pipeline with pre-registered theses, permutation & CPCV testing and frozen-rule reviews; its governance closed its largest strategy when forward data invalidated it. 842 passing tests.
PythonMetaTrader 5BacktestingRisk MgmtVPS / systemd
Futures Strategy Research
Python · pandas · statsmodels
Private · research IPQuantitative research framework for futures markets: 16 years of minute data across ~20 instruments (index, energy, metals, rates, FX), vectorized no-look-ahead backtesting with real rolled-contract P&L, and an anti-overfitting validation stack (Deflated Sharpe, PBO, purged CV / CPCV, Reality Check / SPA). ~85 pre-registered hypotheses in an append-only registry; a strict acceptance gate has passed 0 strategies so far, reported honestly.
PythonpandasstatsmodelsBacktestingStatistical Validation
Prediction-Market Data Pipeline
Python · DuckDB · asyncio
Async pipeline that ingests Polymarket prediction-market data and tracks whale wallets into a DuckDB warehouse. Resumable, checkpointed ingestion across three public APIs, with a clean analytical schema.
PythonDuckDBasyncioREST APIsData Engineering
Real-Time On-Chain Monitor
TypeScript · WebSockets
Streams Solana wallet activity in real time via Helius WebSockets and parses swaps (Raydium / Pump / Jupiter) with a balance-diff parser. Strict TypeScript, versioned migrations, fully observation / paper-only.
TypeScriptNode.jsWebSocketsSQLite
Solana DeFi Liquidation Bot
TypeScript · Pyth
Scans lending protocols (MarginFi, Solend, Kamino) for under-collateralised positions and builds atomic liquidation transactions, with strict risk guards (dry-run, per-trade and daily-loss caps) and Pyth price feeds.
TypeScriptSolanaDeFiPyth