An Efficient deep learning model to Predict Stock Price Movement Based on Limit Order Book
Jiahao Yang, Ran Fang, Ming Zhang, Jun Zhou

TL;DR
This paper introduces a Siamese deep learning architecture with multi-head attention to improve stock price movement prediction from limit order book data, demonstrating significant performance gains on Chinese A-share stocks.
Contribution
The paper proposes a novel Siamese architecture leveraging ask-bid symmetry and integrates multi-head attention with LSTM to enhance prediction accuracy in high-frequency trading models.
Findings
Siamese architecture improves baseline models in over 75% of cases.
Multi-head attention enhances short-term prediction performance.
Raw order book data's ask-bid symmetry is effectively exploited.
Abstract
In high-frequency trading (HFT), leveraging limit order books (LOB) to model stock price movements is crucial for achieving profitable outcomes. However, this task is challenging due to the high-dimensional and volatile nature of the original data. Even recent deep learning models often struggle to capture price movement patterns effectively, particularly without well-designed features. We observed that raw LOB data exhibits inherent symmetry between the ask and bid sides, and the bid-ask differences demonstrate greater stability and lower complexity compared to the original data. Building on this insight, we propose a novel approach in which leverages the Siamese architecture to enhance the performance of existing deep learning models. The core idea involves processing the ask and bid sides separately using the same module with shared parameters. We applied our Siamese-based methods to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods
MethodsLinear Layer · Attention Is All You Need · Softmax · Multi-Head Attention
