now, i have a new problem, since mar 9th, even though i am asking for 1 min candle data, i am getting candles with 04, 09, 10, 35 s timestamps in bulk fetch. if i don't keep same time, i miss candles, if i keep different time, my system gets duplica…
so, here is the issue. if i want to fetch a single candle, i would sent same time on both from and to, it worked and still works for yesterday data, but for current data "from today" I need to add 1 sec to end time to get it. weird.
it started running fine after some time without any change, and the error was random when i ended up sending wrong strikes to quote
(unable to add screenshot here)
https://drive.google.com/file/d/1XmTElLB1JXc0qtJPG2GnkVqXKnKINe83/view?usp=sharing
someone please help with formulas
i am sending order for 1050 quantity nifty, iceberg_legs = 2, iceberg_quantity = 450
tried with iceberg_quantity = 600
either it says quantity is invalid or iceberg_quantity is invalid.
Yes, it's just an object that holds the key and uses it in every api call. However, there is a limit on how many websocket connection you can open, it is limited to 3 per key.
That's my understanding.
according to code, it should be raising ex.NetworkException (503), but the return type is marked as json, hence the incorrect exception (502).
Please suggest how to handle it.
all my clients got this while fetching the quote today morning. What is the recommended way to handle it?
File "/home/algotrader/venv/lib/python3.8/site-packages/kiteconnect/connect.py", line 851, in _get
return self._request(route, "GET", url_…
ah ok. my bad. i was looking for answers to see the p&l in console based on tags.
I understand its not possible to api trades. got it.
Thanks for your time to clarify!