Thanks for responding. Feed is stopping abruptly. I have been highlighting this in other place to get your attention. please note the LTT(“12:07:20”) in the terminal and time in the system(“12:11:00”). Feed just stopped and then nothing after that. It’s just blank.
Hello @Himanshu_S
Can you try with debug mode here once, will know if the socket is open or not and can help accordingly. Just add logging in debug mode here.
Hi @Hardik
I have figured out that your WebSocket runs smoothly if I run it, without interacting with Excel in the same program. So, I took a different approach, and now I able to fetch data and place orders from Excel.
I have question here. Is there a readymade option for VWAP value?
Hello @Himanshu_S
No, we do not have indicator values readymade on APIs. You will have to calculate the same at your end on the code/
Hi,
What approach you taken here to resolve feed issue.
I am adding feed response to json but frequently i got error of websocket disconnecting.
No frame etc etc.
I am also putting the feed into a Json file. It’s working.
What is your requirement? Are you interacting with any other application like Excel, etc., in your code?