one CO order creates atleast 2 orders 1) actual buy/sell order 2) stop loss order
but api returns only one order id , i believe it returns order id of the buy/sell order but not the stop loss order id right? my question was is there any way i can …
Thanks .. Does this API return order id of the stop loss order i.e. (the order with status = trigger pending), how to get the order id of stop loss order directly without fetching all open orders again?
@sujith @tonystark but then why i m not getting anything in ngrok web interface under summary, even though i have rejected orders .
anything else i m missing
yup , looks like it worked , i got below this time.
HEAD /post 200 OK
Can i test it now after market. if order gets rejected it should appear here, no?
@sujith i implemented it by following the above example. https://gist.github.com/ajinasokan/267d68c9f61e3e4ea11681c0ec4e707d
"I think your server has to accept the POST request with data in the form body." - what needs to be done for it exactly c…
Hi @Vivek with `threaded=True` it is giving me below error? what could be wrong here?
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 200 None.
ok got it, thanks.. it is working now, however facing issue when trying with threaded option .
kws.connect(threaded=True)
an it is giving me this error:
DEBUG:urllib3.connectionpool:https://api.kite.trade:443 "POST /session/token HTTP/1.1" 200…
I have installed Twisted from the below
https://github.com/zerodhatech/python-wheels/blob/master/Twisted-18.7.0-cp27-cp27m-win_amd64.whl
Then installed kiteconnect
But when i m trying to use Kiteticker via websocket im getting below error.
Any c…