@rakeshr There is no change in the way we have been requesting the data, yet we are facing too many request error since yesterday. Is there something else that has been changed in rate limit or api requests?
@Vivek
Can you please elaborate on - "1. If you send more than 50 requests in 10 seconds which results in any response >400 then you will be receiving ratelimits for next 10 seconds."
What do you mean by response > 400?
My historical data a…
@sujith - We have already implemented our systems based on the margins through the below margins links.
CURRENCY = 'https://api.kite.trade/margins/currency'
COMMODITY = 'https://api.kite.trade/margins/commodity'
EQUITY = 'https://api.kite.…
@baruns if your formula are right then it should match. It just that your initial working would not match as the numbers need to be smoothened. If you check the excel shared by me in above comments, values did not match for initial period from Apri…
@tonystark I am using one access token to perform on one algo, another access token to perform 2nd algo and 3 access token to perform some backtest. Am I impacted by this change?
@sbdavra if you want to code, you may check this thread . If you are looking to test supertrend or any other indicators based strategy you can check here
@ziptaptoe did you verify the results with kite using all the three sources? Attached excel working of supertrend which match with kite on nifty. It's not in good format but you should be able to figure out the formulas.
@amandeep179018 you can explore inuvest.tech, which is free at the moment for backtesting and papertrade. In case you know python and want to set up your own. Would be happy to help you.
@NotnerSaid apart from streak you can also explore inuvest.tech Try using their backtest model and check how it would have worked historically. In case it's an intraday or very short term strategy you can also try their paper trade option.
@sujith Looking for it. Also, I have observed that the order Id changes. So currently, we store order id while placing the orders but if we have to look on the zerodha backoffice data, we don't find the same order id, it would have different order I…
Agree with @tahseen. If you like a stock so much you can build an algorithm around it so that you exit when it is falling and buy back when it's rising. The moving average could be the simplest way to do it. There are many ways around it.
Even I am facing similar issue especially during opening hours or when there is volume spikes (say crude when US market opens). The orders get executed but we don't immediately get the order id.
@mrsegu I just wanted to highlight my previous post on vidya here
In your computation of vidya you have used CMO which is modified version of vidya by Tushar Chande. By using CMO your indicator is Variable adaptive moving average which is "Variable"…
@KISHOR_480 Can you elaborate more? Do you have your own code that you want to connect for live trading - like host it on the cloud and connect your user account with API? Or you want to build your strategies - you can use platforms like streak or i…
@sujith are you also providing Historical Open Interest data? Say I am looking for NIFTY19NOVFUT open interest data for last one month? I know in kite we can add the open interest data line.
@shivdas_b Isn't historical data provided by Zerodha also miss few ticks? I think even the volume provided by zerodha would vary from the volume recorded by NSE. Maybe @sujith should be able to provide some insights here.
@Kenil I think you can com…
you can check on https://inuvest.tech/. They don't have range bars yet but you can use Supertrend which is same as ATR based SL with appropriate ATR multiplier.
I had tried to place orders before the market open between 9-9.15am. Mostly Executed orders (most of the orders are rejected by zerodha) were in favourable price i.e., the opening price was below the executed price in case of sell.
@ayushrathod009 Wouldn't suggest averaging for non-performing stocks. However, you can explore https://www.inuvest.tech/ to build strategy. You don't have to code.
@vihan13singh Thanks for the response. What is your formula to compute volatility Index K? I am using
Std dev (10 period)/Std dev (50 period).
This gives me results closest to what kite has but still some differences.
I got the same issue as well. Have you guys stopped updating this link https://api.kite.trade/margins/futures or is there a different link to get the NFO margin data?
@rakeshr currently, we resend the request 3 times for the all timeout error. Even after 3 iterations of request we are getting the same error in some cases.
Hey, guys please join the telegram link instead as we were facing the problem of spammers and tipsters using the data in WhatsApp. Here is the link to join telegram => https://t.me/joinchat/HyPH-kVj4rg7TnkPZq7hrQ
Just a follow up on the thread. Do you now have the historical data on "minute" basis available for older than 3months? if not, is it expected anytime?
@sujith @nithin
Will this issue get resolved? I am facing this issue again and again.
For the last two weeks, it is terrible in connecting to API. Invalid token, gateway timed out is quite frequent. We were forced to stop our trades.
Would the…
This problem is quite frequent today. I have to login multiple times.
File "/usr/local/lib/python3.5/dist-packages/kiteconnect/__init__.py", line 636, in _request
raise ex.ClientNetworkException("Gateway timed out", code=504)
kiteconnect.except…
Same error here... I have logged in at least 10 times since morning. This is really irritating especially when we put actual trades.
File "/usr/local/lib/python3.5/dist-packages/kiteconnect/__init__.py", line 636, in _request
raise ex.ClientN…
Even am facing same issue. The token gets invalidated every 5-10 mins. It doesn't remain logged in for the entire day. I am facing this issue since yesterday (4 Dec 17).
kiteconnect.exceptions.TokenException: Invalid API credentials