The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Dynamic cointegration screening identifies which crypto pairs remain mean-reverting, and an ensemble of deep networks plus LSTM produces the most accurate spread forecasts and timely backtested buy/sell signals; however, robustness to trading frictions and regime shifts is not established.

Deep learning-based pairs trading: real-time forecasting of co-integrated cryptocurrency pairs
Johannes Tshepiso Tsoku, Katleho Makatjane · January 30, 2026 · Frontiers in Applied Mathematics and Statistics
openalex correlational low evidence 7/10 relevance Full text usable extracted full text DOI Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

OpenAlex

Latest observation:

  1. Johannes Tshepiso Tsoku provider ID
  2. Katleho Makatjane provider ID

Semantic Scholar

Latest observation:

  1. Yu Mu provider ID
  2. Y. Youssri provider ID
  3. Johannes Tshepiso Tsoku provider ID
  4. K. Makatjane provider ID
Combining dynamic cointegration tests with an ensemble of deep neural networks and LSTM models improves forecasting of crypto pair spreads and yields better backtested mean-reversion trading signals for pairs with time-varying equilibrium relationships.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Statistical arbitrage strategies, including pairs trading, rely on identifying co-movements and static long-term equilibrium relationships between assets, where conventional methods fail to capture non-stationary dynamics, hence reducing trading effectiveness. This study, therefore, addresses this challenge by employing a dynamic co-integration approach combined with deep learning techniques to select suitable cryptocurrency pairs and forecast spread dynamics. The study examines multiple cryptocurrencies, namely: BNB, Ethereum, Litecoin, Ripple, and USDT, using dynamic Johansen co-integration tests to identify pairs with time-varying equilibrium relationships, and model the spread through a Dynamic Weighted Ensemble of Deep Neural Network and Long Short-Term Memory. Forecasting accuracy, trading performance, and predictive uncertainty are evaluated using error metrics, trading outcomes, and 99% prediction intervals. The results indicate that only those cryptocurrencies with dynamically coherent relationships are suitable for mean-reversion strategies. Furthermore, the study found that the Dynamic Weighted Ensemble achieves the best predictive accuracy. At the same time, LSTM captures proportional temporal dynamics effectively, and the ensemble-driven trading signals generate timely buy and sell decisions with low-lag execution and robust management of market volatility. These findings, therefore, highlight the advantages of combining dynamic co-integration and adaptive deep learning for statistical arbitrage.

Summary

Main Finding

A dynamic pairs-trading framework that combines dynamic Johansen co-integration with deep learning (DNN and LSTM) and a Dynamic Weighted Ensemble (DWE) yields superior real-time spread forecasts and trading signals for cryptocurrency pairs. The DWE outperforms static ensemble methods, LSTM effectively captures temporal (proportional) dynamics, and only pairs exhibiting time-varying (dynamically coherent) cointegration are suitable for mean-reversion strategies.

Key Points

  • Scope and data: Six cryptocurrency pairs examined (BTC–ETH, BTC–LTC, BTC–XRP, ETH–LTC, ETH–XRP, LTC–XRP) using daily prices from 2018-01-02 to 2025-10-31 (N = 2,842) sourced via yfinance (Yahoo).
  • Dynamic selection: Dynamic Johansen cointegration is used to detect time-varying long-run equilibrium relationships; only intermittently or persistently cointegrated pairs are used for mean-reversion trading.
  • Modeling: Spreads are modeled with two base learners — Deep Neural Network (DNN) and Long Short-Term Memory (LSTM) — and combined with a Dynamic Weighted Ensemble that updates weights based on recent predictive performance.
  • Evaluation: Forecast accuracy assessed via MSE, RMSE, MAE, MAPE, MASE; uncertainty via 99% prediction intervals; trading performance assessed by directional accuracy, trading returns, drawdowns, and robustness under volatility regimes.
  • Results: DWE achieves the lowest errors across metrics and more stable trading returns (lower drawdowns, better directional consistency) than static ensembles (bagging, boosting, stacking, voting). LSTM captures temporal persistence; DNN captures nonlinearities; the DWE adaptively prioritizes the best model over time.
  • Deployment & compute: Training used high-performance computing; system deployed for real-time forecasting and signal generation on AWS (EC2 and Lambda).
  • Assumptions and limits: Price series treated as non-stationary while combinations can be mean-reverting; sufficient liquidity assumed (transaction costs not explicitly modeled); rolling/sequential training used to avoid look-ahead bias.
  • Practical caveats: Results rely on selected crypto pairs and period; transaction costs, market impact, and execution frictions were not explicitly incorporated.

Data & Methods

  • Data: Daily close prices for BTC, ETH, LTC, XRP, BNB, USDT? (paper lists several; main empirical pairs are the six listed above) from 2018-01-02 to 2025-10-31 (2,842 obs), obtained via yfinance.
  • Pair selection: Dynamic Johansen cointegration testing (time-varying formulation) to identify pairs whose long-run equilibrium relationship exists and/or changes over time.
  • Spread construction: Mean-reverting spread derived from cointegrating vector(s) and used as target variable for forecasting.
  • Forecast models:
    • DNN: multilayer feedforward network with ReLU activations; trained by SGD/backpropagation.
    • LSTM: recurrent architecture with input/forget/output gates to capture temporal dependencies and regime persistence.
    • Dynamic Weighted Ensemble (DWE): adaptive weighting scheme reallocating model weights in real time based on recent predictive performance and market state (versus fixed-weight ensembles).
  • Training & evaluation: Rolling/sequential train/validation/test splits to prevent look-ahead bias; metrics = MSE, RMSE, MAE, MAPE, MASE; predictive uncertainty via 99% prediction intervals.
  • Implementation: Trained on HPC resources; real-time inference and signal delivery on AWS EC2 and Lambda for automated on-demand forecasting.
  • Trading rules: Trading signals derived from predicted spread deviations and prediction intervals; buy/sell rules generate market-neutral long/short positions with low-lag execution (assumed feasible under liquidity assumption).

Implications for AI Economics

  • Modeling non-stationarity matters: Time-varying econometric structure (dynamic cointegration) combined with adaptive ML improves exploitability of statistical arbitrage opportunities in non-stationary markets such as crypto.
  • Hybrid AI+econometrics is effective: Integrating economic structure (cointegration/mean reversion) with flexible AI learners (DNN/LSTM) and adaptive ensembles yields better out-of-sample performance than purely statistical or static-ensemble approaches.
  • Operationalization requirements: Real-time AI-driven trading requires HPC/cloud infrastructure and robust rolling validation; firms deploying such systems must plan for continuous model monitoring and weight adaptation to regime shifts.
  • Market efficiency and arms race: More adaptive, automated strategies can compress arbitrage profits and increase competition for short-lived inefficiencies, accelerating an “AI arms race” in high-frequency/quant trading.
  • Risk and regulation: AI-enabled, rapidly adapting strategies can amplify volatility or propagate shocks if widely deployed; regulators and market designers should consider monitoring adaptive automated trading and incorporating liquidity/transaction cost effects into policy analysis.
  • Research directions: Future AI-economics work should incorporate transaction costs, market impact, liquidity constraints, broader asset universes, robustness to adversarial regime shifts, causal interpretability, and stress-testing under extreme events to assess economic viability and systemic effects.

Suggested next steps for researchers/practitioners: - Add explicit transaction-cost and market-impact modeling to check profitability net of frictions. - Extend to larger cross-sections and intraday data to evaluate scalability and latency effects. - Compare alternative time-varying dependence models (nonlinear cointegration, state-space) and explore interpretability tools for AI forecasts. - Conduct multi-period backtests across distinct market regimes and run live paper-trading to validate execution assumptions.

Assessment

Paper Typecorrelational Evidence Strengthlow — The study reports predictive accuracy and backtested trading performance but does not establish causal identification; results rely on historical (observational) data and model-based forecasts that are vulnerable to overfitting, look-ahead/data-snooping, time-period dependence, and realistic trading frictions (transaction costs, slippage, liquidity, borrowing costs) that are not detailed here. Methods Rigormedium — The paper applies appropriate time-series tools (dynamic Johansen cointegration) and modern predictive models (LSTM, weighted deep ensembles) and evaluates predictive intervals and trading metrics, which indicates methodological competence; however, key rigor elements are unclear or likely missing—explicit out-of-sample / walk-forward validation, extensive robustness checks (different sample periods, transaction-cost-sensitive backtests), hyperparameter-search transparency, and tests for economic significance versus simple benchmarks are not described, lowering overall rigor. SampleHistorical price series for five cryptocurrencies (BNB, Ethereum, Litecoin, Ripple, USDT) were used to identify time-varying cointegration and to model/forecast pair spreads; exact sampling frequency, date range, sample size and data-cleaning details are not provided in the summary. Themesinnovation adoption GeneralizabilityLimited asset set: only five cryptocurrencies—results may not generalize to other coins, equities, FX, or commodities., Crypto-specific market structure: high volatility, differing liquidity, exchange fragmentation, and stablecoin properties (USDT) limit transferability to traditional markets., Time-period dependence: cointegration relationships are dynamic and may break down outside the studied sample period., Backtest realism: potential omission of transaction costs, slippage, market impact, fees, and borrowing/shorting constraints reduces external validity., Model overfitting risk: deep-learning models tuned on limited historical windows may not generalize to future regimes.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Conventional methods fail to capture non-stationary dynamics, hence reducing trading effectiveness for statistical arbitrage strategies. Firm Revenue negative trading effectiveness
Reading fidelity high
Study strength medium
not reported
0.3
This study employs a dynamic co-integration approach (dynamic Johansen tests) combined with deep learning to select suitable cryptocurrency pairs and forecast spread dynamics. Other positive pair selection and spread forecasting
Reading fidelity high
Study strength speculative
n=5
0.05
The study examines five cryptocurrencies (BNB, Ethereum, Litecoin, Ripple, and USDT) using dynamic Johansen co-integration tests to identify pairs with time-varying equilibrium relationships. Other neutral presence of time-varying equilibrium/co-integration relationships between asset pairs
Reading fidelity high
Study strength medium
n=5
0.3
The spread is modeled through a Dynamic Weighted Ensemble composed of a Deep Neural Network and an LSTM. Other neutral spread forecast
Reading fidelity high
Study strength speculative
not reported
0.05
Forecasting accuracy, trading performance, and predictive uncertainty are evaluated using error metrics, trading outcomes, and 99% prediction intervals. Other neutral forecasting accuracy; trading performance; predictive uncertainty
Reading fidelity high
Study strength speculative
not reported
0.05
Only cryptocurrencies with dynamically coherent relationships (time-varying co-integration) are suitable for mean-reversion/statistical arbitrage strategies. Firm Revenue positive suitability for mean-reversion strategies (strategy performance conditional on dynamic coherence)
Reading fidelity high
Study strength medium
n=5
0.3
The Dynamic Weighted Ensemble achieves the best predictive accuracy compared to the component models. Other positive predictive accuracy (forecast error metrics)
Reading fidelity high
Study strength medium
not reported
0.3
LSTM captures proportional temporal dynamics effectively. Other positive model capacity to capture temporal dynamics
Reading fidelity medium
Study strength medium
not reported
0.18
The ensemble-driven trading signals generate timely buy and sell decisions with low-lag execution and robust management of market volatility. Decision Quality positive timeliness of trading signals; execution lag; robustness to market volatility
Reading fidelity medium
Study strength low
not reported
0.09
Combining dynamic co-integration and adaptive deep learning offers advantages for statistical arbitrage. Other positive effectiveness of combined methodological approach
Reading fidelity high
Study strength medium
n=5
0.3

Notes