IntraTrade is an application which uses ORB(Opening Range Breakout Strategy) to suggest buy/sell/hold for the stocks. For first 15 minutes after the market opening it reads the high and low for that interval. And after that it uses that data with the algorithm for suggestions.
First_15_Minutes.mp4
Working of strategy after recording the high's and low's and suggesting whether to buy/sell/hold the stock.
After_First_15_Minutes.mp4
Client: React, Socket.io
Server: Node, Express, Socket.io, Kite API
Languages Javascript, HTML, CSS
Install IntraTrade It requires the api key and api secret for using the kite api, so use your own.
- fork the repo
- clone from your account
- change to the cloned directory
- open dashboard and sever folder in different terminal windows
- run: npm install
- start server first and then dashboard on different ports.
- run: npm start
See the project running on localhost :)
- Real time stocks price tracking and suggestions
- Auto tracking of time (starting 15 mins and rest)
- UI suggesting buy/sell/hold realtime
The application is not deployed currently as the api is not free. Needs to be run in localhost for personal use.
git pull origin main
git add .
git commit -m "your comment"
git push origin main
- note : The kite account was provided by course instructor/mentor.