☰
Login
Signup
Home
›
which_part
›
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
which_part
About
Username
which_part
Joined
August 2022
Visits
5
Last Active
January 31
Roles
Member
Activity
Discussions
3
Comments
4
Comments
it's working now thanks@srijan
in
exchange timestamp in tick data
Comment by
which_part
August 2022
thanks!u may close the thread now
in
efficient way to use tick data
Comment by
which_part
August 2022
currently i am doing this lastPrice = {} def on_ticks(ws,ticks): for tick in ticks: lastPrice[tick['instrument_token']] = tick['last_price'] def last_price(): return lastPrice then check this dict in a while loo…
in
efficient way to use tick data
Comment by
which_part
August 2022
thanks@rakeshr
in
order updates on multiple websocket
Comment by
which_part
August 2022