Skip to content

IEEE-VIT/raise-the-stakes

Repository files navigation

Raise The Stakes

Team Members

  • Chinmay Agarwal - 23BCE0715
  • Veeksha Anne - 24BCE0628
  • Mahalakshmi Manikandan - 24BEE0093

Problem Statement

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.


Goal

Help investors and stock market enthusiasts make smarter, more informed trading decisions using real-time ML predictions.


1. LSTM

  • LSTM for short-term trend analysis predictions:

2. Reinforcement Learning(DQN) + LSTM hybrid

  • 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.
  • image

3. Multi Head Axial Attention

  • 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)
  • image
  • image

🔍 Similar Projects

Papers Used


About

Real-time ML-powered stock predictions for smarter, safer trading decisions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published