Integrate WebSocket API with Datatable RealTime Display and Update

Vishal V. shared this question 2 years ago
Answered

I need a method or idea or tool for showing multiple symbols in real-time price update with highlights like if the price goes low then it will be red color. If the price goes high then it will be green like that but if I subscribe the one more symbol then that record for the live update also updates in the data table.

Replies (1)

photo
2

I think you can easily code this using our python library.

You just need to calculate the change from the previous tick received and update the color accordingly in your app. We have seen many people who have built such apps for themselves, using this data feed.

Leave a Comment
 
Attach a file