OHLC tick data is not getting updated.

raazzmadopc
OHLC data was working before and was able to get the updated tick data all the time, In the recent last 3 days the OHLC data is not getting updated. getting the same repeated data.

Can someone help me quickly on this?
  • rakeshr
    @raazzmadopc
    Can you paste the complete log here? Give us detail about the sent param(symbol,etc).
  • raazzmadopc
    instrument id : 256265

    tick data

    if you see below log apart from OHLC other data are updating.

    {'last_price': 10233.3, 'ohlc': {'high': 10325.9, 'close': 10383.0, 'open': 10311.95, 'low': 10226.85}, 'tradable': False, 'mode': 'quote', 'change': -1.4417798324183833, 'instrument_token': 256265}
    {'last_price': 10233.1, 'ohlc': {'high': 10325.9, 'close': 10383.0, 'open': 10311.95, 'low': 10226.85}, 'tradable': False, 'mode': 'quote', 'change': -1.443706057979386, 'instrument_token': 256265}
    {'last_price': 10232.4, 'ohlc': {'high': 10325.9, 'close': 10383.0, 'open': 10311.95, 'low': 10226.85}, 'tradable': False, 'mode': 'quote', 'change': -1.450447847442939, 'instrument_token': 256265}
    {'last_price': 10232.7, 'ohlc': {'high': 10325.9, 'close': 10383.0, 'open': 10311.95, 'low': 10226.85}, 'tradable': False, 'mode': 'quote', 'change': -1.4475585091014087, 'instrument_token': 256265}
    {'last_price': 10233.1, 'ohlc': {'high': 10325.9, 'close': 10383.0, 'open': 10311.95, 'low': 10226.85}, 'tradable': False, 'mode': 'quote', 'change': -1.443706057979386, 'instrument_token': 256265}
    {'last_price': 10234.15, 'ohlc': {'high': 10325.9, 'close': 10383.0, 'open': 10311.95, 'low': 10226.85}, 'tradable': False, 'mode': 'quote', 'change': -1.4335933737840736, 'instrument_token': 256265}
  • sujith
    The data seems to be updating. What is the issue here? OHLC is the day's OHLC in the live market data.
Sign In or Register to comment.