It looks like you're new here. If you want to get involved, click one of these buttons!
def on_connect(self, ws, response):
stocks_futures_nifty50 = self.subscribe_nifty50_stocks_and_futures()
stocks_futures_niftymidcap50 = self.subscribe_niftymidcap50_stocks_and_futures()
stocks_futures_nifty50.extend(stocks_futures_niftymidcap50)
ws.set_mode(ws.MODE_FULL, stocks_futures_nifty50)
Strange enough ..today I started the streaming at 11:30 AM..but the first tick arrived only at 12:40 PM..after that it seems to be running fine.