calculating exponential moving avarage

ZZ4687
Is there any way in zerodha API to get the exponential moving average of particular stock in live stream
  • shortwire
    You would have to write your own code. The way in live stream would be to subscribe to web sockets, get the LTP, build your candle and when the minute gets over, send it to a calculator code that would calculate the EMA for that minute. If you need professional assistance, we provide the same and you can contact me in PM for further details.
Sign In or Register to comment.