Eugen Soloviov

Eugen Soloviov

Trading-systems engineer

Trading-systems engineer building bots since 2017: cross-exchange arbitrage (connected up to 30 venues), cointegration-based pairs arbitrage across spot and futures, scalping, news and sentiment-driven strategies, trend algorithms, and portfolio management and balancing algorithms. Also builds sub-millisecond order execution, big-data warehouses, backtesting engines, AI agents, and trading interfaces (incl. open-source profitmaker.cc). Stack: JS/TS, Python, Rust/Zig/Go, DevOps, backend, frontend, architecture.

Articles

Funding Rate Arbitrage Across Exchanges: How to Profit from Rate Differences

Funding Rate Arbitrage Across Exchanges: How to Profit from Rate Differences

How funding rate arbitrage works across crypto exchanges, why rates differ on Binance, Bybit, OKX and dYdX, and how to build a monitoring and execution system to extract profit from these discrepancies.

QuestDB for Algorithmic Trading: SQL Extensions That Change the Game

QuestDB for Algorithmic Trading: SQL Extensions That Change the Game

Deep dive into QuestDB's time-series SQL extensions: SAMPLE BY, ASOF JOIN, HORIZON JOIN, WINDOW JOIN, LATEST ON, and real-world trading query patterns.

QuestDB for Algorithmic Trading: From Order Books to Production Architecture

QuestDB for Algorithmic Trading: From Order Books to Production Architecture

Materialized views, 2D array order book analytics, and reference architecture for a QuestDB-powered algorithmic trading platform.

QuestDB for Algorithmic Trading: Architecture That Speaks the Language of Markets

QuestDB for Algorithmic Trading: Architecture That Speaks the Language of Markets

Deep dive into QuestDB's three-tier storage architecture — WAL, columnar storage, and Parquet on object storage — and schema design principles for algorithmic trading systems.

Data Communication in Algo Trading Systems: A Technology Overview

Data Communication in Algo Trading Systems: A Technology Overview

We analyze communication technologies at all levels of an algorithmic trading platform: from exchange connectivity protocols (REST, WebSocket, FIX) to internal IPC, message brokers, and data stores.

Loss-Profit Asymmetry: The Math That Kills Your Deposit

Loss-Profit Asymmetry: The Math That Kills Your Deposit

Why losing 50% requires 100% growth to recover, how volatility drag destroys capital even in sideways markets, and which formulas every algo trader must know for building risk management.

Complex Arbitrage Execution in Rust: From Nanoseconds to Atomic Multi-Legs

Complex Arbitrage Execution in Rust: From Nanoseconds to Atomic Multi-Legs

How to squeeze maximum performance out of Rust for multi-leg arbitrage execution: io_uring, lock-free order books, LMAX Disruptor, SIMD, type-state machines, and arena allocators.

GNN, Transformers, and RL for Arbitrage: When Neural Networks Learn to Trade

GNN, Transformers, and RL for Arbitrage: When Neural Networks Learn to Trade

How graph neural networks find arbitrage chains in 78 ms, why RL agents show 142% annual returns against 12% for rule-based bots, and how to build an integrated system in Rust.

Matrices, Tensors, and Tropical Algebra: Linear Algebra for Arbitrage Detection

Matrices, Tensors, and Tropical Algebra: Linear Algebra for Arbitrage Detection

How the matrix of exchange rates, eigenvalues, tropical algebra, and tensor decompositions turn cryptocurrency market chaos into clear arbitrage signals.

Vine Copulas for Arbitrage: Modeling High-Dimensional Dependencies

Vine Copulas for Arbitrage: Modeling High-Dimensional Dependencies

How to use Vine Copulas to identify hidden dependencies between dozens of crypto assets and build robust, high-dimensional statistical arbitrage strategies.

Futures-Spot Arbitrage: From Cash-and-Carry to DeFi-CeFi

Futures-Spot Arbitrage: From Cash-and-Carry to DeFi-CeFi

How funding rates, basis, and the convergence of decentralized and centralized markets create risk-free opportunities for capital in the crypto market.

Graph Algorithms for Arbitrage Detection: From Bellman-Ford to RICH

Graph Algorithms for Arbitrage Detection: From Bellman-Ford to RICH

How negative cycles, multi-asset graphs, and the RICH algorithm identify arbitrage opportunities in the deep cryptocurrency market with sub-millisecond precision.