Dear Traders, thank you everyone for reaching out and using the extensive suite of Quant Factor's trading algorithms!
Posting again for all other serious traders: I (Founder, Quant Factor) am a full stack developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 4+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients.
Anyone requiring access to Quant Factor's extensively market-tested trading algorithms can reach at: +91-9749-521-023 | [email protected] | [email protected]
@HHC978 You need to talk to your software provider regarding this, they need to identify & fix the problem in their software due to which it's not working for you.
Also, if its not your own algo, you should be very cautious while using any of s…
@aneesh2312 For me, the 2000 amount has not been deducted, practically, whatever I did yesterday has been flushed out. The kite developer account that I had created for all clients has also been flushed out. So its just that you will have to do all …
@rakeshr @sujith Okay, I figured it out. API apps that were created yesterday are facing this issue, the API app created today is not facing this issue.
@sujith @rakeshr Please consider this issue seriously, I am operating 50+ Kite accounts daily since past 4 years, I know the drill, but there is this problem seriously happening today! There is no issue with request token, and the same login flow is…
@RUZ282 You can retrieve the 1min data and resample to your desired interval using pandas resample method. Read the pandas resample documentation and do some hands on experimentation, you should be able to figure out how to resample.
@rakeshr @sujith Now the previous error is not happening, but a new error is happening. Previously upon clicking the Authorize button this error was gettng returned:
{"status":"error","message":"Error authorising app. Try re-initiating login.","da…
@rakeshr @sujith Now the previous error is not happening, but a new error is happening. Previously upon clicking the Authorize button this error was gettng returned:
{"status":"error","message":"Error authorising app. Try re-initiating login.","da…
@sujith @rakeshr please look into this issue and resolve ASAP! Authorization of any new API app is not happening since yesterday! Same error message is met every single time, and I am doing manual authorization still situation is same.
Kindly do th…
@hey_abhishek If you would already be having an open long position for X quantity, then placing a sell order for that X quantity or less would not require any additional margin. This will simply close the already open long position.
Hello @atulkhedekar9 , I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and pro…
Last month you did not know even basic stuff like this, and now you are algo expert with 100 strategies? Wow..LoL !! Good luck to any client whom you can fool pretending to be an algo developer
Last month you did not know even basic stuff like this, and now you are algo expert with 100 strategies? Wow..LoL !! Good luck to any client whom you can fool pretending to be an algo developer
Hello @krishnakant , I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-…
@mailboxofrafiq It's not available in Zerodha.. Zerodha charges 2000 pm for their historical API but they don't provide such basic historical information like minute level data for expired F&O contracts.
I personally use my old ICICI Direct acc…
@naveen278 It's simple, you need to provide correct symbol names to get response from any API call, your symbol name is incorrect. Try to atleast get such basic things right before posting about yourself being an algorithm developer for clients. It …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
@YE3246 If you are not buying hedges for margin benefit then you can go with Option 2. I always sell Call and Put simultaneously as market orders using multithreading for all my client accounts when hedging isn't required. The total margin applicabl…
@rakeshr Yes it is happening intermittently. Today also it happened in 3 out of my 14 client accounts, but not in all accounts, all of them running codes built with similar architecture.
Since this problem first happened on Monday, I have added an …
@rakeshr No, it is not working fine. Kindly check in live market by placing an actual order. I am also facing this issue since Monday, infact my code broke on Monday because I blindly relied on websocket order update, so whatever you say that you re…
The idea might work, but in a practical sense you need to allow for some movement space post buying. 0.1% would not be a sensible SL because bare minimum volatility is inevitable for any stock even though the price would subsequently be moving in yo…
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
By Latency of 100-130 ms you must be referring to the time taken for API call completion, right? For example see below log:
2022-02-07 04:15:00,244 Starting new HTTPS connection (1): api.kite.trade:443
2022-02-07 04:15:00,321 https://api.kite.trade…
Why don't you simply deploy your code on an AWS cloud virtual machine for free for 1 year. Its simple and easy, and once you configure the virtual machine and deploy your code, you won't have to bother again.
banknifty_spot = kite.ltp("NSE:NIFTY BANK")["NSE:NIFTY BANK"]['last_price']
Everything is working fine, above line in Python is working perfectly fine every single day across all my client accounts. Not sure what are you doing incorrectly.
Place your orders as I have explained in your other post named "creating basket using API". Hope you are placing market orders to ensure there is immediate execution.
Just to be safe that you don't encounter the problem that you are facing, we can …
Obviously you can create baskets as per your requirements.
Firstly, get the basket margin required by adding required instruments in correct order (first buy then sell) as params and pass the argument to fetch basket margin API call [kite.basket_o…
@nkotwar you need to extensively use try-except to figure out the root cause. Put a numbered exception log in each except and you can easily catch the part/parts which is/are throwing exception.
That's right, you must not download kite.instruments('NFO') each time you want to select an instrument. You must fetch kite.instruments('NFO') or kite.instruments('NSE') and load it into a pandas dataframe after filtering out the instruments that yo…
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients, …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
@KiteUser As I explained on call regarding this issue, use a threshold instead of a single price line, larger the threshold, lesser the number of orders that would be placed.
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Code intelligently, exceptions are Business As Usual, not just with KiteConnect, but will each and every Indian broker. Always keep in mind while writing every line involving any API call that it will hit an Exception sooner or later, so design fail…
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
The following works pretty well for me in Python, I add this piece of code at the end of my main code in a threaded websocket connection:
import datetime
if datetime.datetime.now().hour>=hour:
----if datetime.datetime.now().minute>=minute:
-…
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
Hello, I am a full time developer and have been running Cloud based Trading and Investing Algorithms for F&O and Stocks since past 3+ years. I design, deploy, and manage algorithms for various Indian and International HNI and prop-desk clients. …
@SimpletonJack You can try if there is something that can suit your requirement on Streak, at-least Streak is a bit reliable. If you can't find something pre-built, then an Algo can be custom made for your requirement. You can reach out to me at div…
@SRIJAN Also, can you help me understand if for any account we can get any custom permissions from your team to increase the quantity limit in a single trade by API, which is currently at 1800 for Nifty and 1200 for Banknifty options?
Thanks for Sunday night response @SRIJAN I understand what you are saying, and that's why I have been using threaded ticker in my code, but still I couldn't understand why I am receiving //ERROR:kiteconnect.ticker:Connection error: 1006 - connection…
But if we are using kite ticker in threaded mode, then delay in main function code must not generate such error in the on_ticks function response, right?
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3+ years. I design,…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3+ years. I design,…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3+ years. I design,…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3+ years. I design,…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3 years. I design, …
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3 years. I design, …
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3 years. I design, …
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3 years. I design, …
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3 years. I design, …
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Indices and Stocks since past 3 years. I design, …
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for Index F&O and Stocks since past 3 years. I de…
I am a full time developer and have been trading since 2012. I am a Zerodha client since 2015 and have been profitably running Cloud based Intraday and Positional Trading and Investing Algorithms for F&O and Stocks since past 3 years. I design, …
If you want to understand the code then first thing that you should keep in mind is that Python KiteConnect is just a wrapper which helps us to use Python to place API calls.
The base API is coded in a lower level language, and 'self' is a part of…
@Gjain75 If you are using on_close function in your code then you can try not using that function. If your don't define on_close / kws.on_close in your code then the Websocket connection will not close even if you have poor network issues and you …
You can use the above functions in Python, my code uses them daily and its working perfectly fine. (In the on_close function use 'raise SystemExit' only if you want to exit your code.)
I have been using the above logic (last 4 lines, the last line, 'raise SystemExit' is what I use, you guys can write whatever you need) to disconnect the WebSocket connection successfully. The given logic has an advantage over the kws.on_close cal…
@Ramji Run your code on AWS EC2 Linux instance, my code has been running daily and there has been no lag at all. I checked my log files for past 2-3 weeks, 'pd.DataFrame(kite.orders())' has been consistently generating 3 pings per second without a…
the 25 order modification limit
@sujith Is this a limit of 25 Modifications per Order ID?? Please clarify, also it would be helpful if there is a single list of all possible sorts of limits for KiteConnect API.
@onkar_d Instead of letting users put their efforts and ultimately waste their time on trying to make a selenium client work with high consistency, KITE API offers an easy and efficient way to smart users for utilizing their time and brainstorm on t…