hello Pat,
if you fixed the issue then do let us know.
if not, you may check memory/cpu usage of your EC2 instance when u start getting this error.
specially look if you see memory usage increasing for your processes.
@milli,
as long you are not into High Frequency Trading, 1 minute candle is enough to trade and u can trust Zerodha for that.
1 minute candle can either be taken using Historic api subscription or writing a little scrapping code by looking into WebC…
yeah, i get that.
But time shall indicate which hop it failed. Though order got "timed out" but it was placed and executed.
more importatnly, i had placed order when there was surge in price so load on servers as well.
Has Zerodha done any check …
Thanks for quick reply.
can you please confirm this order indeed got rejected to due execution range? I am sure sysstem would have logged some details regarding rejection reasons.
thanks for response
this is how coded to squareoff short position . anything else I need to add here?
kite.place_order(variety="regular", tradingsymbol=buy_ce,
validity="DAY",
…
Deep diving into my code it was not just quote but place_order had failed to execute at
2019-09-23 13:50:57,012 - 1519 - Failed to place order of SELL_STRANGLE HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read timeout=7)…
i am essentially calling only 2 apis -- quote() and positions() and both were thowing exception randomly.
My code is covered under try block but I never seen so many exceptions ever.
i could tickers being updated on kite GUI so ideally it shou…
Connection error --> Solved, I had blocking instruction once I received its all
Thanks all who responded to this thread. I am good now, if need be will reach out.
Thanks Rajeshr.
I could implement multi threaded both way where WebConnect running on main thread OR as thread pointed out by you.
In both cases I am getting ticks but for each i got following error.
----------------
Connection error: 1006 - conn…
Thanks, I understood.
Will Tick data or LTP does give volume. ? Unless I get voulume for each transiction making average price will not be possible. My understanding could be wrong.
I got it resolved. Below is what I followed.
----------- Steps for install Kite for Python -------
My system config
Windows 7 - 64 Bits
download Python 3.6.7 - 32 bits { https://www.python.org/ftp/python/3.6.7/python-3.6.7.exe }
Install downloaded…
This is what I have done.
----------- Steps for install Kite for Python -------
My system config
Windows 7 - 64 Bits
download Python 3.6.7 - 32 bits { https://www.python.org/ftp/python/3.6.7/python-3.6.7.exe }
Install downloaded python { I used …
Thanks Rakesh.
I seen the thread and last post say, got installed with warning and still to be tested if works as expected. I will try out those steps.
Does it mean, Zerodha does not provide any standard installation procedure?