Skip to content

It is a web application which implemented automated orb trading strategy.

Notifications You must be signed in to change notification settings

iota-008/ORB-Strategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript React Node.js Express.js Socket.io

IntraTrade

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.

Getting the high's and low's of the stocks in first 15 minutes of market opening.

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

Tech Stack

Client: React, Socket.io

Server: Node, Express, Socket.io, Kite API

Languages Javascript, HTML, CSS

Installation

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 :)

Features

  • Real time stocks price tracking and suggestions
  • Auto tracking of time (starting 15 mins and rest)
  • UI suggesting buy/sell/hold realtime

Deployment

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

Authors

  • note : The kite account was provided by course instructor/mentor.

About

It is a web application which implemented automated orb trading strategy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published