Question-4: Genetic Algorithm#
Title#
Genetic Algorithm Based Pattern Mining for Stock Market Candlestick Analysis
Abstract#
Pattern mining plays a crucial role in uncovering significant trends within historical stock data. Among the available methods, candlestick analysis is a popular technique for visualizing daily stock price movements—open, high, low, and close—through a coded representation. However, even small variations in these values can impact the coding process and influence predictions. Additionally, the relative sizes of consecutive candlesticks carry critical information about future stock price movements.
This project seeks to optimize the encoding of candlesticks by identifying ideal thresholds that enhance prediction accuracy. To achieve this, a genetic algorithm—a bio-inspired optimization technique based on natural selection—will be employed, providing a robust approach to improving pattern mining for stock market analysis.