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

The Other Way a Regression Lies: Endogeneity, 2SLS, and the Gamma Calibration Problem

The Other Way a Regression Lies: Endogeneity, 2SLS, and the Gamma Calibration Problem

Selection bias in the search is not the only way a regression fools you. When the regressor is correlated with the error, more data makes the estimate more confidently wrong. Instrumental variables applied to the one endogeneity problem this blog has already left open: permanent impact from net taker flow.

Hawkes Processes for Order Arrival and Market Event Modeling

Hawkes Processes for Order Arrival and Market Event Modeling

Fitting a self-exciting point process to real crypto trade tape: where the three numbers (mu, alpha, beta) come from, how to estimate the branching ratio n, whether the exponential kernel survives a goodness-of-fit test, and how much n moves when you change the estimation window.

Hamiltonian Neural Networks: Does a Financial System Conserve Anything?

Hamiltonian Neural Networks: Does a Financial System Conserve Anything?

Hamiltonian Neural Networks are provably stable — but stability is worthless if the conserved quantity does not exist. Learning a scalar H via autograd, symplectic integration, and the falsification test that decides whether a financial (q, p) pair is canonical at all.

Toda-Yamamoto vs Differenced Granger: Does the BTC Lead-Lag Survive?

Toda-Yamamoto vs Differenced Granger: Does the BTC Lead-Lag Survive?

Granger causality on crypto prices done two ways — differenced returns and Toda-Yamamoto on levels — with a correct Wald implementation, an effective-N corrected causality matrix, and a rolling-stability test of whether the lag is tradeable at all.

ノンパラメトリック価格モデリングのためのガウス過程

ノンパラメトリック価格モデリングのためのガウス過程

財務時系列のカーネル設計 - マザーン粗さ、局所的な周期的組成、スペクトル混合 - および検証セットを必要としない正則化器としての周辺尤度。さらに、取引可能になる前にまだ測定する必要があるものの正直なリストも含まれています。

PDE ベースの財務モデリング用のフーリエ ニューラル演算子

PDE ベースの財務モデリング用のフーリエ ニューラル演算子

演算子の学習は、点ではなく関数空間全体をマップします。フーリエニューラル演算子が周波数空間で偏微分方程式解演算子をどのようにパラメータ化するか、オプション価格設定のために何を購入するか、実際のハードウェアでの測定がまだ必要なクレームはどれかを示します。

1 日のコンテキストは 10 分間のコンテキストに勝りますか?フラッシュ アテンションとシーケンス長の問題

1 日のコンテキストは 10 分間のコンテキストに勝りますか?フラッシュ アテンションとシーケンス長の問題

Flash アテンションは、タイリング、オンライン ソフトマックス、N^2 d^2 / M の IO 境界など、23,400 ステップの取引コンテキストを計算的に自由にします。コンテキストが長くなるとモデルがより良くなるかどうかは別の問題であり、それは主張するのではなく測定する必要があります。

アンサンブル手法: 弱い学習器を組み合わせて堅牢なアルファを実現する

アンサンブル手法: 弱い学習器を組み合わせて堅牢なアルファを実現する

アンサンブル取引に関するこのブログで取り上げていない 3 つのこと: モデル数ではなく共分散項がアンサンブル誤差の大半を占める理由、フォールド外のメタ特徴を備えたシグナル組み合わせレイヤーとしてスタッキングがどのように機能するか、多くのシグナルにわたるターンオーバーネッティングが実際に実行コストを削減するかどうかです。

ダブルマシンラーニング:リターンを予測する代わりに因果パラメータを推定する

ダブルマシンラーニング:リターンを予測する代わりに因果パラメータを推定する

このブログのすべてのモデルはこれまで「何が何を予測するか」という問いに答えてきました。ダブルMLは「何が何を引き起こすか」に答えます — 捍衛できる標準误差付きで。部分的に線形なモデル、Neyman直交性、オーダーブックデータでのパージド交差検証、そして有効なDML信頼区間が事前に指定された1つの問いに対してのみ成立するという正直な説明。

取引における不均一処置効果のための因果関係フォレスト

取引における不均一処置効果のための因果関係フォレスト

このブログのすべてのバックテストは条件付き平均を推定します。因果フォレストは代わりに条件付き処置効果を推定します — tau(x)はmu(x)ではなく — honest splitting、適応型カーネル重み表現、およびあなたが見つけた不均一性が本物かどうかを伝える較正テスト付きです。

エピステミックとアレアトーリク:リターンモデルが「知らないこと」を測る

エピステミックとアレアトーリク:リターンモデルが「知らないこと」を測る

このブログのすべてのサイジングルールは不確実性を単一のスカラーとして扱ってきた。MCドロップアウトとディープアンサンブルはこれをモデルの無知と市場ノイズに分割する——そしてその2つには異なるポジションサイズが求められる。

システマティック取引パイプラインのための AutoML

システマティック取引パイプラインのための AutoML

自動特徴量生成(tsfresh、Featuretools)、予算を考慮したモデル探索(FLAML のコスト節約オプティマイザ)、そして WorldQuant の数式アルファ・ファクトリー——このブログの探索と過学習の連載で扱ってこなかった研究パイプラインの要素と、連載自身の結果が示すこと。