Skip to content

AnkitP7/auto_trade

Repository files navigation

Auto-Trade

Execute options-trade automatically via Kite.

Installation

Back-end

1. Create a virtual environment using python.

   pip install virtualenv
   virtualenv -p <location to python binary> <myenv>

2. Activate the environment

    source <myenv>/bin/activate

3. Install the dependencies

    cd auto_trade/
    pip install -r requirements.txt

Front-end

1. Install the dependencies using npm

   cd auto_trade/
   npm install

Run Locally

Back-end

1. Modify .flaskenv and start the development server by running the following commands

  flask run

Front-end

2. Start development server by running the following command

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

APP_TOKEN -- API Key required for Kite connect

API Reference

/connect/login/

  GET /connect/login/

About

Execute options-trade automatically via Kite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors