i don't think that you can ever match RSI with Zerodha as It is all relative EMA starting from unknown date. Best solution is to fetch RSI record from third party API as there is no RSI based API available in Zerodha. I am also looking for same solu…
TataSteel:
It is showing 1 minute candle record instead of 5minute.
https://api.kite.trade/instruments/historical/895745/5minute?from=2019-12-03+10:20:00&to=2019-12-03+10:20:00
return value:
{
"status": "success",
"data": {
"c…
Nothing is happening. here is the code snippet
List orders = kite.GetOrders().Where(o => o.Status == "OPEN" && scriptNames.Contains(o.Exchange + ":" + o.Tradingsymbol) && o.ParentOrderId != "").ToList();
if (order.Product == "C…
I can't close CO position with code. My Code snippet is
kite.CancelOrder(order.OrderId, Constants.VARIETY_CO, order.ParentOrderId);
please correct my code.
i was getting "MIS / BO / CO orders are blocked for this instrument (try CNC / NRML) or it has been restricted from trading." for CDSL. It is there for allowed list for a long time and still getting denied trade signal
I am not using Tread sleep or task delay method as somehow it was not working with windows for multiple treads. I am using below method to sleep the process for some milliseconds.
public void wait(int milliseconds)
{
System.Windo…
@sujith ,
A request token is valid for a couple of minutes and can be used only once. You should not request for access token for every run.
Once you get access token store it in a file or app preferences and re-use it.
You said that token can be u…
Do we have any API to get access token from console application which will fulfill two factor authentication automatically? Long story short, I need to make automation process to get new token and provide to job for re-start whole batch again where …
For enabling re-connection, do we need to authorize API with new token again ? please guide me to handle this condition as this is very critical part of whole code.
Algo stop working in between. Do we need to monitor screen all time to check Timeout or any other error from KITE API? Here is the log from todays' job. It was stopped working on 1:45 PM. Log time are based on EST as server is hosted on US datacente…
This is what got it from your site.
Console.WriteLine("Order Id: " + response["data"]["order_id"]);
Can you please send me all possible parameter for response ? I don't want to place any dummy order to know/code it