A Unique Stock Market Trading Terminal
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
With the increase in the count of new retail investors in Stock Market there was also a problem rising suddenly, lack of guidance and experience. People start believing easily on tips and tricks and made short term profits, but today markets are at all time high. What Now and How ??
XChange is a One Stop Solution for a individual to plan and succeed his Financial Journey
.
XChange is a stock market terminal with all the features one needs to ace his journey of stock trading. It has a virtual trading terminal, a visualisation dashboard, and historical pattern analysis of a huge collection of stocks.
This will give the user an insight of the stock market fundamentals, risks and benefits associated with it. Key Features :
- Users can easily visualize the data here and can read and do fundamental analysis of any company. The company information, an all-time candlestick intraday chart, technical analysis indicators, 52-Week High, Low Prices, P/E ratio are displayed to the user.
- The, our unqiue Trading Terminal provides users the access to fetch the historical data with selected date range and analyze the news and the technical chart on the same dashboard of the terminal. To put it in simple words, when a user enters a date range and his preferred stock, the chart will update in every 3 seconds (that represents 1 day in that time duration). The news is also displayed to the user along with the sentiment analysis (postive, negative, neutral) so that the user can understand how the particular news might have affected the stock prices at that moment.
- A virtual amount of INR 1,00,000 is provided to the user, for him/her to invest and observe his portfolio according to the timeframe he has put.
- A graph of important stock market events is provided to the user, so that the user can analyse those incidents and take informed decisions in his real stock trading journey, when situations aren't favourable.
This project was built with the following frameworks and technologies:
- Node.js
- Express Framework
- MongoDB
- Bootstrap
- Javascript
- JQuery
- NSEDownload Python Library (to obtain historical stock market data)
- Trading View APIs
Follow the steps given below to run the project locally on your system.
- npm
npm install npm@latest -g npm install nodemon@latest -g
Once all the prerequisites are met, the required API Keys and dependencies must be installed.
- Get a free Google OAuth API Key at https://cloud.google.com/
- Add the URIs
http://localhost:9000
inAuthorized JavaScript origins
tab, andhttp://localhost:9000/auth/google
,http://localhost:9000/auth/google/callback
inAuthorized redirect URIs
tab. - Create a free MongoDB Atlas cluster at https://www.mongodb.com/atlas
- Clone the repo
git clone https://github.com/rushabhkela/XChange.git
- Install NPM packages
npm install
- Create the .env file
cp .env.example .env
- In the .env file, enter your credentials generated in the above steps (google OAuth details can be found in the google cloud console and mongoDB access URI from the mongoDB cluster dashboard ).
- Good to go! Start the project locally using the following command, and go to http://localhost:9000
npm start
- Think of a unique idea!
- Implement the project.
- Add a README.md
- Deploy the project
- Expand the scope of the project, to other areas that might help users in their stock market trading.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the Apache 2.0 License. See LICENSE
for more information.
Rushabh Kela - +91 9834473257 - kelarushabh@gmail.com
Project Link: https://github.com/rushabhkela/XChange