Hello @kcsomisetty
We regret the inconvenience caused due to the previous version being buggy. It was a fundamental mistake of pushing out an update without exhaustive testing, and we assure you that we will try not to repeat it again.
Ticker has three modes,
1. modeFull. Full quote inlcudes market depth and size of data is 172 bytes.
2. modeQuote. Quote includes LTP, volume traded, total buy/sell, OHLC, excluding market depth and size of data is 52 bytes.
3. modeLTP includes on…
@narasimha After successful login, you will be redirected to registered redirect url. In your case, something like this 127.0.0.1&request_token=o1h586aruoxmysqjqigqmriskehjzivqk
After successful authentication you will be redirected to url something like this, 127.0.0.1?status=success&request_token=xv3udbtcdai1phlgxxt9xiv9ufqc0
@kiranja Once you subscribe for Kite Connect, you can get list of instruments, websocket streaming but not historical data. Historical data is an add on.
Use product as MIS for intraday and CNC(EQ) or NRML(FNO) for delivery.
And checkout placeorder method in Examples class, it is stoploss intraday example.
1. Order is different from positions. You cannot exit position based on order id. Checkout Examples class of this repository https://github.com/rainmattertech/javakiteconnect/tree/master/sample/src
2. Yes, you can do using modifyProduct method in th…
You initialise KiteConnect and call getLoginUrl() method. Open webview or browser with that url and enter credentials. After successful login, you will be redirected to pre-registered redirect url with request token. Use the same and request for acc…