In this assignment I have put the codes for various technical indicators used in Technical Analysis in the individual indicator folders.
In this we have predicted the stock prices by an LTSM model and trained it by using train.csv file and have predicted the prices of the stocks and then we have calculated the efficiency of the model using Root Mean Square Analysis.
In this we have predicted the stock prices by using an LTSM model along with various technical indiactors and then trained it by using yfinance data and have predicted the prices of the stocks and then we have calculated the efficiency of the model using Root Mean Square Analysis.
In this I have made a webscrapper using selenium and python which help us to scrape the data related to the derivates segment namely OPTIONS from the popular derivates website OPSTRA and then we have stored it in the form of csv files. In this assignment I have used only selenium and python.