Mar 30, 2026·Kraken-LLM
Kraken-LLM: Agentic Trading Desk
Wired autonomous Claude workflows into the trading loop. The bot now runs agent-driven decision cycles — market analysis, position management, and trade execution as coordinated LLM tasks. Stabilised the full CI suite: eliminated flaky async tests, fixed cooldown defaults, made surveillance and gateway tests deterministic.
AgentsClaude AICI
Mar 30, 2026·Bathala
Bathala: Project Command Centre Goes Live
Launched Bathala — a self-hosted life dashboard with liquid glass UI. Multi-user system from day one: Mito's project command centre alongside Iony's business dashboard with order management. Built-in terminal via WebSocket, pipeline views, and modular architecture. Split the monolith into clean modules within 24 hours of launch. FastAPI backend, Alpine.js frontend, zero external dependencies.
LaunchFastAPIMulti-User
Mar 29, 2026·Kraken-LLM
Kraken-LLM: Full LLM Integration
Six LLM features wired into the trading loop: gate (entry filter), regime classifier, exit adviser, trade journal, strategy selector, and parameter tuner. Added news sentiment analysis scoring headlines as entry signals. Strategy research mode analyses trade history for pattern insights. 12 real (non-mock) LLM integration tests. Addressed 4 CRITICALs and 5 HIGHs from code review.
LLMClaude AITradingTesting
Mar 29, 2026·Kraken-LLM
Kraken-LLM: Futures, Risk, and Multi-Strategy
Added Kraken Futures support with REST-only execution at 5x lower fees. Risk sophistication: Half-Kelly sizing, volatility-adjusted positions, correlation-aware portfolio heat. Multi-strategy framework running mean reversion alongside volume confirmation. Multi-timeframe analysis with 4H primary candles and daily trend filter. Trailing stop re-submission and limit order support.
FuturesRisk ManagementStrategy
Mar 26, 2026·Kraken-LLM
Kraken-LLM: Dashboard & Backtesting Engine
Built a trading dashboard (FastAPI + React + TradingView charts) deployed at trade.genkaw.com. Added backtesting engine with parameter sweep, walk-forward validation, multi-symbol support, and CSV export. Discord notifications for decisions and trades. Corrected Sortino ratio, profit factor, and equity curve calculations after review.
DashboardBacktestingTradingView
Mar 23, 2026·Kraken-LLM
Kraken-LLM: Volatility Breakout Strategy
Replaced SMA/EMA crossover with a volatility breakout strategy. Restart-safe trailing stops with persisted highest_price. Architectural hardening of the strategy branch. Health monitor tests and pre-commit test enforcement hook. The strategy is simpler, more robust, and better suited to crypto's regime-driven volatility.
StrategyBreakoutArchitecture
Mar 22, 2026·Kraken-LLM
Kraken-LLM: Built From Scratch
Complete ground-up build of the Kraken trading system. Five-layer architecture: Exchange, State, Decision, Execution, Control — each with full test suites. Package restructured from flat src/ to proper kraken_llm layout. Ruff linter, GitHub Actions CI, Docker deployment, systemd service configs. From empty repo to production-ready in one sprint.
ArchitectureLaunchPython
Mar 22, 2026·Bitvavo-LLM
Bitvavo-LLM: Complete Architecture Redesign
Tore down and rebuilt the entire Bitvavo trading bot. Migrated from timer-based polling to event-driven WebSocket architecture with SOL as primary asset. Five-layer redesign: exchange, state, decision, execution, control — each audited and tested independently. 150/150 test battery across 50 rounds and 3 suites. Tiered LLM sessions, async Discord, health endpoint. Multiple audit passes fixing 18+ bugs across all layers.
ArchitectureWebSocketTrading
Mar 20, 2026·Bitvavo-LLM
Bitvavo-LLM: Day-Trading Conversion
Converted the bot from swing trading to active day-trading. 15-minute sessions, sentinel monitoring, exchange stops. Rules grew from initial set to 41 — covering anti-complacency, missed setup tracking, buy-hold benchmarking, deployment deadline expiry. Added lesson promotion system where insights survive but one-off observations expire. Separate Discord channels for quick alerts vs full analysis.
Day TradingRulesDiscord
Mar 19, 2026·Bitvavo-LLM
Bitvavo-LLM: Initial Build
First build of the Bitvavo trading bot. Shell scripts prep market data, LLM reads files and decides. Support/resistance entries, position limits, trap awareness. Seven core trading principles to prevent beginner mistakes. Systemd timer deployment. Started with Sonnet, switched to Opus within two days for better reasoning on complex market states.
LaunchTradingClaude AI
Mar 7, 2026·Genkaw
Genkaw: Repo Audit & Accessibility
Full repository audit. Fixed 5 correctness bugs, added ARIA tabs pattern to filter components, arrow-key navigation on dropdowns, proper focus management on mobile nav. Restructured content architecture and extracted inline prop types. Added GitHub Actions CI pipeline for PR validation. Standardised colour scales and eliminated DRY violations.
AccessibilityCICode Quality