@rakeshr @sujith can you please help me know is there any "day limit" based on IP adress. we are facing issue 'too many request' only when number of account exceed 5, with 1 or 2 IDs there is no problem.
@sujith and @Abhishek_G. I am also getting "Too many requests" with kite quote API after 25th sept, approximatly 1 hr after running the code live daily. This code was running fine since more than 1 year but suddenly started throwing error. somethin…
@sujith
Thank you for your reply.
I understand that for m2m we should not look for get.postions().
Can you please mention at what interval you have set your server to update my trades in get.positions().
e.g. if i buy any script, after what time i…
@sujith, I am also facing same issues, we have developed many algo where we are stoploss are based on get.position(). clearly by keeping 15 min frequency is not fair when we are paying for API, at least you can keep 10-15 second update.
working super trend algo in zerodha in shared here. This will automatically place order when signal is generated. target and stoploss is also defined.
https://twitter.com/JigneshTrade/status/1213674612120154117
Thanks @themohammedfaisal . Can i also convert my t1 CNC position to BO so that i can place target and stoploss. One more question, does my margin will get released for the position of t1 CNC once it converted to MIS or BO. appreciate your response
You can use python and kite api to setup your alog trading. Get the data from zerodha, do your calculations and place order. but its time to develop bug free and profitable algo. Let me know if you want to develop customized algo.
If you have to run the strategy at specific time and strategy is only based on OHLC data, you don't need tick data. Just get kite.ohlc(symbol), which is more stable to get. Let me know if you need more help.
you can download option price at each second, and place order in multiple account using excel with target adn stoploss. If you want to trade from excel using zerodha API refer "tradepyxl" python package given in link. This package is to trade in NIF…
Refer "tradepyxl" python package given in link. This package is to trade in NIFTY and BANKNIFTY weekly options in multiple account.
https://drive.google.com/drive/folders/15WrmN9owjNrYpmwlmsz9vVUJWZRuCH8X?usp=sharing
If you want to trade from excel using zerodha API refer "tradepyxl" python package given in link. This package is to trade in NIFTY and BANKNIFTY weekly options in multiple account.
https://drive.google.com/drive/folders/15WrmN9owjNrYpmwlmsz9vVUJWZ…
If you want to trade from excel using zerodha API refer "tradepyxl" python package given in link. This package is to trade in NIFTY and BANKNIFTY weekly options in multiple account.
https://drive.google.com/drive/folders/15WrmN9owjNrYpmwlmsz9vVUJWZ…
i am using the above module to run my algo in python , uninterrupted for multiple days, you can fit your strategy . let me know if i can help you to fit your strategy on this module.
i am using the above module to run my algo , uninterrupted for multiple days, you can fit your strategy and integrate with excel. let me know if i can help you to fit your strategy on this module.
This can be easily coded in python and can run anonymously for multiple days in zerodha. You need to fetch you portfolio and place order based on specified condition. Let me know if i can help you have develop algo.