☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
792
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
June 2020
sujith
June 2020
raazzmadopc
June 2020
rakeshr
OHLC tick data is not getting updated.
raazzmadopc
June 2020
in
Python client
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?
Tagged:
OHLC
OHLC quote
OHLC data
rakeshr
June 2020
@raazzmadopc
Can you paste the complete log here? Give us detail about the sent param(symbol,etc).
raazzmadopc
June 2020
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
June 2020
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.
Can you paste the complete log here? Give us detail about the sent param(symbol,etc).
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}