REVIEW 4 major objections 4 minor 45 references
Forecasting Intraday Volume in Equity Markets with Machine Learning
T0 review · 4 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims that 15-minute equity trading volume is highly predictable once order-book features, cross-stock pooling, and nonlinear models are combined.
desk verdict Good empirical work on a neglected execution problem, but the headline predictability gain is conflated with same-day information, and the numbers need a careful audit. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the feature-and-pooling stack built around the CMEM decomposition. Each bin is represented by 54 predictors: seven CMEM components (daily, periodic, non-periodic, and their products) plus high-frequency auxiliary predictors such as buy and sell notional, numbers of trades and shares, and compound sums over the previous two bins, eight bins, the same intraday interval, and the full day. These features are fed into models under three schemes: single-asset (SAM), cluster-of-similar-assets (CAM, with PCA plus K-means++ on volume or feature correlations), and universal pooled (UAM). The final stage is DeepLOBv, a convolutional-Inception-LSTM network that extracts nonlinear temporal and cross-sectional structure from the features. The machinery works by giving a flexible learner enough same-day and cross-sectional information to override the fixed U-shape that limits the benchmark.
What would settle it
Re-estimate Table 3 under static prediction, forecasting all 26 bins of day $t+1$ from data up to day $t$ for every machine-learning model, and compare the resulting out-of-sample $R^2$ with CMEM's static value of 0.240; if the ML advantage largely disappears, the dynamic-updating information is the real driver.
Extended reading notes
Core claim
The central discovery is a measured progression in out-of-sample $R^2$ for 15-minute volume forecasts on 469 S&P 500 constituents. The CMEM benchmark scores 0.265; adding CMEM's decomposition components as linear features gives a Ridge model 0.379; adding the auxiliary order-book predictors raises Ridge to 0.491; and nonlinear models with the same features reach 0.532 for XGBoost and 0.566 for DeepLOBv in per-stock training. Pooling stocks through a universal model lifts XGBoost to 0.622 and DeepLOBv to 0.624, while a clustered model gives Ridge 0.557 and XGBoost 0.600. The authors attribute the gains to three mechanisms: auxiliary predictors correct CMEM's rigid U-shaped pattern on days when volume deviates from it, cross-sectional pooling exploits commonality in volume across stocks, and nonlinear learners capture herding, overreaction, and spillover effects that linear models miss. The headline comparison uses dynamic one-bin-ahead prediction, where forecasts consume volume realized earlier the same day.
Load-bearing premise
The headline improvement is measured with one-bin-ahead forecasts that use volume already realized on the target day, so if the models were required to forecast the whole day before it opens, the gain over CMEM, whose static $R^2$ is only reported as 0.240, could be much smaller.
Editorial extensions
If this is right
- If the headline $R^2$ holds, execution desks can schedule 15-minute child orders with substantially more confidence than CMEM allows, because the model explains over 60% of out-of-sample variation rather than about a quarter.
- Cross-sectional commonality is economically usable: training one nonlinear model on all stocks outperforms per-stock training, and cluster-level training outperforms the linear universal model, so volume forecasts can be improved without per-stock manual tuning.
- Auxiliary predictors are a large lever on their own: adding them to a Ridge model raises $R^2$ from 0.379 to 0.491, so the information content of order-book features is valuable even before nonlinearity or pooling is introduced.
- The VWAP application directly converts forecast skill into a cost metric: the best model reduces tracking error by an average of 28.7% on the five sampled stocks, with the largest single-stock drop being 57.0% for AEP.
- Because the best model uses cross-stock pooled features, the method should also deliver stable forecasts for stocks that have short or noisy individual volume histories, a benefit of the commonality finding.
Reading between the lines
- A natural extension the paper leaves implicit is to test the same feature stack in the static setting, where all 26 bins must be forecast before the day opens; the result would separate genuine next-day skill from the real-time updating advantage.
- The commonality result suggests the clustered and universal training schemes could transfer to smaller or less liquid universes where individual volume series are too noisy for per-stock models, because pooled training acts as a regularizer.
- The matching-engine evaluation assumes the parent order does not move prices; in practice, larger order sizes would erode the fill-ratio benefit, so the 28.7% tracking-error reduction and fill-ratio improvements are likely upper bounds for real trading.
- Because the sample covers only July through December 2017, an out-of-period replication under different volatility and liquidity regimes would show whether the $R^2=0.624$ result is stable or period-specific.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a machine-learning framework for forecasting 15-minute intraday trading volumes of U.S. equities. Using LOBSTER order-book data for 469 S&P 500 constituents from July to December 2017, the authors augment CMEM decompositions with high-frequency features, train linear models (OLS/LASSO/Ridge), XGBoost, and a DeepLOB-based neural network under three schemes (single-asset, clustered, universal), and evaluate out-of-sample R2. They report raising R2 from 0.265 (CMEM) to 0.624 (UAM DeepLOBv) and further find that using these forecasts in VWAP replication reduces tracking error by 28.7% on average and improves passive-order fill ratios relative to CMEM.
Significance. If the reported forecasting gains survive a fair static-versus-dynamic comparison, the paper would provide substantial evidence that intraday volume is highly predictable given order-book features and cross-sectional commonality, and it would offer a practical execution tool. The study is carefully structured: genuine out-of-sample evaluation against an external benchmark, an explicit comparison of three training schemes, per-date and per-sector stability analysis, and a concrete economic application with a limit-order-book matching engine. The qualitative ordering across models in Table 3 is internally consistent, and the feature-importance analysis adds transparency. The dynamic-evaluation confound in the headline R2 comparison is, however, a load-bearing unresolved issue.
major comments (4)
- [Section 5.1, Table 3, Appendix A.2] The comparison underpinning the headline result is confounded by the evaluation setting. Static out-of-sample R2 is reported only for the CMEM benchmark (0.240), while every machine-learning model in Table 3 is evaluated in the dynamic one-bin-ahead setting (0.265 for CMEM). Because the dynamic setting uses same-day realized volume through the past_2 and past_8 operations (Section 3.3, Table 2), the reported gain from 0.265 to 0.624 combines model improvement with the value of conditioning on already-realized bins of the target day. Please report static R2 for all models (or, at minimum, for the UAM DeepLOBv model) under identical feature sets, and restate the abstract's predictability claim in light of that comparison.
- [Section 5.1] The out-of-sample R2 statistic is never defined. The paper reports means and standard deviations across dates, which suggests a per-day computation, but the formula, the benchmark used in the denominator, and the pooling convention are all unspecified. Without a precise definition (e.g., 1 - MSE_pooled/Var or a per-day average), the reader cannot determine what R2 = 0.624 measures or compare it with values in the literature. Please add the exact definition, ideally as an equation in Section 5.
- [Section 5.1; Appendix A.5] Several prose statements contradict the tables. Section 5.1 states that 'in UAM, the R2 of the linear model is 0.549,' but Table 3 reports UAM RIDGE as 0.459. Appendix A.5 states that CNN+LSTM achieves R2 of 0.420 and MLP+LSTM 0.408, while Table 8 reports 0.566 and 0.521, respectively. Please correct these numbers and scan the paper for other such inconsistencies.
- [Section 6 and Appendix B] The economic value claims (tracking-error reduction and fill-ratio advantage) rest on the matching-engine replay of Frey et al. (2023), which assumes best-quote passive orders, converts unfilled quantity to market orders at the end of each bin, and ignores the price impact of the parent order. These assumptions are strong for a 1% participation rate; the paper should state them as limitations and, ideally, provide a sensitivity analysis, e.g., with alternative participation rates or queue-position assumptions, before claiming that 'precise intraday forecasting offers substantial advantages.'
minor comments (4)
- [Section 2; Section 3.1; Section 4.3.2] There are several typographical errors, including 'and and employing' in Section 2, 'thecross-sectional' in Section 3.1, and the heading 'Nonliner Models' in Section 4.3.2; these should be corrected throughout.
- [Appendix A.2, Equations (13) and (14)] The notation in Equations (13) and (14) is garbled: '\volumt,i(s)' and '\volume(d)t,i' should be written with consistent hat notation, e.g., \hat{v}^{(s)}_{t,i} and \hat{v}^{(d)}_{t,i}, and the definitions clarified.
- [Figure 8 and surrounding text] The caption of Figure 8 and the body text disagree on whether the baseline is CMEM or the Rolling Mean (RM); please align the description to avoid ambiguity about which benchmark the 'advantage' is measured against.
- [Section 7, Conclusion] The claim to 'pioneer the identification of commonalities within intraday volume forecasting' is too strong given that the training schemes are drawn from Djanga et al. (2023) and commonality is a theme in Zhang et al. (2024); please temper this statement or clarify the specific new contribution.
Circularity Check
No circularity: the headline R2 gain is an out-of-sample comparison against an external benchmark, and the ML forecasts are not constructed from the target they predict.
full rationale
No load-bearing step reduces a claimed forecast to its own inputs. The R2 values in Table 3 are produced by training on rolling historical windows and testing on held-out periods; the dynamic one-bin-ahead features (past_2, past_8, daily and intraday sums) are lagged realized quantities that precede the target bin, so the target is not contained in the feature vector. The CMEM components used as regressors are filtered or forecast components computed from information available before the target bin; using them as inputs is model stacking, not fitting the target into the features. The SAM/CAM/UAM training schemes are attributed to Djanga et al. (2023), but their contribution here is empirical and is evaluated against the external CMEM benchmark and an oracle in the VWAP exercise, so the self-citation is provenance rather than the logical load of the argument. The matching-engine results rely on the published Frey et al. (2023) simulator rather than on an unverified theorem imported from the same authors. The static/dynamic asymmetry flagged by a skeptic is a genuine comparability limitation: Section 5.1 reports static R2 only for CMEM (0.240) while all ML rows are dynamic, so the headline 0.265-to-0.624 gain may overstate ex-ante predictability. But an unfair or incomplete comparison is not a by-construction equivalence; no equation in the paper makes the ML prediction identical to an input or to the benchmark output. Accordingly, there are no circular steps and the circularity score is 0.
Assumptions & free parameters
free parameters (6)
- Ridge/LASSO regularization lambda =
Not reported
- XGBoost hyperparameters =
Not reported
- DeepLOBv architecture hyperparameters =
Not reported
- CAM cluster count L =
10
- PCA explained-variance threshold =
0.8
- Lookback window and feature lags =
D=10 days; lags 2 and 8 bins
assumptions (5)
- domain assumption Intraday volume follows a stable U/J-shaped seasonal pattern within the sample.
- domain assumption LOBSTER best-10-level data reconstructs the order book faithfully.
- domain assumption Cross-sectional commonality in volume is a stable, exploitable signal.
- ad hoc to paper Dynamic one-bin-ahead prediction is the appropriate evaluation mode.
- ad hoc to paper The matching-engine replay approximates real execution outcomes.
Cite this review
Pith. "Pith review of Forecasting Intraday Volume in Equity Markets with Machine Learning." pith.science (2026). https://pith.science/paper/7Z7VF4DK
@misc{pith2026250508180,
author = {Pith},
title = {Pith review of: Forecasting Intraday Volume in Equity Markets with Machine Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/7Z7VF4DK}},
note = {Machine review of arXiv:2505.08180}
}
read the original abstract
This study focuses on forecasting intraday trading volumes, a crucial component for portfolio implementation, especially in high-frequency (HF) trading environments. Given the current scarcity of flexible methods in this area, we employ a suite of machine learning (ML) models enriched with numerous HF predictors to enhance the predictability of intraday trading volumes. Our findings reveal that intraday stock trading volume is highly predictable, especially with ML and considering commonality. Additionally, we assess the economic benefits of accurate volume forecasting through Volume Weighted Average Price (VWAP) strategies. The results demonstrate that precise intraday forecasting offers substantial advantages, providing valuable insights for traders to optimize their strategies.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
et al. (2016), where the static and dynamic weights are implemented as ˆw(s) t,i = \volume (s) t,i PI i=1 \volume (s) t,i ,(13) where \volumt,i(s) denotes the volume from static predictions. In the dynamic VWAP replication strategy scenario, order slicing is updated at the frequency of each bin when a new intraday volume is progressively observed. The dyn...
work page 2016
-
[7]
Commonality in liquidity: evidence from an order-driven market structure.Journal of Financial Research 25, 4 (2002), 521–539. Christian T. Brownlees, Fabrizio Cipollini, and Giampiero M. Gallo
work page 2002
-
[11]
Journal of Financial Econometrics 12, 1 (2014), 47–88
The Price Impact of Order Book Events. Journal of Financial Econometrics 12, 1 (2014), 47–88. https://EconPapers. repec.org/RePEc:oup:jfinec:v:12:y:2014:i:1:p:47-88. Ngoc-Minh Dang
work page 2014
-
[14]
Robert Engle and Giampiero Gallo
New frontiers for ARCH models.Journal of Applied Econometrics 17, 5 (2002), 425–446. Robert Engle and Giampiero Gallo
work page 2002
-
[18]
Journal of Economic Theory 165 (2016), 487–516
Dynamic portfolio choice with frictions. Journal of Economic Theory 165 (2016), 487–516. Emiliano Giudici and Haiying Hu
work page 2016
-
[22]
Introduction to Limit Order Book Markets.https: //www.maths.ox.ac.uk/system/files/attachments/NUS-LOB19.pdf T. Hastie, R. Tibshirani, and J. Friedman. 2009.The Elements of statistical learning: data mining, inference, and prediction. Springer, Stanford, California. David Hirshleifer and Siew Hong Teoh
work page 2009
-
[23]
Herd behaviour and cascading in capital markets: A review and synthesis.European Financial Management 9, 1 (2003), 25–66. Ruihong Huang and Tomas Polak
work page 2003
-
[25]
Wavelet decomposition for intra-day volume dynamics.Quantitative Finance 10, 8 (2010), 917–930. https://doi. org/10.1080/14697680903369484 Alec N. Kercheval and Yuan Zhang
Show all 45 references
-
[28]
Mathematical Finance 33, 4 (2023), 1044–1081
Deep order flow imbalance: Extracting alpha at multiple horizons from the limit order book. Mathematical Finance 33, 4 (2023), 1044–1081. https://doi.org/10.1111/mafi.12413 arXiv:https://onlinelibrary.wiley.com/doi/pdf/10.1111/mafi.12413 Petter N. Kolm, Jeremy D. Turiel, and N...
2023 doi
-
[29]
Deep order flow imbalance: Extracting alpha at multiple horizons from the limit order book.Mathematical Finance 33 (2021), 1044 – 1081.https://api.semanticscholar.org/CorpusID:236986635 Albert S. Kyle
2021
-
[35]
https://www.nasdaq.com/docs/2020/04/03/openclose_faqs.pdf
The Nasdaq opening and closing crosses. https://www.nasdaq.com/docs/2020/04/03/openclose_faqs.pdf. James Nettles, Nicholas Brayer, Charles Jenner, Alexander Ngo, Charlie Putnam, Trevor Shank, Andrew Todd, and Peter Beling
2020
-
[36]
In 2015 Systems and Information Engineering Design Symposium
Forecasting intraday volume distributions. In 2015 Systems and Information Engineering Design Symposium. IEEE, Charlottesville, VA, USA, 97–102.https://doi.org/10.1109/SIEDS.2015.7117019 New York Stock Exchange
2015
-
[37]
Quantitative Finance 19, 9 (2018)
Universal features of price formation in financial markets: perspectives from deep learning. Quantitative Finance 19, 9 (2018). https: //doi.org/10.48550/arXiv.1803.06917 Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, V...
- [38]
-
[39]
Finance Research Letters 21, C (2017), 249–258
Forecasting intraday volume: Comparison of two early models. Finance Research Letters 21, C (2017), 249–258. https://doi.org/10.1016/j.frl. 2016.11.018 Lintong Wu, Ruixun Zhang, and Yuehao Dai
2017 doi
-
[40]
2018), 1950011
Multi-Level Order-Flow Imbalance in a Limit Order Book.Market Microstructure and Liquidity 04, 03n04 (Sept. 2018), 1950011. https://doi.org/10.1142/S2382626619500114 Publisher: World Scientific Publishing Co.. Chao Zhang, Xingyue Pu, Mihai Cucuringu, and Xiaowen Dong
2018 doi
-
[42]
Forecasting realized volatility with spillover effects: perspectives from graph neural networks.https: //doi.org/10.2139/ssrn.4375165 27 Chao Zhang, Yihuang Zhang, Mihai Cucuringu, and Zhongmin Qian
-
[43]
Volatility forecast- ing with machine learning and intraday commonality.Journal of Financial Econometrics 22, 2 (2024), 492–530.https://doi.org/10.2139/ssrn.4022147 Zihao Zhang, Stefan Zohren, and Stephen Roberts
2024 doi
-
[44]
DeepLOB: Deep convolutional neural networks for limit order books.IEEE Transactions on Signal Processing 67, 11 (2019), 3001–3012.https://doi.org/10.1109/tsp.2019.2907260 28 A Experimental Details of Forecasting Models A.1 Description of CMEM forecasting To improve the stabili...
2019
-
[1985]
https://doi.org/10.2307/1913210 Publisher: Wiley, Econometric Society
Continuous auctions and insider trading.Econometrica 53, 6 (1985), 1315–1335. https://doi.org/10.2307/1913210 Publisher: Wiley, Econometric Society. Yi-Tsung Lee, Robert C.W. Fok, and Yu-Jane Liu
1985 doi
-
[1989]
JournalofAccountingandEconomics11, 4 (1989), 331–359.https://EconPapers.repec
The behavior of daily stock market trading volume. JournalofAccountingandEconomics11, 4 (1989), 331–359.https://EconPapers.repec. org/RePEc:eee:jaecon:v:11:y:1989:i:4:p:331-359 Madhavan Ananth
1989
-
[1997]
https://doi.org/10.1111/1468-5957
Bid-ask spreads, trading volume and volatility: intra-day evidence from the London stock exchange.Journal of Business Finance & Accounting 24, 3 (1997), 343–362. https://doi.org/10.1111/1468-5957. 00108_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/1468-5957.00108. B...
1997
-
[2000]
Journal of Financial Economics 56, 1 (2000), 3–28
Commonality in liquidity. Journal of Financial Economics 56, 1 (2000), 3–28. 24 Rama Cont, Arseniy Kukanov, and Sasha Stoikov
2000
-
[2001]
Explaining intraday pattern of trading volume from the order flow data.Journal of Business Finance & Accounting 28, 1-2 (2001), 199–230.https://doi.org/10.1111/1468-5957.00371 Xiaotao Liu and Kin Keung Lai
2001
-
[2002]
VWAP strategies. (2002). https://www.pm-research.com/ content/iijtrade/2002/1/32 NinoAntulov-Fantulin, TianGuo, andFabrizioLillo.2021. Temporalmixtureensemblemodels for probabilistic forecasting of intraday cryptocurrency volume.Decisions in Economics and Finance 44, 2 (Dec. 2...
2002 doi
-
[2003]
Intraday trading volume and return volatility of the DJIA stocks: A note.Journal of Banking and Finance 27, 10 (2003), 2035–2043. Ali F. Darrat, Maosen Zhong, and Louis T. W. Cheng
2003
-
[2004]
Finance Research Letters 1, 1 (March 2004), 35–46
A practical framework for estimating transaction costs and developing optimal trading strategies to achieve best execution. Finance Research Letters 1, 1 (March 2004), 35–46. https://doi.org/10. 1016/S1544-6123(03)00004-7 Petter N. Kolm, Jeremy Turiel, and Nicholas Westray
2004
-
[2006]
Journal of Econometrics 131, 1-2 (2006), 3–27
A multiple indicators model for volatility using intra-daily data. Journal of Econometrics 131, 1-2 (2006), 3–27. https://EconPapers. repec.org/RePEc:eee:econom:v:131:y:2006:i:1-2:p:3-27 Andrea Frazzini, Ronen Israel, and Tobias J Moskowitz
2006
-
[2007]
Intraday volume and volatility relations with and without public news.Journal of Banking and Finance 31, 9 (2007), 2711–2729.https://doi.org/10.1016/j.jbankfin.2006.11.019 Emmanuel Djanga, Mihai Cucuringu, and Chao Zhang
2007 doi
-
[2008]
https://doi.org/10.1016/j.jbankfin.2007.09.023 Paul Brockman and Dennis Y Chung
Improving VWAP strategies: a dynamic volume approach.Journal of Banking and Finance 32, 9 (2008), 1709–1722. https://doi.org/10.1016/j.jbankfin.2007.09.023 Paul Brockman and Dennis Y Chung
2008 doi
-
[2009]
Working Papers 2, 9 (2009), 105–114
Intraday trading patterns: the role of tim- ing. Working Papers 2, 9 (2009), 105–114. https://ideas.repec.org//p/tor/tecipa/ tecipa-365.html Number: tecipa-365 Publisher: University of Toronto, Department of Economics. 26 Seungki Min, Costis Maglaras, and Ciamac C. Moallemi
2009
-
[2010]
Journal of Financial Econometrics 9, 3 (2010), 489–518
Intra- daily volume modeling and prediction for algorithmic trading. Journal of Financial Econometrics 9, 3 (2010), 489–518. https://doi.org/10.1093/jjfinec/nbq024 tex.eprint: https://academic.oup.com/jfec/article-pdf/9/3/489/2501845/nbq024.pdf. Ran Chen, Yiyong Feng, and Dani...
2010 doi
-
[2011]
LOBSTER: Limit Order Book Reconstruction System.https://doi.org/10.2139/ssrn.1977207 Manchaldore Jaisimha, Palit Imon, and Soloviev Oleg
-
[2014]
SIAM Journal on Financial Mathematics 5, 1 (2014), 137–152
Optimal order scheduling for deterministic liquidity patterns. SIAM Journal on Financial Mathematics 5, 1 (2014), 137–152. https://doi. org/10.1137/120897511Publisher: Society for Industrial and Applied Mathematics. Jędrzej Białkowski, Serge Darolles, and Gaëlle Le Fol
2014 doi
-
[2015]
Quantitative Finance 15, 8 (2015), 1315–1329
Modelling high-frequency limit order book dynamics with support vector machines. Quantitative Finance 15, 8 (2015), 1315–1329. https://doi.org/10.1080/14697688.2015.1032546 arXiv:https://doi.org/10.1080/14697688.2015.1032546 Robert Kissell, Morton Glantz, and Roberto Malamut
2015
-
[2016]
Chen and C
Forecasting intraday trading volume: a Kalman filter approach.https://doi.org/10.2139/ssrn.3101695 T. Chen and C. Guestrin
-
[2017]
Intraday volume percentages forecasting using a dynamic SVM-based approach.Journal of Systems Science and Complexity 30, 2 (2017), 421–433.https://doi.org/10.1007/s11424-016-5020-9 Katya Malinova and Andreas Park
2017 doi
-
[2018]
Sascha Yves Frey, Kang Li, Peer Nagy, Silvia Sapora, Christopher Lu, Stefan Zohren, Jakob Foerster, and Anisoara Calinescu
Trading costs.Availableat SSRN 3229719 (2018). Sascha Yves Frey, Kang Li, Peer Nagy, Silvia Sapora, Christopher Lu, Stefan Zohren, Jakob Foerster, and Anisoara Calinescu
2018
-
[2019]
International Journal of Business and Social Science 10, 9 (2019), 105–114
Intraday patterns in the trading volume of the SPY ETF. International Journal of Business and Social Science 10, 9 (2019), 105–114. https://doi.org/10.30845/ijbss.v10n9a10 Ruslan Goyenko, Bryan T. Kelly, Tobias J. Moskowitz, Yinan Su, and Chao Zhang
2019 doi
-
[2020]
Review of Financial Studies 33, 5 (2020), 2223–2273
Empirical asset pricing via machine learning. Review of Financial Studies 33, 5 (2020), 2223–2273. 25 Ben Hambly and Sam Howison
2020
-
[2021]
Croatian Operational Research Review (June 2021), 61–74
Multiple STL decomposition in discovering a multi-seasonality of intraday trading volume. Croatian Operational Research Review (June 2021), 61–74. https://hrcak.srce.hr/ojs/index.php/crorr/article/view/15901 Peter Bank and Antje Fruth
2021
-
[2022]
https://doi.org/10.1287/opre.2021.2201 Publisher: INFORMS
Cross-sectional variation of ntraday liquidity, cross-impact, and their effect on portfolio execution.Operations Research 70, 2 (2022), 830–846. https://doi.org/10.1287/opre.2021.2201 Publisher: INFORMS. Nasdaq Global Trading and Market Services
2022
-
[2023]
InProceedings of the Fourth ACM International Conference on AI in Finance (ICAIF ’23)
JAX-LOB: A GPU-Accelerated limit order book simulator to unlock large scale reinforcement learning for trading. InProceedings of the Fourth ACM International Conference on AI in Finance (ICAIF ’23). Association for Computing Machinery, New York, NY, USA, 583–591.https://doi.or...
-
[2024]
Trading volume alpha.https://doi.org/10.2139/ssrn.4802345 Shihao Gu, Bryan Kelly, and Dacheng Xiu
-
[2025]
2025), 377–397
Forecasting realized volatility with spillover effects: Perspectives from graph neural networks.International Journal of Forecasting 41, 1 (Jan. 2025), 377–397. https://doi.org/10.1016/j. ijforecast.2024.09.002 Chao Zhang, Xingyue (Stacy) Pu, Mihai Cucuringu, and Xiaowen Dong
2025 doi
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.