Modeling the Stock Relation with Graph Network for Overnight Stock Movement Prediction
Stock movement prediction is a hot topic in the Fintech area. Previous works usually predict the price movement in a daily basis, although the market impact of news can be absorbed much shorter, and the exact time is hard to estimate. In this work, we propose a more practical objective to predict the overnight stock movement between the previous close price and the open price. As no trading operation occurs after market close, the market impact of overnight news will be reflected by the overnight movement. One big obstacle for such task is the lacking of data, in this work we collect and publish the overnight stock price movement dataset of Reuters Financial News. Another challenge is that the stocks in the market are not independent, which is omitted by previous works. To make use of the connection among stocks, we propose a LSTM Relational Graph Convolutional Network (LSTM-RGCN) model, which models the connection among stocks with their correlation matrix. Extensive experiment results show that our model outperforms the baseline models. Further analysis shows that the introduction of the graph enables our model to predict the movement of stocks that are not directly associated with news as well as the whole market, which is not available in most previous methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Air Pollution PredictionRelationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Stock Prediction via a Dual Relation Fusion Network incorporating Static and Dynamic Relations
Accurate modeling of inter-stock relationships is critical for stock price forecasting. However, existing methods predominantly focus on single-state relationships, neglecting the essential complementarity between dynami…
LSR-IGRU: Stock Trend Prediction Based on Long Short-Term Relationships and Improved GRU
Stock price prediction is a challenging problem in the field of finance and receives widespread attention. In recent years, with the rapid development of technologies such as deep learning and graph neural networks, more…
Algorithmic TradingStock Price PredictionStock Trend PredictionDoes Overnight News Explain Overnight Returns?
Over the past 30 years, nearly all the gains in the U.S. stock market have been earned overnight, while average intraday returns have been negative or flat. We find that a large part of this effect can be explained throu…
Strikingly Suspicious Overnight and Intraday Returns
The world's stock markets display a strikingly suspicious pattern of overnight and intraday returns. Overnight returns to major stock market indices over the past few decades have been wildly positive, while intraday ret…
Stock Type Prediction Model Based on Hierarchical Graph Neural Network
This paper introduces a novel approach to stock data analysis by employing a Hierarchical Graph Neural Network (HGNN) model that captures multi-level information and relational structures in the stock market. The HGNN mo…
Graph Neural NetworkStock PredictionType prediction