Web socket tick response in python client doesnt show updated values for Open Low and Close in OHLC

shibinsundaran
shibinsundaran edited November 2018 in Python client
open low and close remains constant for all the ticks for an entire day but the high gets updated
  • sujith
    You will only receive day OHLC in the Websockets (Kite TIcker). You need to generate candles at your end for a minute or any similar time intervals. You can get started from here.
  • sujith
    You will only receive day OHLC in the Websockets (Kite TIcker). You need to generate candles at your end for a minute or any similar time intervals. You can get started from here.
Sign In or Register to comment.