High price and Open price is not available in websocket datastream
-
@rjbanna @dipeshbodas Were you able to get open price info ?
Is it possible that price at 9:15AM is the same as open price ?High price is still not available
-
Hi @rajanprabu my bad wanted to convey currently we are not providing it.
-
Oh really.. Open and OI coming in web sockets now ?
-
Hi @rjamitsharma01 Currently we are providing it.
-
@admin hi actually it is basic requirement for trading and if we dont get it on web socket then we need to make another api call to get it
you are providing unnecessory values in socket but neccessory is missing please have a look on another broker api
-
Hi @dipeshbodas currently we don't provide high price and open price in web socket data stream.
-
@dipeshbodas said in High price and Open price is not available in websocket datastream:
Need clarification if we will get these values in websocket feed or not?
No, its not available. But this is the most requested feature in this forum. I hope this comes soon, Im also running some strategies based on oi and its missing.
-
@dipeshbodas Yes, I agree with you that it should be there in the socket connection. We don't get these values in socket connection of any stock. @admin please get this values added to the socket connection.
-
@rjbanna
I know. But why make another APIcall when we can get it from websocket feed. Saves time and coding. documentation shows we should get high and open prices in websocket feed. Need clarification if we will get these values in websocket feed or not? -
@dipeshbodas You can get OHLC using ltpData() function.