Eugen
Soloviov
Fullstack · DevOps · Algotrading Developer
Building algorithmic trading platforms, HFT infrastructure, and AI-powered developer tools. Trading since 2011.
01. about
Who I am
I'm CEO of Marketmaker.cc (an algorithmic trading platform) and CTO of Cmdop.com.
I've been interested in cryptocurrencies and stock markets since 2011. Started with manual trading, gradually automated everything, and now focus on building HFT infrastructure and algorithmic trading platforms.
Full-stack developer with deep expertise in TypeScript/JavaScript, Python, Go. Based in Moscow.
Current focus
HFT Infrastructure
Building ZigBolt — a Zig-based messaging system targeting <100ns IPC latency, 50M+ msg/sec
Algorithmic Trading
Marketmaker.cc — scalping terminal + backtesting engine for multi-timeframe strategies
AI Tooling
SDKRouter for 300+ AI models, DjangoCFG with Pydantic AI agents, Cmdop remote management
Market Data
StockAPIs.com — crypto market data from 100+ exchanges, <100ms latency
02. algotrading
Trading Engineering & HFT
Deep expertise in building low-latency execution systems, high-fidelity backtesting engines, and automated listing monitors across multiple programming languages.
Backtesting
Backtesting Engine
- ▹ Developed a tick-sim engine that matches live bot behavior minute-by-minute, eliminating backtest-to-live drift.
- ▹ Implemented Genetic Optimization using Optuna (TPE, CMA-ES) for parallel parameter searching across 50+ threads.
- ▹ Engineered a distributed compute cluster (3 nodes) with an in-memory cache, accelerating backtests by 26x.
- ▹ Added support for 22 candle building methods including Renko, Range, and Tick/Volume Imbalance bars.
Listings
Event-Driven Execution
- ▹ Built ultra-fast listing monitors in Rust and Zig, detecting new pairs via API and market-diff detection.
- ▹ Developed low-latency, event-driven execution pipelines to automatically trade on high-volatility events.
HFT
High-Frequency Trading
- ▹ Frontrunning Algorithms: Developed low-latency orderbook analyzers processing L1 (10ms) and L50 (20ms) streams simultaneously to hunt manipulator orders via adaptive deviation reduction.
- ▹ Market Making & Scalping: Implemented models like Avellaneda-Stoikov and high-performance FIX protocol scalpers.
- ▹ Execution Optimization: Optimized execution paths using fasthttp and custom gRPC adapters, achieving order placement in 3-7ms.
Arbitrage Systems
Multi-Market Exploitation
- ▹ Inter-exchange & Pair: Connected to 30+ exchanges. Built spot/futures arbitrage with two-stage correlation divergence approach and advanced limit-order management.
- ▹ Kimchi Premium: Developed a real-time monitoring and trading platform for Korean exchanges (Upbit) using a Go backend and Next.js dashboard.
- ▹ Prediction Markets: Built Polymarket bots for arbitrage and copy-trading, exploiting event-driven inefficiencies.
- ▹ Statistical Arbitrage: Researched and implemented stat-arb models on pseudographs (including the Bellman-Ford algorithm).
Portfolio Optimization
Quantitative Modeling
- ▹ Hierarchical Risk Parity (HRP): Implemented HRP using hierarchical clustering (dendrograms) and covariance matrices to allocate risk optimally.
- ▹ Risk Management: Integrated Hull-White CVaR correction to scale returns based on current volatility, dynamically converting risky assets to cash.
- ▹ Modern Portfolio Theory: Applied mean-variance optimization and efficient frontier modeling for crypto portfolios.
- ▹ Automated Balancers: Built a production Tinkoff ETF balancer bot for automated, rule-based portfolio rebalancing.
03. tech stack
Technologies I use
Languages
Languages (basics)
Databases
API & Protocols
Frontend
Cross-platform
Exchange APIs
DevOps & Infra
04. frontier projects
Where I'm leading
Marketmaker.cc
activeAlgorithmic trading platform & scalping terminal. 60+ crypto exchanges, real-time data, backtesting engine.
Cmdop.com
activeRemote server management via AI agents. Telegram/Discord/Slack bots, browser automation, skills marketplace.
05. projects
What I'm building
Across my own products, open-source tools, and HFT infrastructure research.
Trading
ZigBolt
High-performance messaging system in Zig — competitor to Aeron. Target: IPC RTT <100ns, 50M+ msg/sec.
trading-ipc-bench
IPC benchmarks for algorithmic trading: shared memory, Unix sockets, NNG, ZeroMQ, gRPC, Aeron — p50/p95/p99 latency.
bingx-leverages
Python library for reverse-engineering BingX leverage tiers API.
StockAPIs.com
Crypto market data from 100+ exchanges, <100ms latency. AI agents for portfolio management and autonomous trading.
Profitmaker.cc
Open-source trading terminal (frontend + backend) for self-hosting, expandable with modules.
Trender
High-performance tick-sim backtesting engine with Genetic Optimization (Optuna). Features 1s drill-down, distributed cluster (50+ threads), and 22+ candle building methods.
PolyTracker
Polymarket analytics with copy-trading, insider detection, and arbitrage scanner.
Avellaneda-Stoikov
Implementation of the Avellaneda-Stoikov HFT market making model. Includes multiple versions and TigerBeetle integration.
Frontrunner
Bybit HFT bot — L1/L50 orderbook analysis, adaptive deviation reduction, and hot connection warming. Order placement in 3–7ms.
simple-fast-fix-scalper
High-performance FIX protocol scalper in C++.
vector-arbitrage
C++ vector arbitrage system for crypto exchanges.
solana-arbitrage
Arbitrage bot for Solana in Rust.
Listing Monitor
Event-driven monitors for Upbit/Bithumb listings. Sub-100ms signal extraction from Telegram via gRPC. Optimized in Rust and Zig.
Binance Listing Rocket
Automated trading on Binance listing events.
Calculate Listing Profit
Downloads trade data around listing events, builds candlestick data, provides detailed profit scenario analysis.
Markowitz Portfolio
Practical Modern Portfolio Theory for crypto portfolios — mean-variance optimization, efficient frontier.
copytrader
Copy trading platform for crypto exchanges.
Pair Arbitrage (Binance)
Spot/futures pair arbitrage on Binance — metrics, signals, and bots for detecting correlation divergence.
deep-profitmaker
Trading architecture on pseudographs using Deep.Foundation.
Tinkoff ETF Balancer Bot
Open-source bot for automatic ETF portfolio rebalancing via Tinkoff Invest API.
candle-trade-visualizer
OHLCV candlestick chart visualizer for trading data.
benchmarks-trading
Order placement latency benchmarks across exchanges after connection warming — ping, keep-alive, p50/p95/p99.
market-manipulator-detection
Rust library for detecting market manipulation patterns.
candle_aggregator_benchmark
Rust OHLCV candle aggregator, batch aggregator, and generator with benchmarks.
hyperliquid-c
C adapter/SDK for Hyperliquid exchange API.
AI
aicommit
Rust CLI for AI-generated commit messages via OpenRouter. 105 releases, VS Code extension, jail/blacklist failover.
SDKRouter
Unified OpenAI-compatible Python SDK for 300+ AI models with Pydantic structured output and cost tracking.
DjangoCFG
Open-source Django framework with AI agents via Pydantic AI, MCP server, gRPC, WebSocket, vector search, crypto payments.
OpenScreenshot
macOS screenshot tool for LLM context. Captures screen regions, auto-downscales to save tokens, sends PNG straight to clipboard.
cmdop-claude
Python package — Claude integration for Cmdop, remote AI agent management via PyPI.
local-llm-proxy
MCP server — local LLM proxy for Claude Code with auto-fallback to cloud models.
Open Agent Manager
Desktop terminal for parallel AI coding agent sessions. Project sidebar, real PTY terminal, prompt queue. Local, SSH, or CMDOP connections.
Pet Projects
Hlider
On-screen keyboard for Android/iOS by klava.org. Partner project.
karabiner-visualizer
Web visualizer for Karabiner-Elements configs — view your macOS keyboard remaps as an interactive layout.
MacChill
macOS menu bar app to monitor thermal pressure & auto-toggle Low Power Mode on Apple Silicon M1–M4.
Sanctum
VSCode-like desktop editor for AES-256-GCM encrypted file vaults.
OpenLastPass
Open-source password manager — Rust/Axum backend, React+TS frontend, Tauri desktop, React Native mobile, Argon2id/AES-256-GCM.
Vasya
The Telegram Client for Deep Focus — minimalist Telegram client (TypeScript + Rust backend).
macpurge
Developer-focused macOS disk cleaner utility.
deadline-in-days
Deadline countdown app showing days remaining.
Contract & Freelance
Deep.foundation & Deep.memo
Open source startups. Fullstack dev: pseudo-graph DB, event-driven architecture, DevOps (Swarm, ArgoCD, Kubernetes, Terraform). 2022–present.
Dolphin.bi
Open-source crypto analytics marketplace. Sentiment analysis, ICO fundamental analysis. Went through Startupbootcamp. 2017–2018.
Shakeapp
C2C/C2B sharing platform (car & home rental). React developer. 2020–2022.
centrum-air.com
Website for a private airline in Uzbekistan. 2023.
Graveyard
Kupi.network
Open-source crypto trading terminal supporting 130+ crypto exchanges. Two versions: React (class-based) and Vue 2. 2018–2019.
Kupi.ru
Marketplace. Went through FRII acceleration. 2013.
Kupi.net
Website builder startup. Partner. 2019–2020.
DeepChain
Blockchain on Cosmos SDK. 2024.
Dolphin.bi
Open-source crypto analytics marketplace. Sentiment analysis, ICO fundamental analysis, ICOFaces. ICO (unsuccessful). Went through Startupbootcamp. 2017–2018.
Bursa.dex
Open-source decentralized exchange. Solidity smart contract, Web3.js, orderbook caching. Won BlockchainHack by Waves. 2017.
de-core.net
Web development studio. Started as solo freelancer, grew to team of 3-7 devs. ~200 websites built. 2010-2016.
Thermom
Partner in startup. Frontend for mobile app. Went through Bayer acceleration. 2016.
Publications
The Algotrading Book
Online book about algorithmic trading — strategies, backtesting, infrastructure, and practical guides.
Mathematics for Trading
Open-source book covering the math foundations traders need — statistics, linear algebra, optimization, and stochastic calculus for algorithmic and quantitative trading.
Blog on Marketmaker.cc
Articles on backtesting methodology, QuestDB analytics, Monte Carlo bootstrap, anomaly detection, profit/loss asymmetry, and more.
06. communities
My communities
07. contact
Get in touch
Open to interesting projects, collaboration, or just a chat about trading, HFT, or AI tooling.