☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2023
rakeshr
Ambiguity | Candle stick from ticker data
ankithjoseph
July 2023
edited July 2023
in
Python client
I am trying to form a 1 min candle from the ticker data received.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The confusion is regarding the OPEN and CLOSE values of the particular candle.
the charts shows the value as follows.
The ticker for first second had two values
2023-07-11 15:26:00 19508
2023-07-11 15:26:00 19509
How is the open price considered for candle plotting?
Kindly explain.
Tagged:
#python #ticker #marketdata
#tick #quote #websocket
#python #ticker
Screenshot 2023-07-11 170315.png
24.6K
Screenshot 2023-07-11 170225.png
32K
Screenshot 2023-07-11 170741.png
12.8K
rakeshr
July 2023
It can be any tick received for that timestamp.
This article explains in detail
.
Sign In
or
Register
to comment.