Ticks timer

demo1
Hi Sir,
Can I control Websocket API ticks time duration.
Currently ticks are being called in Milli seconds.
Can I set to Second.
I am using Zerodha NODE SDK . websocket.js
  • tonystark
    You can't subscribe to receive one tick a second.

    But at the client side you can apply your own logic, either discard the ticks you don't need or keep the last tick in a variable and check what is the value every second.
Sign In or Register to comment.