What is the maximum number of Api calls that can be made inorder to change Trigger price of CO order? I have been making 1 request per second still getting "Too many requests" exception.
I had one more doubt, I tried forming one min candles using WebSocket. I was considering from 0th sec to 59th sec as one min. Sometimes I observed that kite platform forms candles from 1st sec to 0th sec as one min candle.
In such cases, Data in my DB differs a lot from that in Kite platform candles. Any comments on this issue?
You can check out FAQs to know more.
I had one more doubt, I tried forming one min candles using WebSocket. I was considering from 0th sec to 59th sec as one min. Sometimes I observed that kite platform forms candles from 1st sec to 0th sec as one min candle.
In such cases, Data in my DB differs a lot from that in Kite platform candles. Any comments on this issue?
You can try looking out for computation/storage delay at your end.