@Indhuraj,
OMS is the order management system. This is a backbone for placing orders at the exchange which is a solution by the Refinitv.
BOD is the beginning of the day process.
@mpatil,
The exchange value has to be NFO for NSE F&O instruments.
Please create a new thread for new queries, it might help others who are looking for the same.
It seems like javakiteconnect doesn't have instrumentToken field in the order object. We will include it in the next release, you can use tradingsymbol and exchange to fetch instrument token from the instruments master for now.
Unfortunately, the exchange sends values in the form of absolute values and not the percentage values. We just pass on whatever data we get. We don't do any calculations or modifications to the live market data received by the exchange.
Kite web uses the same APIs to display the values. Can you let us know which field you are looking for? You need to paste the complete stack trace with debug logs when it happens next time.
All these are powered by Kite Connect. So just give it a shot with Kite Connect and decide. We don't guarantee any timeline for order execution. But it is fast.
Generally, we don't recommend using Kite Connect for time-based strategies.
@VICKY123,
This gives you day OHLC value. It doesn't provide intraday OHLC. You need to generate candles at your end using the Websockets data. You can check out this thread.
You can use historical data API for backtesting but for live strategies, I…
If you are looking to fetch data continuously then I would suggest using the Websockets API.
You can check out FAQs to know more about the tick frequency.
Can you run in debug mode and paste the complete stacktrace here?
Make sure to remove the app and user-specific details.
Is it working the first time the access token is generated?
@harshnisar,
It shouldn't matter technically right?
A holding will not have any exchange since it is your portfolio and you can sell wherever you are willing to.
Today we had done some changes which will fill the exchange as BSE for holdings whose …
Once you get an access token, store it and use it in subsequent runs until that is expired. It is not a good practice to create a new access token for every run.
@dipak,
You need to fetch the request token from the URL. You can check out the documentation to know more about the login flow.
Maybe you should remove the query param from the redirect URL.
You seem to have canceled the app instead of pausing it.
If you don't want auto-renewal then you can go to the billing section and un-link Zerodha account from the developers account, if it is linked.
Can you give us a complete stack trace?
It is not possible to check anything with this one line.
We have replaced all the certificates. It shouldn't be happening anymore.
One doesn't have to subscribe for order updates on Websockets. If you are connected then you will receive order updates. You can check out the documentation here.
Hi Keshav Murthy,
This forum is dedicated to Kite Connect related queries only. You can write to support for other platform-related queries and the feedback.
This is not a response from the Kite Connect APIs, this message has nothing to do with the Kite Connect library as well.
You need to understand this is not a support portal and we don't offer support for Kite Connect. We are all developers here lik…
PS: @babansfolio, we are not support executives here. We are all developers like you who hangout here to help fellow Kite Connect community developers.
It seems like there is a mismatch of the key in the quote response and javakiteconnect quote model.
We will release an update for this soon. Thank you for pointing out.
This is because you are trying to send a cancel request when the order processing is still going on.
You need to make sure order is in the open state or trigger pending state.
You can check out the similar issue thread here.
This is similar but the issue could be because of connection timeout between your network and Cloudflare or aws because of which 503 is thrown. You can check the above thread to know more about the e…