☰
Login
Signup
Home
›
Java 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
154
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
February 2019
yousuf
February 2019
rakeshr
Tick Has O,H,L,C prices,
yousuf
February 2019
edited February 2019
in
Java client
hi
@sujith
The Tick class has O,H,L,C getter methods. I was expecting only a close price, or last price. Could you explain to what time frame these open, high , low and close belong? Is it from the previous tick to the current tick? ,
rakeshr
February 2019
@yousuf
OHL values are of current trading day and C (close) value is of yesterday's close.
yousuf
February 2019
Thank you.!
This discussion has been closed.
OHL values are of current trading day and C (close) value is of yesterday's close.