☰
Login
Signup
Home
›
rjamitsharm
›
Comments
Activity
Discussions
3
Comments
4
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
rjamitsharm
About
Username
rjamitsharm
Joined
January 2021
Visits
39
Last Active
September 2021
Roles
Member
Activity
Discussions
3
Comments
4
Comments
kiteTicker.connect(threaded=True) it will help you as it will not block main thread
in
Need a way to establish two kiteticker instances one in threaded mode and one in non threaded mode
Comment by
rjamitsharm
April 2021
@rakeshr I have this code sub_list=[738561] subs_list=[] from kiteconnect import KiteTicker kws = KiteTicker(api, access_token) def on_ticks(ws, ticks): print(ticks) for i in sub_list: if i not in subs_list: …
in
web socket dynamic subscription
Comment by
rjamitsharm
January 2021
@rakeshr
in
web socket dynamic subscription
Comment by
rjamitsharm
January 2021
thank you so much @rakeshr it worked
in
add instrument to subscribe live data
Comment by
rjamitsharm
January 2021