We will look into this.
We don't recommend using historical data API for live strategies. It is provided only for backtesting purposes.
You can generate candles at your end using the live market data provided by the Kite Ticker.
You can get started …
We are investigating this issue. Since this is happening on the client side. Kite Trade will not have logs for this.
Have you seen any pattern when this happens? Any particular API is throwing this error or is it for all the API calls?
It seems like your app sent a cancellation request and hence order was canceled.
162.158.54.76 - 122.172.191.213 - - [31/May/2018:11:15:11 +0530] "DELETE /orders/bo/180531001015618?order_id=180531001015618&variety=bo HTTP/1.1" "-" 200 58 "-" "K…
Kite Connect is purely an execution platform you can do any math on your end or use any platform for doing calculations, backtesting and place orders using the Kite Connect APIs.
The base Kite Connect subscription will cost you Rs 2000.
Kite Connec…
Are you sure you are doing this after getting connected?
If you send a message before connecting then it won't reach server right?
You need to listen to on_connected callback and then subscribe after that you can set mode. If you directly set mode i…
The code seems fine. Can you elaborate what do you mean by not working?
Does screen become empty or you don't get to see success page? Can you take a screenshot and paste it?
It is only one logic, the behavior can be seen for all the instruments. We had done some changes yesterday to update close at 05:00 AM but it seems like the issue still persists. We will release another patch this weekend and hopefully, that should …
Hi,
745.6 is the day before yesterday's close price. Ideally, it should be switched to 782.5 which is yesterday's close price. We had made some changes recently but this seems to be not fixed by that change. We will make changes to Kite Ticker and d…
@sauravkedia,
The configuration files were automatically overridden. We had to change configuration file manually to fix the issue. We will ensure this won't be repeated.
The configuration file of Kite Ticker was overridden automatically while doing yesterday's deployment. We have manually changed it to fix it. Now you will get order updates, let us know if you still face this issue.
By default, all Kite Connect apps are single user app. You can write to talk(at)rainmatter.com with details about your platform and ask for multi-user access someone from our team will get back to you.
Got it, this was a bug in the configuration file of Kite Ticker. We were upgrading the maximum limit per connection from 2000 to 3000.
But official libraries should have thrown the error. We will look into this.
You can subscribe for up to 3000 ins…
We don't see any issue at our end. I tried connecting for multiple instruments and it seems fine.
Is this hosted somewhere or is this local setup? If local then can you give more details about the network?
As mentioned in that thread the exchange was not streaming data. Trading was halted on Friday because of a technical issue at MCX what can we possibly do if the exchange goes down.
A target order will be of type limit and stop-loss order will be of type SL-M.
You can get order updates via webockets and postbacks. You can choose anyone of these.
It doesn't matter. You don't need to pass timezone to fetch historical data.
You were not getting data because you didn't set the continuous flag to true.
Instruments dump is a CSV file. All other API calls will respond with JSON type response.
All the JSON type POST requests are now the form type requests.
Old APIs are deprecated. Can you mention which API you are referring to? There are some APIs which are not changed entirely but a part of it might have changed. In future, if any updates are made on any of the APIs then it might stop working.
You can fetch continuous data to fetch data for expired futures instruments.
We only have day candles for expired instruments.
For more details, you can check out documentation here.
Bracket order supports only limit and stop-loss entry type. It doesn't support market order type. You will have to enter the price above LTP to buy at market price.
Yes, square off, stop-loss and trailing stop-loss are entered in points. In the abov…
Old APIs are shutdown. Which version of pykiteconnect are you using?
Which particular API are you referring to?
Is it historical data, margins, place order?
I am not referring to any of the Kite Connect clients. I am talking about Kite Ticker's behavior. You can't set mode without subscribing for a token.
I have tested it at our end and it seems to be working fine.
Yes, you need a valid access token to …
Hi @vithalpatil,
Kite Ticker is not meant to be used on third-party websites. You can only use it in the backend for personal purposes.
Kite Ticker 3 packet structure has changed. You can check the documentation to know more.
Yes, it is a PUSH from OMS to Kite Trade but these are interprocess communications that happen internally. It shouldn't matter to end user. The whole flow is very complex to put it in one or two paragraph. Obviously, we won't take one year to do Kit…
We don't have APIs for live streaming candles data.
Kite Connect is purely an execution platform, we don't provide support or solution for writing any kind of strategies.
@lazydragonfist,
The packet format has changed with the new websockets API. Now full mode will have a timestamp with the tick. You can take a look at new packet structure.
You can subscribe for up to 2000 instruments now. You can use three websocket…
As mentioned above it is working fine at our end. I am not sure what is wrong at your end.
To resolve this, I would start by downloading the latest jar from the dist directory of javakiteconnect repo or including com.zerodhatech.kiteconnect 3.0.0 m…
The Kite Publisher doesn't have access to any of the user's data. It is just a javascript buttons to place orders.
In order to access any user data, you need a Kite Connect app.
The historical data API provided is only for backtesting purpose. For live stratergies, you can generate candles at your end using the live market data provided via websockets.
You can get started from here.
I am not sure about the motive behind using two connections. You can use one connection and subscribe for up to 2000 instruments with one websocket connection.
You can refer to this thread to know more about how others are doing this.
Can you private message your api_key?
Please don't mention app specific tokens on the public threads. You can private message if you have to mention that.
You need an active add-on subscription to use historical data API. Have you subscribed for the…