padalasubbu81

About

Username
padalasubbu81
Joined
Visits
7
Last Active
Roles
Member

Comments

  • Hi SRIJAN I am able to connect now get the OHLC data. I am using the follwoing code. double openPrice = kiteSdk.getOHLC(instruments).get("NSE:INFY").ohlc.open; double lowPrice = kiteSdk.getOHLC(instruments).get("NSE:INFY").ohlc.low; double highPri…