EugenSoloviov
Fullstack · DevOps · Algotrading Developer
Building algorithmic trading platforms, HFT infrastructure, and AI-powered developer tools. Trading since 2011.
┌ CEO @ Marketmaker.cc | CTO @ Cmdop.com ┘
01. about / IDENTITY FILE
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.
02. algotrading / EXECUTION SYSTEMS
Trading Engineering & HFT
Deep expertise in building low-latency execution systems, high-fidelity backtesting engines, and automated listing monitors across multiple programming languages.
-
01 Backtesting Engine
Backtesting
- 01
Developed a tick-sim engine that matches live bot behavior minute-by-minute, eliminating backtest-to-live drift.
- 02
Implemented Genetic Optimization using Optuna (TPE, CMA-ES) for parallel parameter searching across 50+ threads.
- 03
Engineered a distributed compute cluster (3 nodes) with an in-memory cache, accelerating backtests by 26x.
- 04
Added support for 22 candle building methods including Renko, Range, and Tick/Volume Imbalance bars.
- 01
-
02 Event-Driven Execution
Listings
- 01
Built ultra-fast listing monitors in Rust and Zig, detecting new pairs via API and market-diff detection.
- 02
Developed low-latency, event-driven execution pipelines to automatically trade on high-volatility events.
- 01
-
03 High-Frequency Trading
HFT
- 01
Frontrunning Algorithms: Developed low-latency orderbook analyzers processing L1 (10ms) and L50 (20ms) streams simultaneously to hunt manipulator orders via adaptive deviation reduction.
- 02
Market Making & Scalping: Implemented models like Avellaneda-Stoikov and high-performance FIX protocol scalpers.
- 03
Execution Optimization: Optimized execution paths using fasthttp and custom gRPC adapters, achieving order placement in <1ms.
- 01
-
04 Multi-Market Exploitation
Arbitrage Systems
- 01
Inter-exchange & Pair: Connected to 30+ exchanges. Built spot/futures arbitrage with two-stage correlation divergence approach and advanced limit-order management.
- 02
Kimchi Premium: Developed a real-time monitoring and trading platform for Korean exchanges (Upbit) using a Go backend and Next.js dashboard.
- 03
Prediction Markets: Built Polymarket bots for arbitrage and copy-trading, exploiting event-driven inefficiencies.
- 04
Statistical Arbitrage: Researched and implemented stat-arb models on pseudographs (including the Bellman-Ford algorithm).
- 01
-
05 Quantitative Modeling
Portfolio Optimization
- 01
Hierarchical Risk Parity (HRP): Implemented HRP using hierarchical clustering (dendrograms) and covariance matrices to allocate risk optimally.
- 02
Risk Management: Integrated Hull-White CVaR correction to scale returns based on current volatility, dynamically converting risky assets to cash.
- 03
Modern Portfolio Theory: Applied mean-variance optimization and efficient frontier modeling for crypto portfolios.
- 04
Automated Balancers: Built a production Tinkoff ETF balancer bot for automated, rule-based portfolio rebalancing.
- 01
03. tech stack / CAPABILITY MATRIX
Technologies I use
Languages
4 UNITS- 01.01 TypeScript
- 01.02 JavaScript
- 01.03 Python
- 01.04 Go
Languages (basics)
8 UNITS- 02.01 Swift
- 02.02 Zig
- 02.03 Rust
- 02.04 Lua
- 02.05 C++
- 02.06 C#
- 02.07 Kotlin
- 02.08 Haskell
Databases
12 UNITS- 03.01 PostgreSQL
- 03.02 QuestDB
- 03.03 Redis
- 03.04 MongoDB
- 03.05 DuckDB
- 03.06 Parquet
- 03.07 Tarantool
- 03.08 MySQL
- 03.09 SQLite
- 03.10 ClickHouse
- 03.11 Apache Kafka
- 03.12 Hasura
API & Protocols
5 UNITS- 04.01 GraphQL
- 04.02 gRPC
- 04.03 REST
- 04.04 WebSocket
- 04.05 FIX Protocol
Frontend
8 UNITS- 05.01 React
- 05.02 Vue
- 05.03 Svelte
- 05.04 Angular
- 05.05 SwiftUI
- 05.06 UIKit
- 05.07 Apache ECharts
- 05.08 React Stockcharts
Cross-platform
3 UNITS- 06.01 Electron
- 06.02 Ionic
- 06.03 Capacitor
Exchange APIs
7 UNITS- 07.01 CCXT
- 07.02 Binance
- 07.03 Bybit
- 07.04 GateIO
- 07.05 MEXC
- 07.06 Bitget
- 07.07 Tinkoff Invest
DevOps & Infra
18 UNITS- 08.01 Docker
- 08.02 Docker Compose
- 08.03 Docker Swarm
- 08.04 Kubernetes
- 08.05 containerd
- 08.06 CRI-O
- 08.07 Nginx
- 08.08 Apache
- 08.09 Traefik
- 08.10 Istio
- 08.11 Ingress
- 08.12 Gateway API
- 08.13 Dokploy
- 08.14 Terraform
- 08.15 Argo CD
- 08.16 Pulumi
- 08.17 Prometheus
- 08.18 Grafana
04. frontier projects / COMMAND SYSTEMS
Where I'm leading
Two companies where I hold founding leadership roles.
05. projects / COMPLETE ARCHIVE
What I'm building
Across my own products, open-source tools, and HFT infrastructure research.
- GROUPS
- 06
- RECORDS
- 69
Trading
32 RECORDS- 01.01
ZigBolt
OPENHigh-performance messaging system in Zig — competitor to Aeron. Target: IPC RTT <100ns, 50M+ msg/sec.
active - 01.02
trading-ipc-bench
OPENIPC benchmarks for algorithmic trading: shared memory, Unix sockets, NNG, ZeroMQ, gRPC, Aeron — p50/p95/p99 latency.
active - 01.03
bingx-leverages
LOCKPython library for reverse-engineering BingX leverage tiers API.
active - 01.04
StockAPIs.com
LOCKCrypto market data from 100+ exchanges, <100ms latency. AI agents for portfolio management and autonomous trading.
wip - 01.05
Profitmaker.cc
OPENOpen-source trading terminal (frontend + backend) for self-hosting, expandable with modules.
wip - 01.06
Trender
LOCKHigh-performance tick-sim backtesting engine with Genetic Optimization (Optuna). Features 1s drill-down, distributed cluster (50+ threads), and 22+ candle building methods.
wip - 01.07
PolyTracker
LOCKPolymarket analytics with copy-trading, insider detection, and arbitrage scanner.
concept - 01.08
Avellaneda-Stoikov
LOCKImplementation of the Avellaneda-Stoikov HFT market making model. Includes multiple versions and TigerBeetle integration.
paused - 01.09
Frontrunner
LOCKBybit HFT bot — L1/L50 orderbook analysis, adaptive deviation reduction, and hot connection warming. Order placement in <1ms.
paused - 01.10
simple-fast-fix-scalper
OPENHigh-performance FIX protocol scalper in C++.
paused - 01.11
vector-arbitrage
LOCKC++ vector arbitrage system for crypto exchanges.
paused - 01.12
solana-arbitrage
LOCKArbitrage bot for Solana in Rust.
paused - 01.13
Listing Monitor
LOCKEvent-driven monitors for Upbit/Bithumb listings. Sub-100ms signal extraction from Telegram via gRPC. Optimized in Rust and Zig.
paused - 01.14
Binance Listing Rocket
LOCKAutomated trading on Binance listing events.
paused - 01.15
Calculate Listing Profit
LOCKDownloads trade data around listing events, builds candlestick data, provides detailed profit scenario analysis.
paused - 01.16
Markowitz Portfolio
LOCKPractical Modern Portfolio Theory for crypto portfolios — mean-variance optimization, efficient frontier.
paused - 01.17
copytrader
LOCKCopy trading platform for crypto exchanges.
paused - 01.18
Pair Arbitrage (Binance)
LOCKSpot/futures pair arbitrage on Binance — metrics, signals, and bots for detecting correlation divergence.
paused - 01.19
deep-profitmaker
OPENTrading architecture on pseudographs using Deep.Foundation.
paused - 01.20
Tinkoff ETF Balancer Bot
OPENOpen-source bot for automatic ETF portfolio rebalancing via Tinkoff Invest API.
paused - 01.21
candle-trade-visualizer
OPENOHLCV candlestick chart visualizer for trading data.
paused - 01.22
benchmarks-trading
LOCKOrder placement latency benchmarks across exchanges after connection warming — ping, keep-alive, p50/p95/p99.
paused - 01.23
market-manipulator-detection
LOCKRust library for detecting market manipulation patterns.
paused - 01.24
candle_aggregator_benchmark
OPENRust OHLCV candle aggregator, batch aggregator, and generator with benchmarks.
paused - 01.25
hyperliquid-c
OPENC adapter/SDK for Hyperliquid exchange API.
paused - 01.26
listingapis.com
OPENListing announcements API for crypto exchanges — data platform plus dashboard.
active - 01.27
Warehouse
OPENMarket-data warehouse on Go + IPFS: collectors, distributed storage, web UI.
active - 01.28
Kimchi
OPENKimchi-premium tracker: spread between Korean and global crypto markets.
active - 01.29
Metrics
LOCKCatalog of ~2500 trading indicators and metrics — FastAPI backend, Next.js frontend.
active - 01.30
Visual
LOCKNode-graph composer for strategies: React Flow over the metrics module library.
active - 01.31
Popularity
LOCKPopularity tracker for crypto assets: parsers across social and market sources.
active - 01.32
CRM
LOCKHedge-fund CRM: investor pipeline, Telegram integration, Postgres.
wip
AI
09 RECORDS- 02.01
GPUs
OPENGPU price aggregator: rental and cloud GPU offers from all providers, compared in one place.
active - 02.02
Solver
LOCKMCP-powered solver service: FastAPI backend + Next.js UI for agent-driven task solving.
active - 02.03
aicommit
OPENRust CLI for AI-generated commit messages via OpenRouter. 105 releases, VS Code extension, jail/blacklist failover.
active - 02.04
SDKRouter
LOCKUnified OpenAI-compatible Python SDK for 300+ AI models with Pydantic structured output and cost tracking.
active - 02.05
DjangoCFG
LOCKOpen-source Django framework with AI agents via Pydantic AI, MCP server, gRPC, WebSocket, vector search, crypto payments.
active - 02.06
OpenScreenshot
OPENmacOS screenshot tool for LLM context. Captures screen regions, auto-downscales to save tokens, sends PNG straight to clipboard.
active - 02.07
cmdop-claude
OPENPython package — Claude integration for Cmdop, remote AI agent management via PyPI.
active - 02.08
local-llm-proxy
LOCKMCP server — local LLM proxy for Claude Code with auto-fallback to cloud models.
active - 02.09
Open Agent Manager
OPENDesktop terminal for parallel AI coding agent sessions. Project sidebar, real PTY terminal, prompt queue. Local, SSH, or CMDOP connections.
paused
Pet Projects
13 RECORDS- 03.01
asdf
OPENTyping arena: speed-typing races and stats — Go backend, Next.js frontend.
active - 03.02
auth-service
OPENSelf-hosted SSO for every marketmaker.cc service — Go + Next.js, forwardAuth via Traefik.
active - 03.03
Backups
LOCKBackup dashboard over restic: schedules, snapshots and restore status across all servers.
active - 03.04
Researcher
OPENResearch aggregator: scrapers for papers, YouTube and GitHub repos, indexed with Meilisearch.
active - 03.05
Hlider
OPENOn-screen keyboard for Android/iOS by klava.org. Partner project.
active - 03.06
karabiner-visualizer
OPENWeb visualizer for Karabiner-Elements configs — view your macOS keyboard remaps as an interactive layout.
active - 03.07
distract-blocker
OPENQuiet Chrome MV3 extension that blocks distracting sites — side panel UI, 21-language i18n, custom shortcut, and a guardian mascot.
active - 03.08
MacChill
OPENmacOS menu bar app to monitor thermal pressure & auto-toggle Low Power Mode on Apple Silicon M1–M4.
active - 03.09
Sanctum
OPENVSCode-like desktop editor for AES-256-GCM encrypted file vaults.
active - 03.10
OpenLastPass
LOCKOpen-source password manager — Rust/Axum backend, React+TS frontend, Tauri desktop, React Native mobile, Argon2id/AES-256-GCM.
wip - 03.11
Vasya
OPENThe Telegram Client for Deep Focus — minimalist Telegram client (TypeScript + Rust backend).
paused - 03.12
macpurge
LOCKDeveloper-focused macOS disk cleaner utility.
paused - 03.13
deadline-in-days
OPENDeadline countdown app showing days remaining.
paused
Contract & Freelance
04 RECORDS- 04.01
Deep.foundation & Deep.memo
OPENOpen source startups. Fullstack dev: pseudo-graph DB, event-driven architecture, DevOps (Swarm, ArgoCD, Kubernetes, Terraform). 2022–present.
paused - 04.02
Dolphin.bi
OPENOpen-source crypto analytics marketplace. Sentiment analysis, ICO fundamental analysis. Went through Startupbootcamp. 2017–2018.
rip - 04.03
Shakeapp
OPENC2C/C2B sharing platform (car & home rental). React developer. 2020–2022.
rip - 04.04
centrum-air.com
OPENWebsite for a private airline in Uzbekistan. 2023.
left
Graveyard
08 RECORDS- 05.01
Kupi.network
OPENOpen-source crypto trading terminal supporting 130+ crypto exchanges. Two versions: React (class-based) and Vue 2. 2018–2019.
rip - 05.02
Kupi.ru
OPENMarketplace. Went through FRII acceleration. 2013.
rip - 05.03
Kupi.net
OPENWebsite builder startup. Partner. 2019–2020.
rip - 05.04
DeepChain
LOCKBlockchain on Cosmos SDK. 2024.
rip - 05.05
Dolphin.bi
OPENOpen-source crypto analytics marketplace. Sentiment analysis, ICO fundamental analysis, ICOFaces. ICO (unsuccessful). Went through Startupbootcamp. 2017–2018.
rip - 05.06
Bursa.dex
OPENOpen-source decentralized exchange. Solidity smart contract, Web3.js, orderbook caching. Won BlockchainHack by Waves. 2017.
rip - 05.07
de-core.net
OPENWeb development studio. Started as solo freelancer, grew to team of 3-7 devs. ~200 websites built. 2010-2016.
rip - 05.08
Thermom
OPENPartner in startup. Frontend for mobile app. Went through Bayer acceleration. 2016.
rip
Publications
03 RECORDS- 06.01
The Algotrading Book
OPENOnline book about algorithmic trading — strategies, backtesting, infrastructure, and practical guides.
active - 06.02
Mathematics for Trading
OPENOpen-source book covering the math foundations traders need — statistics, linear algebra, optimization, and stochastic calculus for algorithmic and quantitative trading.
wip - 06.03
Blog on Marketmaker.cc
OPENArticles on backtesting methodology, QuestDB analytics, Monte Carlo bootstrap, anomaly detection, profit/loss asymmetry, and more.
active
06. communities / PUBLIC CHANNELS
My communities
suenot_dev
My personal dev blog — notes on trading, HFT, AI tooling, and side projects.
02klava.org
Main klava.org community group.
03Keyboards: ergonomics & layouts
Chat about designing ergonomic keyboards and keyboard layouts.
07. contact / OPEN COMMUNICATION LINK
Get in touch
Open to interesting projects, collaboration, or just a chat about trading, HFT, or AI tooling.