Hi, I am running my algorithm with api . It was a limit order. Same limit order I placed with kite plateform manually. It got placed with kite platform but not with kite api . It was irfc, placed buy order at 77.05 Price went to to 77.25 but it did not placed same same order placed with at 76.90. Same with Tatasteel I placed buy order at 125.78 but now price is 126.1 still not placed. How do i fix it please guide me.
Can you share the error json and http status code or, it would be better if you can share the entire debug logs. It will make it easier to see all request params and response json. You can enable debug logs while initializing Kite Connect client library.
PS: Make sure to remove client and app specific tokens.
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.
I don't think issue is with code. For semantic errors, it is better if we have request and response logs. Can you enable debug logs while initializing Kite Connect?
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?
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.
PS: Make sure to remove client and app specific tokens.
Can you enable debug logs while initializing Kite Connect?
76.55 76.02 76.78
135.15 134.32 135.68
187.55 186.61 188.49
126.4 125.52 126.78
76.55 76.02 76.78
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.