How can I get the 10 second candle data for an instrument.

joyhrs2002
During Intraday trading, is there a way I can get the 10 second or 5 seconds live candle data for an option contract?
  • SRIJAN
    You can use websocket to stream realtime data. If you want data every 'x' seconds,read the ticks where seconds' value is divisible by x.
Sign In or Register to comment.