tsgoud69

About

Username
tsgoud69
Joined
Visits
44
Last Active
Roles
Member

Comments

  • @rakeshr Hi Rakesh, I have followed the thread, I understand the request token, I have opened the login.url() in browser and got the request token, but when I supplied the request token, I am getting the error. #python kconnect.py https://kite.tra…
  • Hello, here is what I found, in that thread, I took an example of PNB. How can these values used to caluclate leverage. what are the below listed values mean? Can they be used to caluclate leverage while placing CO/BO Orders co_lower co_upper htt…
  • [{'average_price': 920.9, 'cancelled_quantity': 0, 'disclosed_quantity': 0, 'exchange': 'NSE', 'exchange_order_id': '1100000002147921', 'exchange_timestamp': '2017-11-02 10:30:19', 'filled_quantity': 10, 'instrument_token': 408065, '…
  • def order_cancel(self, order_id, variety="regular", parent_order_id=None): """Cancel an order""" return self._delete("orders.cancel", { "order_id": order_id, "variety": variety, "parent_order_id": parent_order_id })["order_id"] Hi @s…
  • Hi @sujith, I am not a Java guy, is there a python equivalent please.
  • Hi @sujith, Thanks for the quick reply, If below is the order I placed for CO BUY INFY. What should be my order to square it order_id = kite.order_place(tradingsymbol="INFY",exchange="NSE",quantity=10,trigger_price=923,variety="co",transaction_type…