☰
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
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2019
ayyaz
differnce if candle values
ayyaz
January 2019
in
Python client
for 15 minute candle
candle={'volume': 2500, 'high': 223.3, 'low': 223.2, 'date': datetime.datetime(2019, 1, 1, 12, 0, tzinfo=tzoffset(None, 19800)), 'close': 223.2, 'open': 223.3}
tmstr=12:0:0 dtstr=2019-1-1 epoch_time=1546324200
for AMBUJACEM19JANFUT
where as in chart it show 223.34
why is this difference ?
ayyaz
January 2019
i queries it again after 15 mins
i got this
dt=2019-01-01 12:00:00+05:30 Open=223.2 close=223 high=223.4 low=222.8 c=223
Processing Candle of tmstr=12:0:0 dtstr=2019-1-1 epoch_time=1546324200 min=0 hr=12 sec=0
already processed epoch epoch_time=1546324200 last_epoch_processed=1546324200 candle={'volume': 65000, 'high': 223.4, 'low': 222.8, 'date': datetime.datetime(2019, 1, 1, 12, 0, tzinfo=tzoffset(None, 19800)), 'close': 223, 'open': 223.2}
Sign In
or
Register
to comment.
i got this
dt=2019-01-01 12:00:00+05:30 Open=223.2 close=223 high=223.4 low=222.8 c=223
Processing Candle of tmstr=12:0:0 dtstr=2019-1-1 epoch_time=1546324200 min=0 hr=12 sec=0
already processed epoch epoch_time=1546324200 last_epoch_processed=1546324200 candle={'volume': 65000, 'high': 223.4, 'low': 222.8, 'date': datetime.datetime(2019, 1, 1, 12, 0, tzinfo=tzoffset(None, 19800)), 'close': 223, 'open': 223.2}