Sorry got it fixed, it was norton firewall issue. It got fixed after turning off firewall.
I will like to make exception for kite.api rather than blindly turning it off and keeping my system vulnerable.
What should I do to do this?
I tried kite.api and kite.zerodha from different machines today just to eliminate possibility of more load on single machine.. I still faced this issue in the early part of the day today .. But things started working after 9:30 a.m. .. I was using b…
I am again unable to login in trading hours with invalid token error, what is the point of these apis, if these don't work in trading hours?
Please call me so that I can show you what is happening here.
First, I dont have any issue in login, in off-trading hours, so my code is definitely correct.
Today morning between 9:30 to 10:30, I setup my desktop in following configuration.
1. Three tabs open with kite3.zerodha.com in Chrome. One with 4 chart…
I got the request token, this is the usual process I follow. The code was working fine earlier, so I am sure code is not the problem. I also tried the example code you've put on python page.
The error is not on web-page. I am using python api, I ge…
Tried regenerating secret api, also tried the standard example code given at https://github.com/rainmattertech/pykiteconnect,
I still get invalid token message. What is happenning?
@sujith : Just simple rejection of orders is not sufficient ... we will need to have at least a selected day simulated in real time in off-trading hours... or at least have random but coherent api responses ..
I think minimum value of 1 is very high for TLS, the average movement per minute is far lower in many instruments. You should consider reducing it to 0.2. That should give enough breathing room for your servers.
@Sujit, there are confusing versions of TLS about being integer value(1), tick value(0.05) all over the web from zerodha .. Also I am able to place TLS of value 0.05. The document at https://kite.trade/docs/connect/v1/#placing-orders does not say an…
I have installed it using pip install kiteconnect,
I have removed the localpath info below.
Requirement already satisfied: kiteconnect in \programs\python\python36-32\lib\site-packages
Requirement already satisfied: requests in \programs\python\py…
yes, I have got the one from kite.trade web-site. The error does not immediately make sense, think of giving a more elaborate message. It will save time figuring it out.
I figured that status displayed on kite are the same as status in json response,
I could figure out the following list,
'OPEN','COMPLETE','REJECTED','CANCELLED','AMO REQ RECEIVED','CANCELLED AMO'
What is the status for partially complete? are there…