websockets and its consistent
Example:
I subscribed to lupin stock.
i captured open high low and close data in my DB when i see stored values .i can see either open value is same as high or open value is same as low
new Thread(ne…
some body please respond . i'm not able to contact customer care but my friend who faced the same issue contacted support team . He asked to close his positions . they told him they working on it .we are already a ton of loss. who is going to substi…
you can refer to below code snippet
Order orderExits = kiteConnect.getOrders();
for(int i1 = 0; i1< orderExits.orders.size(); i1++)
{
Order order11 = orderExits.orders.get(i1);
if(order11.status.cont…
session is vaid for few mins but req key is valid for almost whole day. so you can serialize usermodel parameters and deserialize it.please refer below code.
if(kiteConnect!=null)
{
return kiteConnect;
}
else
{
// First you should get…
hi sujith thanks for the quick replay.
my code will fetch Trigger pending Orders related to Cover Order and cancle/exit them on a particular time.
params.put("parent_order_id", order.parentOrderId);
Order cancelOrder = kiteConnect.cancelOrder(params…