Hello upstox team,
As I am working with the websocket I want to know how can I get the heikin ashi data instead of the candle stick data in websocket. I am using the php sdk which is available on official github account.
Hello upstox team,
As I am working with the websocket I want to know how can I get the heikin ashi data instead of the candle stick data in websocket. I am using the php sdk which is available on official github account.
The WebSocket only supports candlestick data. Currently, there are no plans to offer Heikin Ashi data. However, you can convert to Heikin Ashi data on your own.
One example of how to do this can be found at: Transforming Candlesticks OHLC into Heikin-Ashi Using Python - Unofficed