Hi,
I am sending 2 requests every 3 seconds to get live quotes data but still i am facing this error
"{"status": "error", "message": "Too many requests", "error_type": "NetworkException"}"
Hi @sujith ,
I have a scenario like,
1) Placed 2 different orders at price x with y target
2) Both orders are executed. Now, i want to check if any one out these positions is closed then i want to close other position too.
So how can i check if po…
Hi,
I am trying to place bracket order with below parameters using java api,
Map params = new HashMap(){
{
put("exchange", "NSE");
put("tradingsymbol", tradingsymbol));
put("transaction_type", "BUY"));
put("quantity", 100);
pu…
Hi @vishalgvora,
Thanks for the response, actually i am following the same steps but what's the use of automation then, if some network error occurs and session becomes invalid then again i have to follow the same steps manually. That's why i was l…
Hi,
Like in .net do we have below kind of code in java which will set request_token automatically
"Kite.Login() ‘Login to Kite using Web Browser.
This library comes with a Web Browser control that will be used to Login and the Request token is autom…