How to connect cloude/APi with kite application on mobile

PrakashKevat
I am first time using cloude/Api, let me know how to connect kite application on mobile, can i use indicators available on trading view, also add other indicators/conditions like high on daily time frame, open=low, open=high, above median in BB in api, let me know
  • salim_chisty
    Kite Connect is an execution platform and does not provide APIs for indicators. Zerodha only provides raw data, so you will need to calculate indicators at your end. If you are using Python, you can utilize libraries such as `talib` or `pandas_talib` for these calculations. You can find relevant resources here. Additionally, you may refer to the ChartIQ documentation for details on Kite chart indicator formulas.​
Sign In or Register to comment.