☰
Login
Signup
Home
›
anmolsinghalpkl
›
Comments
Activity
Discussions
Comments
3
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
anmolsinghalpkl
About
Username
anmolsinghalpkl
Joined
July 2021
Visits
5
Last Active
August 2021
Roles
Member
Activity
Discussions
Comments
3
Comments
def on_ticks(ws, ticks): print("new") tickQ.put(ticks) def on_connect(ws, response): ws.subscribe(tokens) ws.set_mode(ws.MODE_LTP,tokens) def on_close(ws, code, reason): #add check for exiting all positions …
in
Unable to run live tick feeds on websocket
Comment by
anmolsinghalpkl
July 2021
Its NIFTY BANk and NIFTY 50
in
Unable to run live tick feeds on websocket
Comment by
anmolsinghalpkl
July 2021
The connection doesn't disconnect. It just doesn't give any ticks to process further.
in
Unable to run live tick feeds on websocket
Comment by
anmolsinghalpkl
July 2021
Yes. I have been facing the same issue. My code is structured in the same manner as in link posted. It runs for 2-3 ticks and then stops unless is re-establish the connection.
in
Unable to run live tick feeds on websocket
Comment by
anmolsinghalpkl
July 2021