Hi @Kailash, Thanks for the update. Order Place doccumentation Here is not updated.
How can I add the tag argument?
Shall I just add another argument like this tag="identifier"?
I don't want to tag my orders with identifier. Is tag argument ma…
I have the same problem. Log in to your developer account and check the status of your app. If the status says 'CANCELLED' it means zerodha has cancelled your app for some reason.
@Kailash @vivek To start with, I just modified the example code that is given in documentation like below and tried to run the code. This code didn't receive back any ticks. Can you please have a look at the code. Please correct me if I my code is …
Thanks kailash. can you please let me know what is the symbol I should use for nifty cash? I am trying to fetch quotes of nifty cash. I used 'NIFTY' and 'NIFTY50' its not working.
Hi @ssmaitra You can use python mechanize library to automate your obtaining request token and generating access token business. Its quite simple and takes around 7-11 secs to generate an access token.
@vivek My system is catching too many exceptions. From 09 : 30 it had caught like more than 70 exceptions. Common exceptions were 'Unknown Content-Type in response','OMS timed out','gateway timed out','invalid response' . I update my pykiteconnect …
@vivek My system is catching too many exceptions. From 09 : 30 it had caught like more than 70 exceptions. Common exceptions were 'Unknown Content-Type in response','OMS timed out','gateway timed out','invalid response' . I update my pykiteconnect …
@vivek My ATS recived gateway timed out exception 3 times post 11:00 am. Also there's a new Exception my system caught which says 'Invalid response from OMS' I caught this exception while modifing an order.
Can you please tell me how can I place Trailing SL order. What should be the order_type? Where to specify the trigger_price,trailing_price?
Also can you please tell me how a bracket order works in kite? what should be the order type for bracket or…
Now I got to know that my APP is still in pending State. I went to developer's console. It seems I can't change my redirect URL when my APP is in pending state. The Status of APP is shown as pending in website. The link where I can change my APP set…
I got to know. I opened the link in my browser and I got my request token which was long. I used that request token and the code is still giving the same error. I have mailed the new and right credentials. Please go through it.
Thanks for the reply kailash. I will mail you my credentials but before that I just want to know if the request token I got is right or not. The way I got my request token is by opening my login_url from unix command prompt by doing.
curl -k https:…
Thanks for the reply kailash.
I have got my request token. Now my code looks like this
from kiteconnect import KiteConnect
api_key = 'XXXX'
secret = 'YYYY'
request_token = 'ZZZZ'
kite = KiteConnect(api_key)
access_token = kite.request_access_token…
Ok, I got to know that the problem I had was with getting request token. I need to redirect the login URL to get request token. I redirected the URL by doing
response = requests.request('PUT', login_url,verify=False)
Then I tried to parse the re…