Indicator as API?

smarttrader
Can I get indicator values as an api?? If not, is there a way I can get indicator values (like rsi, etc)
  • salim_chisty
    Kite Connect is purely an execution platform. We provide historical data only for backtesting purposes. Kite Connect does not offer built-in technical indicators such as RSI, MACD, SuperTrend, or Bollinger Bands. However, you can manually calculate indicators like RSI, EMA, and MACD using the OHLC data fetched via the API. You may also write your own code to perform these indicator calculations.
  • sujith
    @smarttrader,
    This thread has some major studies formula which may help you out.
Sign In or Register to comment.