kite-connect-python-example
kite-connect-python-example copied to clipboard
Why need 5 second delay before each subscription in stream.py?
can't we subscribe to allowed limit of 3000 instrument in one go without delaying this? my use case need real time data for almost all instrument but with this 5 second delay it just defeat the whole concept of realtime for me, because it will take much time to subscribe to all instrument when market opens. Any suggestion? Thanks.