Akintos

About

Username
Akintos
Joined
Visits
45
Last Active
Roles
Member

Comments

  • @sujith Margin.available.cash does not include intraday payin and it only show the available cash while API documentation says its does. I tested it today System.out.println("cash:"+ Margins.available.cash + " live:" + Double.parseDouble(Margins.av…
  • @sujith Any update on the issue?
  • I havent got any response. Is someone looking into the matter? What debugging functionality is there are on Kite server side to debug such kind of issues?
  • @rakeshr Yes your understanding is correct. The SBIN order was missing in response. Currently my client code does not records the response of API's. All it prints as to how many orders were present in getOrders response and matches with local orders…
  • If point 2 works, then what will be the order response pattern? If the open position closes but new one is not created then what will be order response? It will be very difficult to do handle programatically
  • By UI u mean User interface? I dont have any UI I thought these two lines in backtrace clearly indicated kite connect code could not handle the response at okhttp3.ResponseBody.string(ResponseBody.java:174) at com.zerodhatech.kiteconnect.kitehttp.Ki…