I write this after having a look at the websocket APIs. Considering that market profile/volume control(with point of control and initial balance) indicator has become an important tool for day-trading,the tick by tick data from the websockets api can be used to derive such indicators. In short we can derive these indicators from the data coming from the websocket api. Now my question being
Since the data is already available just the representation of graphs is missing currently in Kite.Is there any plans for implementing market profile chart?Yes there is volume profile provided by Kite but its not useful unless we know the point of control of a day and their respective initial balances.Just to give a direction tradingview represents perfectly the only drawback being they don't give NFO data only NSE.
We are planning on an indicator marketplace, people can request/build custom indicators and market it to others for a fee as well. But this will take some time.
Hi @chaudhariapurva, I have written Python functionality to compute SuperTrend. I invite you check it out on GitHub and provide me your feedback. Thanks