Hi
I am trying to login using JAVA.
Step1: "https://api.kite.trade/session/token?api_key=**********"
setZaccid("RH1558");
setZaccpass("***********");
setZapikey("***********");
setZapisec("***********");
setAccessToken("***********");
setPublicToken…
Hi @botany02 / @vivek
Sorry to open the discussion again, & again seeking your help, I was busy and couldnt trade.
While modifying orders with the parameters
https://api.kite.trade/orders/bo/161108000058760?api_key=*********&access_token=*…
Hi
Today again I was streaming data for Infratel Future, and at 9.16 I got a day low of 373.35. I checked with NSE data and also other trading account data, but day low was different from what I received.
Please check the same and kindly ensure erro…
Great, Thanks a ton Botany, btwn - the price parameter-which is mandatory, what should be its value? Should it be same as that of trigger price or more or zero?
Sorry for the trouble and thanks and advance
Regards
-Rishi
Thanks Botany . Today I had sold BEL OCT FUT at 1286.85 (SL-1293.15 - difference of 6.3 points). But the order got executed at 1286.05 - and thereby automatically the stoploss changed to 1292.35- Resulting in a loss for me.
So I now plan to modify t…
Congrats @Kailash and team . Kite connect is indeed paving a way altogether new business realms!! This thereby entails a great amount of responsibility too!!
Regards
-Hrushikesh
Thanks @vivek .
Please note the above values were not arbitary. The target is mentioned of 55 paise and stoploss of 65 paise. Now for a stock above(IBREALEST) whose lot size is 10000, these .55/.65 also matters a lot.
Thanks
Hi Vivek
Thanks for the reply, apparently I was streaming for 5 stocks, so you suggest that for any stock if there comes this exception, then I should reconnect? Coz at the same time other 4 were running seamlessly.
Today also the same thing happene…
Hi
I happened to understand the same today as to how the BO functions. Today my stock OIL-JUL FUT , BUY executed at 377.3, instead of what I had wanted as 376.90. I had given it a target of 1.9 Rs in the BO, thereby the BO set the target price as 37…
Thanks a lot @sabyasm
This clears the TL doubt. About the BO, I have already gone through the same, but confused on tha part when a BO gets executed at levels other than specified by the Trigger/Price. As in my example above [Also, e.g. my tigger…
@vivek I have been discussing about the order type that I intend to place through my automated platform for my personal use.
I want to execute the following scenario, therefore please suggest what should be the order type,
E.g - SBI Future opens a…
Hi Nithin
Thanks for the reply, I had gone in detail through your earlier post wherein it was mentioned that it is always better to have SL-M order which itself is also a limit type of order to guarentee the order execution (if in large movements). …
in documentation at https://kite.trade/docs/connect/v1/#retrieving-market-quotes found this "https://api.kite.trade/instruments/NSE/INFY?api_key=YYY&access_token=ZZZ" url, but it not give future
now i try this "https://api.kite.trade/instrument…
@vivek i try this "https://api.kite.trade/instruments/NFO/INFY?api_key=YYY&access_token=ZZZ",
response is - "{"status": "error", "message": "Exception fetching quote", "error_type": "DataException"}"
any thing wrong in my link and where i put …
is following code correct for place BO order, and how to place SL-M order
URL url = new URL("https://api.kite.trade/orders/bo");
HttpsURLConnection conn = (HttpsURLConnection) url.openConnection();
conn.setRequestMethod("POST");
conn.setDoInput(tru…
i am using algotrading, where programeticly place order for more than one stocks
eg. place bracket orders for ACC and 3MINDIA,
1st order ACC BUY
2nd order ACC SELL
3rd order 3MINDIA BUY
4th order 3MINDIA SELL
if ACC BUY order trigger then cancel …