Automated Stock Trading System using Technical Analysis and Deep Learning Models

Weerapat Buachuen,Pittipol Kantavat
DOI: https://doi.org/10.1145/3628454.3631670
2023-12-06
Abstract:Investing in stocks has historically leaned on methods like technical and fundamental analysis. This research offers a novel approach by integrating advanced machine learning techniques to predict stock prices. Deep learning models, namely LSTM-CNN and CNN-LSTM, as well as the Attention Layer, were explored for their capacity to capture and emphasize significant temporal features in stock data. The LSTM-CNN hybrid proved adept at grasping long-term temporal dependencies in stock patterns. In contrast, the CNN-LSTM with Attention Layer emphasized localized patterns by leveraging CNN's spatial feature extraction in tandem with LSTM's sequence modeling. The innovative use of the Attention layer enables selective emphasis on pertinent temporal patterns during model training. Preliminary experimental results highlight the potential superiority of these techniques over conventional methods. While the Attention layer exhibited promising results in certain tests, the hybrid models showcased efficacy in other conditions. However, it is salient to note that no model showcased consistent dominance across various stocks and conditions. This study underscores the potency and potential pitfalls of deploying deep learning in stock prediction, paving a foundation for future research in refining and optimizing these models for broader financial market applications.
Computer Science,Business
What problem does this paper attempt to address?