- This Python model uses live data of stocks listed in NSE or BSE during market hours.
- It incorporates several indicators, moving averages (such as RSI, MACD, 50MA, 100MA, 200MA) and Volume to enhance accuracy.
- Currently, the latency rate is approximately 60 stocks per minute.
Install the Equity.csv file into the same directory where your Python is installed
So the code can extract data of NSE from this CSV file
Things to be added more in code:-
- Currently this code scans particular companies one by one we'll be adding the feature of multithreading soon to it
- Frontend needed for user interaction
- Flask too will be used for HTTP request