Vu Nguyen

Jun 2025

Executive Summary

This report presents a neural network approach for predicting SPY (S&P 500 ETF) closing prices using 1-hour candlestick data. The model employs an LSTM-Attention architecture to forecast the next 5 candles' closing prices, achieving an average MAE of 20.0 across prediction steps with MAPE ranging from 3.63% to 3.75%.

Dataset Description

Data Sources and Timeframe

Data Preprocessing

The dataset includes both raw OHLCV data and computed technical indicators to capture momentum, trend, and volatility signals that are commonly used in financial markets.

Model Architecture and Design

Problem Formulation

source