I have created 3 strategies, can I run these strategies separately on my account. Currently all these strategies are in separate files. So that separate ticker is constantly fetching data on instruments list( Nifty options list).
This wont cause rate limit issues, you can have upto three connections per app and each connection can fetch upto ~3000 instruments.
That being said, I would advice against this, the better way would be to have centralized single connection to the web socket stream, then spin up a web socket server locally that will stream the market data from kite locally, then you can have as many connections as you want to the local stream.
That being said, I would advice against this, the better way would be to have centralized single connection to the web socket stream, then spin up a web socket server locally that will stream the market data from kite locally, then you can have as many connections as you want to the local stream.