Contents
- Setup
- Database
- What is Bulls and Bears?
- How to use our web app? i) Sign Up/ Login page ii) Dashboard iii) Watchlist iv)
- Future Scopes
- Contributors
Clone the Repository and then in the project directory run the CLI command python manage.py runserver
Django 4.1.7
html5lib 1.1
keras 2.12.0
python-dateutil 2.8.2
yfinance 0.2.14
We have imported our database from the API yahoo finance, trading view , quandle.
It is a stock market simulation web page that can provide access to real-time market data, helping traders to make informed decisions. Also, traders lack knowledge about the stock market and its various aspects, such as market trends and dynamics. Simulation can help traders to learn and test and perfect their timing of trades, reducing the risk of loss due to poor timing. This web application will provide a common platform to display historical data, real-time market images, videos and articles to give basic knowledge to people.To go through our web page one needs to enter his/her details in the sign in page.
Submit the ticker name for the stock whose closing price will be displayed.eg- 'AAPL', 'ADANIENT'..
The searched stock gets appended in the backend server and this provides the real time trading data and analysis curve (in the form of candle sticks) of the present stock at the user end.
Till now , we have used LSTM model in our ML model. We also used RandomForests as they are more used widely for larger datsets, but due to its lack of inaccuracies and exclusivity for different types of datasets. RandomForests are more feasible as they predict whether the closing price will fall or rise, the next day. Also a chatbot feature was used, but due to depreciated libraries of neuralnine, the intents file could not be imported.