Right now, in the websocket feed, the Lower Circuit & Upper circuit data is missing. Is it possible to get that added as well?
The use case is as below - Sometimes during high volatility scenario, option prices are quite high even for very far strikes. These far away strikes have a very low circuit limit during the start of the day. For example, the option is trading at ~25 and its upper circuit limit would be set at 40. Now, if I want to place a SL order at 50, it is not possible because the API rejects the order stating that price cannot be above the upper circuit. Now, the only way this circuit changes is when the price is extremely close to it (and usually jumps above it) and that's when the upper circuit limit gets updated.
As of now, there are 2 options - 1. Place a GTT - But, since GTT are not guaranteed to be executed immediately and they are not on the exchange, it presents a risk of stop loss getting jumped. 2. Constantly poll the LTP API in Full mode to get these values and then place the orders accordingly.
Any chance these could be added in the websocket stream as well so that it is easier to monitor?