Subscribe multiple watchlist
-
Can I subscribe to multiple watchlists in WebSocket? As per one answer on this forum, I can subscribe to 2000 scrips in a single string. Is there a way to subscribe multiple times rather than one big string?
-
This post is deleted! -
Hi @ashishbajaj Post your calling no in chat.
-
@admin : Okay. So can you guide how I can achieve this process, preferably nodejs but any framework will do for me.
Step 1: Look at stock prices: here I'll use my personal algo which will give me live stocks good for investing.
Step 2: Look for options prices of respective stock. This is where the problem is. Can I connect wss twice? If yes, will that mean previous algo which was receiving live share price will be unsubscribed?
Step 3: trade -
@ashishbajaj said in Subscribe multiple watchlist:
Can I subscribe to multiple watchlists in WebSocket? As per one answer on this forum, I can subscribe to 2000 scrips in a single string. Is there a way to subscribe multiple times rather than one big string?
currently we dont have this functionality.