@admin P313965
ananya
@ananya
Best posts made by ananya
Latest posts made by ananya
-
RE: 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
-
RE: How to get open price of index
Is open price the same as the ltp at 9:15AM ?
-
RE: Websocket Order status
@rajanprabu I havent tested yet in live market. But I am developing a strategy to trade in live market. I think your input is valuable in my implementation.
Thanks for that !
This means that websocket channel is not reliable for order status notification.
We need to fallback to polling, until angel improves the situation.Today I tried some trading using angel web interface. The gui was not very responsive during live market. However I am not sure if it is because of the API issue or the web interface itself is lagging !
I am planning to develop some tests to check the order status.
Will keep posted here
Thanks -
limit for websocket stream api
There is rate limit for rest api
I couldn't find documentation on rate limit for web socket streaming (e.h how many symbols can be subscribed for mw, marekt depth etc.)
@admin Where can i get this info ? -
RE: Websocket Order Status
@anujsanklecha I have used this feature in python api api and its working for me
Check here ..If you are still interested in it ;-) -
RE: Websocket Order status
@Dhilip-Krishna I am working on building trading application over smart-api.
I found that abstraction for getting order status over websocket is missing.
I added an abstraction layer + example.
You would need to adapt your local copy ofsmartapi-python
package to use this example.
I hope this helps!@admin I have created PR to merge this into main line
Consider to merge it to mainline, this would be helpful for the community.Thanks
Prasanna -
RE: How to get open price of index
@admin The thread discusses about OHLC values for candles.
But I am looking for only day's open price.
There is a filed as per documentation20 op Open price
However this is not present in the reponse