Thanks. I run it on AWS machine and there no issues with network and system. Also, I have multiple programs/algos running at the same time and only some of them get stuck randomly on some days while the others continue to run
I am trying to place a regular order, using the following code (variety = kite.VARIETY_REGULAR),
kite.place_order(
variety = variety,
exchange = exchange,
…
Alternatively, if I place an order with variety = kite.VARIETY_REGULAR but also pass iceberg_legs and iceberg_quantity in params, would these values get ignored as its a regular order and not iceberg?
Got it, thanks. Also, if I place an iceberg order with a single leg, will it work like a normal order only?
In my code, can I place all orders as variety = kite.VARIETY_ICEBERG and iceberg_legs can be 1 or more than 1 depending on the quantity I wa…
I updated the typing_extensions package and then pyopenssl, to fix this and next error. Now, I am getting another error:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback…