Your place_order [https://kite.trade/docs/pykiteconnect/v3/#kiteconnect.KiteConnect.place_order ] should look something like this. order_id = kite.place_order(<br />variety=kite.VARIETY_BO,<b
Apart from the python stuff ; You are missing only on one point. you are not storing the userinfo aquired from GenerateSession external to your scripting enviornment. so that it can be retrieved when…
@RP3436 Preserving the instance object is a *bad* idea and you shouldn't be storing the object anywhere. When you refresh your ipython kernel (jupyter notebook is a frontend for ipy kernel) releases …