☰
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
15.1K
All Categories
0
Incidents
180
Node JS client
52
Go client
861
.Net API client
402
Kite Publisher
555
.Net / VBA / Excel (3rd party)
505
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.4K
Python client
365
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.7K
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}