How to get Technical Indicator Data from Kite via API

thoughtsquare
Is there any way to get techincal indicator like ATR, Supertrend from kite via API or any other means.
  • SRIJAN
    If you are python client,you can use talib or pandas talib libraries.
  • thoughtsquare
    I wanted to compare python generated data with kite generated data.
  • Gaurao
    @SRIJAN Any liabrary available for java client?
  • SRIJAN
    SRIJAN edited April 2022
    I don't have knowledge about java. You can search on internet and most probably you will find one.
  • sniket_autobot
    sniket_autobot edited August 2023
    @SRIJAN the atr given by talib does not match the atr values of kite . I am trying to match the kite's atr values and have tried most libraries including talib, ta , finta ,also tried manual atr via wilders and normal . Any way to know what calculations kite is doing to calculate atr ?
  • sniket_autobot
    @rakeshr the atr calculations from there dose not match the atr value provided by the indicator on kite chart.
  • nirav_b
    which All depndencies are needed for Supertrend + EMA based strategy ?I am adding kiteconnect ,pandas, pandas_ta, pytz in to layer.zip but file size is beyong limit of AWS Lambda..Any suggestionand How to deploy it with in permittable limit on Lambda..Thanks in Advance...
Sign In or Register to comment.