☰
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
14K
All Categories
0
Incidents
156
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
460
Algorithms and Strategies
1K
Java client
1.1K
API clients
404
PHP client
4K
Python client
348
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.