Realtime data like tradingview or any other sites

Hi I want to process tick data in realtime like any trading website (https://www.tradingview.com/chart/xy2YEJeC/?symbol=NSE%3ATCS). I am getting time, symbol, price, volume (daily cumulative) in python. I am sending data to dolphindb streamtable. What should I do to get all information like Open, High, Low, Close, Volume, VWAP, mfi, macd and many more tickers calculated and changed with every tick in multiple timeframe like 1 min, 5 min etc. In every websites the current candle data of 1 min, 5 min and many more keeps on changing with every tick. How can I do this ? Please help me.

请先 登录 后评论

1 个回答

Shena Mao

Not really sure what you exactly want. You want to do data visulization on the result of the output table? 

请先 登录 后评论
  • 1 关注
  • 0 收藏,889 浏览
  • Vishvesh Upadhyay 提出于 2021-12-29 20:31

相似问题