Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

11223243 · Jul 202019922001200920182026
48 results for backtest engines

This work discusses verifying the correctness of backtest engines for trading strategies.

problem Ensuring the correctness of backtest engines for trading strategies is challenging.
method Develop models for candle data and intra-period prices, provide tests for verification, and suggest algorithmic considerations.
result A proof of correctness for a backtest engine can be conducted if specific model tests are successful.

New metrics quantify implementation risk in portfolio backtesting, revealing systematic differences in engine implementations.

problem Systematic divergence in backtested portfolio metrics due to differences in engine implementations.
method Formalized implementation risk, proposed four metrics, executed 15 strategies through five engines, analyzed source-code defects.
result Implementation risk introduces measurable ambiguity in performance attribution, but does not alter investment decisions.

Calibrating a trading rule using a historical simulation (also called backtest) contributes to backtest overfitting, which in turn leads to underperformance. In this paper we propose a procedure for determining the optimal trading rule (OTR) without running alternative model configurations through a backtest engine. We…

2014-08-06abs ↗pdf ↗

Factor Engine simplifies financial factor computation and analysis in Python.

problem Efficient computation and analysis of financial factors.
method Modular, extensible Python library with decorators, integrates with data science ecosystem.
result Mispricing factors computed by Factor Engine and Stata implementation are highly similar.

A new method for backtesting ES forecasts in banking.

problem Designing a model-free backtesting procedure for Expected Shortfall forecasts.
method Use e-values and e-processes to introduce backtest e-statistics for VaR and ES.
result The proposed method can be applied to various risk measures and statistical quantities.

The paper develops new backtests for Expected Shortfall risk measure.

problem Estimating ES forecasts directly is challenging; existing tests require Value at Risk forecasts.
method Developed a joint regression framework for Value at Risk and Expected Shortfall, providing robust covariance estimators.
result The new backtests significantly outperform existing methods in simulations and empirical applications.

Cryptocurrency patterns stable across market caps, validated by microstructure theory.

problem Stable patterns in cryptocurrency microstructure across different market caps.
method Unified CatBoost modeling pipeline with time-series cross validation, validated by backtests.
result Feature rankings and partial effects are stable across assets despite heterogeneous liquidity and volatility.

Backtesting framework for CLMMs on Uniswap V3 reduces reward estimation error.

problem Estimating rewards for CLMMs in Uniswap V3 liquidity pools.
method Parametric model for liquidity distribution, historical data analysis.
result Error in reward estimation less than 1% for each pool.

New method detects and adjusts for temporal leakage in LLM backtests.

problem Standard backtest leakage detection is ineffective for modern models.
method Developed new methods to measure and adjust for temporal leakage.
result Demonstrated that models legitimately know more about times near their cutoffs, leading to structural leakage.

Backtests of structured strategies lose much of their predictive power in live trading.

problem Uncertainty in how marketed backtests predict live performance of structured strategies.
method Analysis of 1,726 structured strategies from ten global institutions.
result Raw backtests have limited portability into live trading and deteriorate sharply.

The paper tackles backtest overfitting in cryptocurrency trading using deep reinforcement learning.

problem Backtest overfitting in deep reinforcement learning for cryptocurrency trading.
method Formulated hypothesis test for overfitting detection, trained agents, estimated overfitting probability, and rejected overfitted agents.
result Less overfitted deep reinforcement learning agents outperformed more overfitted agents and market benchmarks.

A new method tests Expected Shortfall by analyzing both duration and severity of VaR violations.

problem Lack of separate testing for frequency and severity in ES backtesting.
method Uses bivariate orthogonal polynomials to derive moment conditions for durations and severities.
result Proposes a Wald test for identifying mis-specified components in ES models.

The paper examines sizing strategies for algorithmic trading in volatile markets.

problem High volatility creates challenges for algorithmic traders.
method Investigates different sizing models and backtesting techniques for financial trading.
result Sizing models can lower Value at Risk (VaR) during crisis events.

The paper uses machine learning to simulate financial markets and improve trading strategy backtesting.

problem Improving risk management of quantitative investment strategies.
method Simulates financial markets using Boltzmann Machines and Generative Adversarial Networks to preserve asset return distributions and dependencies.
result Developed a framework to estimate backtest statistics more accurately.

In this paper we try to design the necessary calculation needed for backtesting trading systems when only candle chart data are available. We lay particular emphasis on situations which are not or not uniquely decidable and give possible strategies to handle such situations.

2014-12-17abs ↗pdf ↗

This paper investigates bias in resampled backtests for financial portfolios, finding it often negligible.

problem Bias in resampled backtests for financial portfolio evaluation.
method Investigation of bias in rolling-window mean-variance portfolios using resampling techniques.
result The bias in Sharpe Ratio estimates from IID resampling is often a fraction of estimation noise, making it tolerable.

This paper proposes a new method to prevent backtesting overfitting in trading strategies.

problem Preventing misleading results in backtesting of trading strategies.
method Covariance-Penalty Correction approach to reduce risk metrics based on the number of parameters and data used.
result Covariance-Penalties are effective in avoiding backtesting overfitting, with Total Least Squares outperforming Ordinary Least Squares.

A new stock selection strategy uses combined machine learning with dynamic weighting methods.

problem Improving stock selection accuracy and performance.
method Combined machine learning algorithms with static and dynamic weighting methods.
result IC-based dynamic weighting outperforms static evaluation metrics in backtested returns and predictive performance.

Using non-linear machine learning methods and a proper backtest procedure, we critically examine the claim that Google Trends can predict future price returns. We first review the many potential biases that may influence backtests with this kind of data positively, the choice of keywords being by far the greatest culpr…

2014-03-07abs ↗pdf ↗

The paper proposes a simple multinomial VaR test for backtesting expected shortfall risk measures.

problem Backtesting of expected shortfall risk measures for the trading book under FRTB.
method Multinomial test of VaR exceptions at different levels, approximating ES in terms of multiple quantiles.
result Multinomial tests with N4N\geq 4 are more powerful than binomial tests at detecting model misspecifications.

Benchmark detects decision-time leakage in financial backtests.

problem Detecting decision-time leakage in financial machine-learning backtests.
method Toggles one evaluation convention at a time around a clean t+1t{+}1-open reference, holding other factors fixed.
result Inflation is highly selective, affecting specific features and execution methods.

New method corrects risk estimation bias, improving backtesting results.

problem Underestimation of risk by existing methods, especially in small samples.
method Proposes a new algorithm for bias correction using generalized Pareto distributions.
result The new algorithm leads to improved efficiency in estimating risk with heavy tails or heteroscedasticity.

Modified Anderson-Darling test improves counterparty credit risk model accuracy.

problem Limited sample size impacts Anderson-Darling test effectiveness in counterparty credit risk models.
method Proposed a modified Anderson-Darling test for better volatility detection in counterparty credit risk models.
result Modified test detects underestimation of model's volatility more efficiently.

The paper optimizes portfolios using clustering and Sharpe ratio-based optimization.

problem Optimizing portfolio performance in financial modeling.
method Combines K-Means clustering for asset segmentation and Sharpe ratio-based optimization.
result Optimized portfolios outperform traditional equal-weighted benchmarks.

AutoQuant addresses cryptocurrency backtesting fragility by modeling execution costs and improving strategy selection.

problem Fragile backtests of cryptocurrency perpetual futures ignoring microstructure frictions and execution costs.
method Execution-centric framework with Bayesian optimization, double screening, and strict T+1 semantics.
result Fee-only and zero-cost backtests overestimate returns, highlighting the importance of modeling execution costs.

AlphaEval evaluates alpha mining models efficiently and comprehensively.

problem Lack of systematic evaluation for alpha mining models.
method Unified, parallelizable evaluation framework assessing predictive power, stability, robustness, financial logic, and diversity.
result AlphaEval achieves evaluation consistency comparable to comprehensive backtesting, providing more comprehensive insights and higher efficiency.

This research improves forecasting and testing of risk contributions using Expected Shortfall.

problem Improving risk allocation and testing methods for regulatory standards.
method Developed a comprehensive framework for backtesting and forecasting Expected Shortfall contributions.
result Proposed a novel semiparametric model for forecasting dynamic Expected Shortfall contributions.

This paper evaluates LLMs for technical market analysis, finding GPT-4 Turbo and FinGPT outperform passive benchmarks.

problem Evaluating LLMs for technical market analysis in financial markets.
method Structured evaluation of five LLMs (GPT-4 Turbo, Claude 3 Opus, Gemini 1.5 Pro, Llama 3 70B, FinGPT) on four tasks: candlestick pattern recognition, directional signal generation, backtesting, and financial report comprehension.
result GPT-4 Turbo and FinGPT outperform passive benchmarks in simulated backtesting, with GPT-4 Turbo achieving the highest annualized return and Sharpe ratio.

A new property fixes look-ahead bias in backtesting and trading pipelines.

problem Fixing look-ahead bias in backtesting and trading pipelines.
method Developed a pipeline calculus separating availability from reference time, and a type-and-effect system for the value-independent fragment.
result The check scales linearly and catches all leaks, including those missed by differential and tiling detectors.

Anonymizing company names in financial news improves trading performance, contrary to initial expectations.

problem Look-ahead and distraction biases in sentiment analysis of financial news.
method Investigated trading strategies based on original and anonymized headlines, comparing performance.
result Anonymized headlines outperform original in-sample, suggesting distraction effect is stronger.

Study compares quantum and classical ML in crypto trading, finding hybrid models outperform.

problem Comparing quantum and classical machine learning in crypto trading strategies.
method Backtesting 10 models across multiple crypto assets using classical ML, quantum ML, hybrid models, and transformer models.
result Hybrid quantum models achieve superior performance with 13.99% return and 1.76 Sharpe ratio.

New algorithm corrects risk estimation bias for heavy-tailed data.

problem Underestimation of risk in banking and insurance due to bias in estimation procedures.
method Proposes a new algorithm for bias correction and applies it to generalized Pareto distributions.
result The algorithm leads to more accurate risk estimation, especially in heavy-tailed data.

LLMs struggle to outperform markets over long periods and diverse stocks.

problem Overstated effectiveness of LLM-based investing strategies due to biases.
method FINSABER framework for systematic backtests over two decades and 100+ symbols.
result Previously reported LLM advantages deteriorate significantly under broader evaluation.

Deep RL for portfolio management shows poor robustness.

problem Robustness of Deep RL algorithms in online portfolio management.
method Proposed a training and evaluation process for assessing DRL algorithms.
result Most Deep RL algorithms are not robust, generalizing poorly and degrading quickly.

Study shows survivorship bias inflates returns in India's small-cap index.

problem Survivorship bias in emerging market small-cap indices.
method Reconstructing historical index composition through market capitalization ranking and comparing equal-weight portfolios of current constituents versus all historical members.
result Survivor-only backtesting overstates returns by 4.94 percentage points and Sharpe ratios by 0.097.