Relative Strength Index Prediction of 30 days in future using LSTM and RNN combination of trained model and linear regression.
- 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.