SmarterTrading is an app that watches the stock market trends and variations and tells the user the best time to buy or sell stock based on historic data fetched from an API.
While some might view the stock market as a casino where only luck plays a factor into wether or not you make profit or lose money. A real investor knows that analysing the data and being able to identify patterns will improve the chances of profit greatly. The aim of SmarterTrading is to analise previous stock market data and assist the user in making a more educated decison on what the best time to sell or buy a stock is.
By using historical data fetched from an external API SmarterTrading will run an analysis and make a suggestion on what action the user should take reguarding the specific stock.
SmarterTrading allows users to search for a specific stock using the company name or stock ticker symbol, and displays information regarding said stock.
The app connects with Finnhub API and fetches historical data about the searched stock.
The app uses the D3 library to display a chart on historical data about the stock.
Using analyst suggestions the app then suggests a course of action to the user.
- Javascript
- D3 graphing
- Finnhub API