ashishkumar30 / Stock_Market_Live_Trading_using_AI

The apex of my CSE tenure at UIET Kurukshetra University in 2018, This project focuses on Zerodha, involving live online trading in the NSE-BSE with real money, utilizing Artificial Intelligence techniques. The project employs Python programming, incorporating live trading bots, indicator screeners, and back testers through REST API and websockets.
https://kite.zerodha.com/dashboard
174 stars 59 forks source link

Missing documentation #3

Closed aasimenator closed 4 years ago

aasimenator commented 4 years ago

Hi, Where is the documentation on how to use this bot, how to setup it up / install it or even run it?

I am using Visual Studio Enterprise 2019

ashishkumar30 commented 4 years ago

use these codes in jupyter notebook directly or copy paste code in visual studio

aasimenator commented 4 years ago

When running i get the following errors, ImportError: No module named secrets NameError: name 'KiteConnect' is not defined NameError: name 'pd' is not defined

Also I have to keep on pressing Run multiple times

ashishkumar30 commented 4 years ago

When running i get the following errors, ImportError: No module named secrets NameError: name 'KiteConnect' is not defined NameError: name 'pd' is not defined

Also I have to keep on pressing Run multiple times

Solution is

import all libraries pip install kiteConnect pip install pandas pip install secrets