thanks @SRIJAN for letting me know that we can place two sell orders after position. Can you point me to the correct parameters required for placing stop loss, i am using the below command.
kite.place_order(variety="regular", exchange=kite.EXCHANGE…
Well, i didn't knew it was this simple, i was using ngrok without an account and expected to stay for the free 8 hours duration. Working fine with my logged in account. Thanks @rjamitsharma
File "C:\Users\win10\AppData\Local\Programs\Python\Python37\lib\traceback.py", line 337, in extract
if limit >= 0:
builtins.TypeError: '>=' not supported between instances of 'AttributeError' and 'int'
Connection error: 1006 - connection…
@rakeshr - no I am not requesting for mcx. The same kite.margin() was returning me the plain cash margin available. And I am not even mentioning any segment while making the request of kite. Martin().
This was working before. And I have not done an…
Hi Sujith, Thanks for your quick reply. As said earlier. I was getting the available cash margin for equity and commodity earlier through this method. I checked the kite.zerodha Funds page and was able to see Available cash margin over there for Equ…
Hi @sujith, @rakeshr ..
I have followed the blog and modified the on_ticks method to thread the other methods which i was calling for other stuff. Still getting the below list of error messages.
----------------------------------------------------…
i have followed your suggestion and did kws.connect(threaded=True). But i am getting the error message as unexpected argument. I have imported threading and flask packages as well. And also, i would actually want to thread the on_ticks method. Can t…
Hi @rakeshr
i am also facing the same issue where i continuously get the below errors.
Connection closed: 1006 - connection was closed uncleanly (None)
Connection error: 1006 - connection was closed uncleanly (None)
Pasting my websocket and conn…
Hi @rakeshr @sujith . Any update on the issue fix. I am still getting these error and the connection is being broken.. The links which you provided for us to follow does not show any solution.