- Chinmay Agarwal - 23BCE0715
- Veeksha Anne - 24BCE0628
- Mahalakshmi Manikandan - 24BEE0093
Investing in the stock market is risky due to its unpredictable nature. Our project leverages Machine Learning to assist users in making better stock decisions by analyzing the last 10 minutes of market data.
Help investors and stock market enthusiasts make smarter, more informed trading decisions using real-time ML predictions.
- LSTM for short-term trend analysis predictions:
-
RaiseTheStakes_LSTM: Using LSTM for price prediction:
- For the dataset :0941.HKHKD_Candlestick_1_s_BID_16.06.2025-16.06.2025.csv
- Which can be downloaded from https://www.dukascopy.com/trading-tools/widgets/quotes/historical_data_feed

-
LSTM2: Adding droupout layer in LSTM & training on a bigger dataset
-
- For the dataset :0941.HKHKD_Candlestick_1_s_BID_16.06.2025-16.06.2025.csv
- Model acts as an agent that:
- -1 = Short (predicts price fall)
- 0 = Hold
- 1 = Long (predicts price rise)
- Agent receives rewards based on prediction accuracy.

- CNN
- RNN
- GRU
- Multi head Attention
- Axial attention -Unlike lstm this converts the Data to single dimensional format(not actually but traverses the data in 1-D format) which helps to grab the long range dependencies
- Dataset - FI-2010 dataset-https://etsin.fairdata.fi/dataset/73eb48d7-4dbc-4a10-a52a-da745b47a649 - This dataset has 144 features(eg Tick level data,Spread,Cumulative Volume)


