☰
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
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.