Python coding for order placement

prashantthetrader
Hi All,

I want to to read orders from excel where I will mention entry, exit & sl price & want python to read the excel sheet everyday at market open & punch order as soon as the price reaches to that price.

I'm new to coding, If somebody can possible redirect me to the code file, It will be great or tell me the way to it or give me clues so I can figure out the possible way.


Or, I can also place orders in zerodha basket at night, I just want those orders to get places automatically when market opens bcoz I cant trade at 9am, I do night shifts.


My Requirements:

1) order placement automation, Or
2) Automate zerodha basket order placement
Tagged:
  • rakeshr
    I want to read orders from excel where I will mention entry, exit & sl price & want python to read the excel sheet every day at market open & punch order as soon as the price reaches to that price.
    We don't have an out-of-the-box useable package for this. Maybe you will have to integrate python pandas along with python kite connect for this usecase.
    Also, you can check if you can make use of the GTT order as per your requirement.
Sign In or Register to comment.