Skip to content

Tanmay7586/StockPricePrediction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Indicator Prediction

Relative Strength Index Prediction of 30 days in future using LSTM and RNN combination of trained model and linear regression.

Features

  • Select any stocks from global market including NSE and BSE.
  • Get all fundamental analysis and technical analysis on selected stock with custom analysis.
  • Future RSI prediction upto 30 days using prior n/2 years of pre processed data.
  • RSI prediction of stock data in 1:9. ratio 2 times after splitting into half
  • HighChart Integration for data representation and visualization.
  • Top 10 gainers and losers stocks.
  • LSTM and RNN combined model used for testing and training and Linear Regression for future 30 days prediction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • Python 5.6%
  • CSS 2.2%