@rakeshr can you please check logs I have provided earlier, the issue has been reported for 19th Feb 2020 from 22:40 to 23:55 and not for 20th/21st Feb.
I had also faced same problem for MCX FUT instruments. There were no ticks on socket from 10:39:20 PM till market close. There was no error but still it was running without ticks as if non-market hours.
I have copied my logs below:
2020-02-19 22:3…
I am also facing same problem today morning (just few mins before market start). Can anyone from Zerodha explain root cause behind this? Earlier I never faced this issue and it used to work immediately as soon as I activate my app.
Does anything ch…
Team, Issue has been resolved now. Thanks
Can we enhance systems not to broadcast ticks with past date/times? The one I pasted above has caused lot of problems in our strategy calculations.
PFB log of ticks received (the middle tick was past dated)…
Guys... Is this exchange issue or Kite issue?? We have received incorrect tick (dated 9th July) causing wrong evaluation of strategy with potential risk of financial loss. We have open position in market and don't have any clue what is happening at …
@sujith As you said kite ticket couldn't find websocket connection but I can see ticks were being received at my side (without any connection error in logs) during this time. I guess ticks were working fine means socket connection was OK.
How can …
After restarting the application, now I am unable to connect to socket. Please help urgently.
2018-04-18 10:33:52.353 [main] INFO com.TradeRobotScalperBatch.batch.TradeRobotScalperBatchConfiguration.kiteTicker - Initializing Bean: kiteTicker
com.ne…
I am using ArrayList as specified in API (latest V3). Is it necessary to specify exchange code before subscribing to tick? I am trying for MCX instrument tokens (53502215, 53505031), can you try if it is working for you?
@sujith yes I have same dependency but giving me error, finally resolved with some previous version 3.2.0 i.e. com.squareup.okhttp3
okhttp
3.2.0
Moreover, could you please answer my earlier question on same thread regarding receivi…
Moreover, application gets crashed when I enable logging (KiteConnect.ENABLE_LOGGING = true). I have pasted error log below, getting exception java.lang.ClassNotFoundException: okhttp3.internal.Platform
It looks like due to some version mismatch wi…
Please ignore above error, socket has been connected. However, I am unable to receive ticks. I am subscribing for MCX instrument tokens (53502215, 53505031) but receiving back ArrayList ticks with zero ticks in it. I have also tried with exchange to…
@sujith
Please go through complete discussion. I have already informed that I am expecting correct execution/fill time in "exchangeTimestamp" field from Trade class while receiving trade information from Kite API.
@sujith If I understood your last statement correctly, then time should have been changed to latest when second order got filled at exchange. However, I am getting previous time only even after it got filled after 30-35 mins.
@sujith
execution_time (as per Kite) : 2018-01-18 19:24:55 -- This is what I have received from Kite API in Trade object (exchangeTimestamp).
Actual execution_time (approx): 2018-01-18 20:03:07 PM -- This is the time when it got actually filled o…
@sujith Sorry, didn't get you. I am using "exchangeTimestamp" field from Trade class. It is giving me same timestamp for both legs. Could you please check whether it is a defect or expected functionality?
@sujith Thanks for update. I will start exploring V3, however looking at documentation and changes made to existing methods it seems it will take some time. I hope existing version V1/2 will be active and stable till we fully migrate over new API.
…
@sujith Thanks. It has been resolved for now. Could you please let me know in detail what was the issue? Was it street wide issue or user/order specific (only for me or for those particular orders). Also, how can we ensure to avoid it in future?
I can't see market data movement, do we need to subscribe some different (dummy) instruments to make use to this mock trading session? I guess MCX trading session would have been opened up by this time, its already 10:30 AM.
@Vivek Thanks. Please let me know my second query as well. product, validity and order_type should be blank or to be specified? If they needs to be specified, then - are these below options correct for placing CO order?
product : MIS
validity : DAY…
@sujith Thanks. Please confirm if 'getOrders()' method (Java API, KiteConnect.java class) will return order book which you mentioned above. Also, please let me know whether this method returns all orders (all exchanges, instruments) for current date…
@sujith I am facing similar issue today morning, my subscription expired yesterday and I have created new app (with new api keys) and it is showing me 'Active' status on portal however Kite system is throwing 'invalid credential' error while trying …
PFB details (URL and parameters):
INFO 2017-02-01 16:43:11,487 [pool-1-thread-1] com.TradeRobotBatch.kiteAPI.api.kiteconnect.KiteConnect - Order URL : https://api.kite.trade/orders/regular
INFO 2017-02-01 16:43:11,488 [pool-1-thread-1] com.T…
@sujith updated logs are given below, the error message is 'SELL `trigger_price` should be greater than `price`', unable to understand logic behind this error - if my main order is BUY then stoploss order will always be SELL with trigger price lower…
@sujith me too faced same issue yesterday, session got expired too early (within 5-10 mins), however it worked fine for rest of the day. I will post here if it is occurring too frequently.
@sujith posting this message in wider audience to help other members if anyone facing same issue.
If user profile is configured for only one single exchange (MCX in my case) then JSON response cannot be parsed by existing API due to mismatch in map…
Yes my redirect URL looks like similar, however I observed in above shared video that after inserting login credentials and security questions it is been redirected to screen with 'Authorize' button but I am not getting such screen rather I am being…
@sujith my redirect URL is 'http://127.0.0.1' (i.e. default test url suggested while creating app).
I use my client_ID: ZX7343 while login in order to get request_token, however my developer account login username is [email protected]. I am n…
I am a developing java code for automated trading.
I completed login using API key, my password and security questions and copied the request_token from URL. While trying to get accessToken (UserModel) using request_token and api_secret_key, it is…
I am not able to get accessToken, could you please check my api_key, api secrete key and other parameters are correct or need to be regenerated?
client ID: ZX7343.