3 cumulative citations
View corpus contextDynamic 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.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
5 cumulative citations
View corpus contextStatistical 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
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| LSTM captures proportional temporal dynamics effectively. Other | positive | model capacity to capture temporal dynamics |
Reading fidelity
medium
Study strength
medium
|
not reported
|
| 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
|
| 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
|