You can fetch positions which will have the average price of a position and you can use live market feed data to compute the live P&L. Once your condition is met you can place an order of type market with opposite transaction type. You can check…
Hi @Anupk75,
It is decided by the RMS team you can contact support and speak to RMS team to know the reason.
The solution is to place a delivery trade as suggested in the status message.
This is on our list of things to do. We will provide a deterministic way to identify the proper rejection reasons.
This might take some time though. We will update here once it is done.
I am afraid we can't provide data in the csv format because of regulations. You can contact any of the exchange registered data vendor.You can only get day OHLC data from Nse website,here.
You can check out this thread to find the correct tradingsymbol https://kite.trade/forum/discussion/5574/change-in-format-of-weekly-options-instruments#latest
It is not a coding fault. When the thread is busy doing computation or storing to the database then it is quite possible that you may miss few ticks.
And also take a look at this thread to know why charts of two platforms don't match.
For clarification, the following is the meaning of the params from the funds response
net = free cash, available.cash = total account value, utilized.debits = margin used
@vijoeyz,
It seems like exit_order in pykiteconnect is not returning order id. We will ask the team to change the signature.
But if there is an error in the API call then an exception is thrown. For now, you can handle this.
We don't recommend using historical data API for live strategies. The historical data is provided only for backtesting purpose. You can generate candles at your end using the live market data provided on Websockets API (Kite Ticker).
All pending orders are squared off first and then it is open positions are closed.
Yes, you do get postbacks for every executed order.
Can you elaborate on this?
What about the callbacks for the other completed qty ones.
Postbacks are only sent for the orders which are placed via Kite Connect app. You can check out websockets order updates to get updates for orders via Kite web.
Hi @ayyaz,
It could be because of the way caching works. The historical data is provided for backtesting purpose only.
We recommend generating candles at your end using the live market data provided via websockets API.
Yes, Kite Publisher is free. It could be a difficult task since it can be used by anyone and not bound to one user. I would suggest just deleting current app and creating a new one.
Hi @tushar42,
We don't encourage polling positions API just to fetch latest P&L. You can check out this thread to know how to calculate P&L using live market data.
Technical queries are not answered by compliance and payment teams (talk(at)…
Hi @dileepkumarpb,
If you are developing a platform for users then I would suggest writing to talk(at)rainmatter.com with a brief description of the platform to check with compliance team.