No it is not working . Like initially i have a position then its stoploss hits then i take a reverse position for the same strike (Buy to Sell) . So in this case i am using kite.position(), last_price and buy_price or sell price but it not giving c…
Hi, TK123 i can help you to make this code. Recently I have developed a script to fetch kite api data in excel. If you are still interested just let me know.
Hi, sry I was away on new years break so din see the messages. @DM2290 let me know if you are still looking for help on this subject. I can also assist regarding this to the best of my abilities.
just now i got this error
ERROR:kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
INFO:root:Connection error: 1006 - connection was closed uncleanly (None)
ERROR:kiteconnect.ticker:Connection closed: 1006 - connecti…
I have enabled debug mode kite = kiteconnect.KiteConnect(api_key=api_key,debug = True)
Now My Limit order was set at 126.78 and executed at 126.80 but sometimes it neither execute nor show any thing on debug lof just pass the signal.
My algo is running for irfc, tatasteel, iex, and ongc . As the conditions meet I will connect to you. In between should i also placed order with kite platform?
Okay, I did not get any error message it just passed the signal. Like it did not throw any error but it just pass the signal. I can share my code with you.
There is difference in the price like if at some time price on kite chart for a minute candle is between 2331.47 low and 2331.97 is high , but in live tick candle for the same minute price is 2333.35 . Can you please explain the reason?
I was also facing same issue then i did netwrok error handing like if netwoks drop once it will try to connect two more times. Now I am not facing any error.
try:
for i in range(3):
price = kite.ltp(['NSE:'+ S1])…
Hey , I am running my algo with limit order . I wrote my algo in python . When order places there is a difference between my limit price and the price at which order got executed ,for example limit sell order is 130.00 and it will get place at 130.…