☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Running code into Google cloude VM
by
saurabh123
·
March 2023
kite = KiteConnect(api_key="##
#my
_api_key") #api key , access token and secret key is in string..!!
Access token issue
by
premjit
·
April 2021
#my
_access_token = open('/Users/macdev1/PycharmProjects/SMLogin2/input_data/my_access_token.txt', 'r').read()
Connection error: 1006 - connection was closed uncleanly (None)
by
syker
·
December 2020
#my
strategy run in this function
Python Websoket Exit after market close and reconnection
by
pawan12
·
July 2020
##
#my
question here is if its infinite loop and nothing after this will run than how any code will close seamlessly after its work is done. i tried using datetime.timenow and call ws.close() but it w
no data staplility
by
palani_kmp
·
November 2017
####
#my
logic here #######
Error - Socket is already closed (Python)
by
Anuj
·
November 2017
<br />user_id="xxx"
#my
user id<br />#on_connect()<br />kws = WebSocket(api_key, public_token, user_id, reconnect=True, reconnect_interval=5, reconnect_tries=50)&l
Automated Trading
by
AnkitDoshi
·
July 2017
<br />import datetime<br />import time<br />day_num=datetime.datetime.now().day<br />day_mon=datetime.datetime.now().month <br />while datetime.datetime.now()<date
Zero Bytes / Empty Packets returned from websocket connection
by
Pandiyaraj
·
June 2017
I am getting instrument token from this API Call : https://api.kite.trade/instruments?api_key=
#MY
APIKEY
Next