dhavalp

About

Username
dhavalp
Joined
Visits
10
Last Active
Roles
Member

Comments

  • You did not get the point. I have already pointed to the new API url but the new API Quote packet structure is different compared to the old one. New packet structure contains some new variables which I don't need. So my question is it compulsory to…
  • Hi Nithin Thanks for the reply. Somehow when I post a message it says it will be displayed after approval dont know why. I did read the FAQ's and on that basis I am passing CNC in the order request but still getting the same error. {"status"=>"…
  • Hi Nithin Thanks for the reply. Somehow when I post a message it says it will be displayed after approval dont know why. I did read the FAQ's and on that basis I am passing CNC in the order request but still getting the same error. {"status"=>"…
  • Hi Nithin Thanks for the reply. I did follow the FAQ's and even now when I place an order I get {"status"=>"error", "message"=>"Not a valid Product Code", "error_type"=>"OrderException"}. I changed by product to CNC from NRML. This is an…
  • Sent please check
  • Its possible but for that I need to give you login details. Can we contact via email? I shall send you details as its in devt so cannot share it publicly.
  • @vivek See people might not be using it or matching it with the actual live price. Or they might not have an issue with a bit of delay. Others if not complaining does not mean that they havent received the issue or the issue doesnt exist. Moreover Y…
  • Let me see if I can arrange some thing to show a demo. There is surely a latency. For me 700ms is no latency I see some times missed ticks + delay of up to 5 seconds. there is no issue with internet and its a high end amazon server.
  • OK Kailash thanks for the reply. I am not sure what to say if you are not able to reproduce the issue. I have given you enough examples. Let me check the JS API. BTW on the other note I was asking about the actual latency not between API and the por…
  • Dear Kailash As said before we are facing issues in with the websocket API too. There is some delay in the price. We are already discussing that in our other thread and others have confirmed similar issues. Have a look.
  • Hi Kailash, Can you tell me the latency in price. I see too much of a variation.
  • Where did you check? On the Portal or the websocket API? And most importantly when did you check today morning or yesterday after market hours? Because in morning it was again in sync but yesterday it wasnt especially during last 5 mins of trade.
  • What is the LTP Of HindZinc Aug fut in websocket API? Can you please check? Its showing me 20310 = 203.10 where as actually it is 207.40. Is there something I am missing?
  • Today in Reliance infra I got a price of 552.0 at 2016-07-18 09:30:03 +0530 where as the price was 563.80 after few seconds it got in sync.
  • @vivek Thanks for the reply. I feel that keep an eye on FUT / CASH (NSE / BSE) data simultaneously for cipla or Yes Bank that will help us to identify the issue.
  • I am comparing Cipla Cash / FUT. This happens especially in cash.
  • Thats OK I dont want the lib but this problem surely occurs Its happening on continuous basis.
    in Error Comment by dhavalp June 2016
  • oh I know that wanted to know if its available some where on kite.
  • hi kailash i m using websockets api coded in ruby. high end server. so that should not be an issue.
    in Error Comment by dhavalp June 2016
  • Thanks Kailash. Now I have observed omething. the market depth by the socket API and on the website (dashboard) seems to be a bit difference i mean around say by couple of seconds is that possible? I mean I am observing that constantly since 2 days …
    in Error Comment by dhavalp June 2016
  • Hi Kailash would be nice to do that. We are doing social analysis on stockarchitect.com have a look.
  • Hi Kailash Password was 100% correct the problem is in 2FA. Even if I enter the correct answer it works in some cases and doesnt work in some. Surely something doesnt seem to be right.
  • OK so for equity the code is CNC and for FUT its NRML?
  • curl https://api.kite.trade/orders/regular \ -d "api_key=xxxx" \ -d "access_token=ixxxx" \ -d "tradingsymbol=ADANIPOWER" \ -d "exchange=NSE" \ -d "transaction_type=BUY" \ -d "order_type=LIMIT" \ -d "quantity=21584" \ -d "product=NRML" \ -d "price=29…
  • Thanks vivek I am even getting wrong prices some times today in morning got tata power price at 0.08 how is that possible and how can we handle it this has even happened in the past.
  • OK Thanks
  • the raw_data i sent to you is received from web socket client [0, 250, 0, 164, 7, 163, 3, 4, 0, 0, 153, 132, 0, 0, 0, 45, 255, 255, 254, 239, 0, 0, 108, 72, 0, 0, 63, 235, 0, 0, 38, 55, 0, 0, 152, 123, 0, 0, 154, 6, 0, 0, 151, 39, 0, 0, 151, 99, 0, …
  • Pls reply so that I can make the provision accordingly.
  • So my concern is that these types of values were received from the API. Is it possible that I receive such in the future and make provision for it?
  • OK thanks. It was hex. I think you should give all probabilities and example in the doc for better understanding.
  • Cant I simply do message = {"a": "mode", "v": ["full", [408065]}; without subscribe? Because I guess I did that and it worked. Thus asking
    in Response Comment by dhavalp April 2016
  • according to the doc, websocket server should return me binary data, but what i received is an array of numbers [0, 1, 0, 164, 0, 6, 58, 1, 0, 1, 213, 16, 0, 0, 0, 20, 0, 1, 217, 147, 0, 26, 18, 121, 0, 2, 18, 139, 0, 2, 130, 208, 0, 1, 223, 176, 0,…
  • Also there are 3 actions, subscribe/unsubscribe/mode, do i need to send "subscribe" first before "mode"?
    in Response Comment by dhavalp April 2016
  • Thanks Kailash for the reply. I was looking for the name even in the F&O contract because its very difficult to identify as the name contains the date as well as the name. Might be you can separate both the field these are jstu suggestions based…