Pith. sign in

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 →

arxiv 2505.08180 v1 pith:7Z7VF4DK submitted 2025-05-13 q-fin.CP q-fin.ST

classification q-fin.CPq-fin.ST
keywords intradaytradingvolumemachinelearningcommonalitylimitorderbookVWAPexecutionschedulingout-of-sampleR2S&P500
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that the next 15-minute trading volume of a U.S. equity is highly predictable, and that the predictability is exploitably large. Starting from the standard component multiplicative error model with an out-of-sample $R^2$ of 0.265, the authors add high-frequency limit-order-book predictors, share information across stocks through clustered or universal models, and switch from linear to nonlinear learners; the best configuration, a DeepLOB-style network trained on all stocks, reaches $R^2=0.624$. They then show that these forecasts cut VWAP replication tracking error by 28.7% on average across five sampled stocks and bring passive-order fill ratios closer to what a perfect-volume oracle would achieve. The paper's claim is that intraday volume is no longer a hard-to-forecast univariate time series once this information is used.

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.

Watch

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

Editorial extensions of the paper, not claims the author makes directly.

  • 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.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

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)
  1. [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.
  2. [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.
  3. [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.
  4. [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)
  1. [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.
  2. [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.
  3. [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.
  4. [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

0 steps flagged · score 0.0 of 10

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 6 free parameters · 5 assumptions · 0 invented entities

The central results rest on a moderate stack of tuned hyperparameters, none reported numerically, and on two paper-specific evaluation choices: dynamic prediction for the forecasting comparison and a matching-engine replay for the economic analysis. The clustering pipeline adds hand-chosen thresholds (EVR 0.8, L=10, D=10 days) that are tested only partially in Appendix A.7. No new physical or theoretical entities are introduced; DeepLOBv is a modified network architecture rather than an invented entity. The most consequential unstated input is the dynamic-prediction protocol, which makes the headline R2 comparison asymmetric relative to the static CMEM number reported in Section 5.1.

free parameters (6)
  • Ridge/LASSO regularization lambda = Not reported
    Tuned on a validation set per Section 4.3.1, but no values, grid, or selection criterion are given, so the reported R2 is conditional on an unspecified tuning protocol.
  • XGBoost hyperparameters = Not reported
    Tree count, depth, and learning rate are omitted; the XGB gains in Table 3 depend on these choices.
  • DeepLOBv architecture hyperparameters = Not reported
    CNN kernel sizes, Inception widths, LSTM hidden size, learning rate, and early stopping patience are not specified, per Section 4.3.2 and Appendix A.5.
  • CAM cluster count L = 10
    K-means++ is run with L=10 for the headline CAM results; Appendix A.7 tests 5, 20, and 50 clusters with R2 between 0.596 and 0.600.
  • PCA explained-variance threshold = 0.8
    The number of PCA eigenvectors M is chosen at cumulative explained variance 0.8 in the CAM scheme, per Appendix A.7, Table 9.
  • Lookback window and feature lags = D=10 days; lags 2 and 8 bins
    The 260-bin training window and the past_2 and past_8 compound features are selected from the ACF analysis in Sections 3.3 and 4.2.1.
assumptions (5)
  • domain assumption Intraday volume follows a stable U/J-shaped seasonal pattern within the sample.
    The time-of-day and intraday-interval features, the CMEM periodic component, and Figure 1 all rely on this regularity; a regime shift in the six-month 2017 window would weaken the commonality results.
  • domain assumption LOBSTER best-10-level data reconstructs the order book faithfully.
    All predictors and the matching-engine replay use LOBSTER data (Section 3.1); reconstruction errors or missing auction logic would propagate into every table and figure.
  • domain assumption Cross-sectional commonality in volume is a stable, exploitable signal.
    The CAM and UAM schemes assume that pooling across stocks improves forecasts; support comes from Chordia et al. (2000) and the authors' own prior volatility work, not from a structural model here.
  • ad hoc to paper Dynamic one-bin-ahead prediction is the appropriate evaluation mode.
    Adopted in Section 5.1 for all models, with static R2 reported only for CMEM (0.240); this choice injects same-day realized volume into the features and is not tested for the ML models.
  • ad hoc to paper The matching-engine replay approximates real execution outcomes.
    Fill ratios in Section 6 assume historical order replay, best-quote passive placement, and end-of-bin market-order conversion without modeling the parent order's price impact, per Appendix B.

how reviews work

0 comments
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 reproduced from arXiv: 2505.08180 by the authors.

Figure 1
Figure 1. Intraday Trading Volume. The plot shows the fluctuations in trading volume over a trading day period. The solid line denotes the mean, and the shaded area denotes one standard deviation. The value has been normalized by dividing it by the mean of one day’s trading volume. high intraday volume.9 A structured model is used in our research to characterize this pattern. In addition to the intraday volume pattern, the au… view at source ↗
Figure 2
Figure 2. Clustered Asset Model Diagram. Two inputs are used to obtain correlations: trading volume and features. After generating the correlation matrix by clustering, PCA is employed to compress the information from the matrix. Subsequently, the K-Means++ algorithm is applied for clustering, dividing stocks into multiple groups. 4.2.2 Universal Asset Model ··· Feature1 Matrix 260 X N Feature1 Matrix Stock N [PITH_FULL_IMAG… view at source ↗
Figure 3
Figure 3. Universal Model Diagram. The left matrix is the predictors and the right matrix is the target, with shape to be (N_Bins ∗ N_stocks, N_F eatures) and (N_Bins ∗ N_stocks, 1) respectively. Under the universal asset model scheme, we train a single model on the pooled dataset en￾compassing all stocks, leveraging each stock’s historical features as predictors. The procedure of forecasting is illustrated in [PITH_FULL_IMA… view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Diagram of the DeepLOBv architechture. The light yellow rectangles in the figure are the network module. The two Convolution modules are employed to extract information from the features. The Inception module is utilized to combine the information extracted. The LSTM m…
Figure 5
Figure 5. Figure 5: A Sankey diagram illustrates the properties that contribute to improve￾ments in prediction. The marked numbers around the bars are the out-of-sample R2 of each model and the difference in R2 between them. Consequently, by addressing these discrepancies, our model not o…
Figure 6
Figure 6. Figure 6: Comparing stability across different conditions. In the left figure, the solid blue [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Tracking Error Comparison. Comparison of tracking errors between the CMEM and our UAM DeepLOBv model across different tickers. The tracking error is measured in basis points (bp), where 1 bp equals to 0.01%. higher liquidity is associated with improved fill rates. By f…
Figure 8
Figure 8. Figure 8: Comparison of the Relative Fill Ratio. The yellow bars denote the advantage of our proposed model over the CMEM model; the orange bars denote the advantage of the oracle model over the CMEM model. oracle volume. Afterward, we assess the advantages of the latter three m…
Figure 9
Figure 9. Figure 9: Static and Dynamic Prediction. The upper diagram illustrates static prediction, where the left side represents the input from the past several days, specifically from day t to day t − k, and the right side shows the predicted volume for the next day, namely day t + 1. …
Figure 10
Figure 10. Figure 10: shows the autocorrelation analysis of the intraday trading volume, the pattern of which indirectly corroborates the U-shape of the intraday volume [PITH_FULL_IMAGE:figures/full_fig_p031_10.png]
Figure 11
Figure 11. Figure 11: Comparison of correlation matrix heatmaps. The left heatmap is the corre￾lation matrix computed based on trading volume data; the right heatmap is the correlation matrix computed based on the features for forecasting data. The red rectangles indicate correlations with…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

45 extracted references · 33 canonical work pages

  1. [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...

  2. [7]

    Christian T

    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

  3. [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

  4. [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

  5. [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

  6. [22]

    Hastie, R

    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

  7. [23]

    Ruihong Huang and Tomas Polak

    Herd behaviour and cascading in capital markets: A review and synthesis.European Financial Management 9, 1 (2003), 25–66. Ruihong Huang and Tomas Polak

  8. [25]

    https://doi

    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
  1. [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...

  2. [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

  3. [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

  4. [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

  5. [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...

  6. [38]

    Balázs Árpád Szűcs

    Going Deeper with Convolutions.https://doi.org/10.48550/arXiv.1409.4842arXiv:1409.4842 [cs]. Balázs Árpád Szűcs

  7. [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

  8. [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

  9. [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

  10. [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

  11. [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...

  12. [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

  13. [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

  14. [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...

  15. [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

  16. [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

  17. [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...

  18. [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

  19. [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

  20. [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

  21. [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

  22. [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

  23. [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

  24. [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...

  25. [2011]

    LOBSTER: Limit Order Book Reconstruction System.https://doi.org/10.2139/ssrn.1977207 Manchaldore Jaisimha, Palit Imon, and Soloviev Oleg

  26. [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

  27. [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

  28. [2016]

    Chen and C

    Forecasting intraday trading volume: a Kalman filter approach.https://doi.org/10.2139/ssrn.3101695 T. Chen and C. Guestrin

  29. [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

  30. [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

  31. [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

  32. [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

  33. [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

  34. [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

  35. [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...

  36. [2024]

    Trading volume alpha.https://doi.org/10.2139/ssrn.4802345 Shihao Gu, Bryan Kelly, and Dacheng Xiu

  37. [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

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.