Please let me know why i am getting the response like below,
{
"status": "error",
"message": "Route not found",
"data": null,
"error_type": "GeneralException"
}
I paid the historical data subscription the service.
But when i run the examples.getHistoricalData(kiteConnect); i am getting an as well as in the response i found it was 0 candle data.
Please the console below and let me know the solution as soon…
did you understand the query which I wrote?
In the API documentation,
# Fetch minute candles off NSE-ACC.
# This will return several days of minute data ending today.
# The time of the request is assumed to be to be 01:30 PM, 1 Jan 2016,
# which is …
How to get a specific share's candle data?
In case of mine, I need only Nifty50 candle data details how to get the historical data for this?
Is that we will get the candle data those the user invested or will get any specific share's historical cand…
I started the login with the simple URL redirect below
https://kite.trade/connect/login?v=3&api_key=myAPIKEY
on the response, i got the https://mydomainxxxx.com/?status=cancelled
Please let me know the reason on this why it becomes status as …
Hey rakesh,
Can you answer on this,
I have a strategy to make auto trade for buy and sell shares.So calculate RSI,PSAR and ADX i will use the Historical candle data or WebSocket streaming ?
I have a strategy to make auto trade for buy and sell shares.So calculate RSI,PSAR and ADX i will use the Historical candle data or WebSocket streaming .
How to get the Websocket Streaming of multiple shares of one user.
I gone through the video but i need to which are the parameters in response json which will helps to set the condition on to meet so that i can make a order.
As per my requirement, I just need to show Niffty 50 candle chart and if the RSI, PSAR, ADX matches then auto trading has to perform.
Let me know it is possible or not.
Thanks rakesh,
Is it possible with your API that buys/sell when it matches RSI, PSAR, ADX as per my condition?
Because from last 2 weeks i am undestanding the documentation but i didn't find any concept on this.
Thanks Rakesh,
Please let me know more on this.
After showing the history data in candle chart can we set RSI,Parabolic SAR (PSAR),ADX as per our need from the backend.
If the candle touches the parameter can we show an alert message for this?
Thanks, Sujith for the response. Please explain more on it I may sound like dum but I need few technical support for this.
As I am new to this integration actually I need to show the chart in the web page and how to put the conditions on the chart …