☰
Login
Signup
Home
›
Market data (WebSockets)
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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
August 2018
h3h3
August 2018
Imran
Websocket data
h3h3
August 2018
edited August 2018
in
Market data (WebSockets)
@sujith
Websocket data and chart data vary a lot frequently, any way to get the data using which the chart was plotted? that specific OHLC data.
Like when I make a request at 9:16 I need ohlc of the 9:15 candle.
Is this possible?
Tagged:
WebSocket
@sujith
Imran
August 2018
Hii h3h
Option 1.generate the Ohlc candles using websocket data at your own end. (If programmed correctly Ohlc will not differ much)
Options 2. Use historical Ohlc data (not recommended for live trading only suitable for backtesting)
h3h3
August 2018
@Imran
By option 1, it does differ enough to screw up signals.
By option 2, will I get the data the way I want? OHLC for the most recent past candle?
Imran
August 2018
Yes.. options 2 gives Ohlc data for recent past candles..
Therefore at 9:16 you can get Ohlc for 9:15 using historical add-on.
h3h3
August 2018
okay
thanks
Sign In
or
Register
to comment.
Option 1.generate the Ohlc candles using websocket data at your own end. (If programmed correctly Ohlc will not differ much)
Options 2. Use historical Ohlc data (not recommended for live trading only suitable for backtesting)
By option 2, will I get the data the way I want? OHLC for the most recent past candle?
Therefore at 9:16 you can get Ohlc for 9:15 using historical add-on.