Place orders at 9.15am and cancel or exit them at 3.00pm

sharangdeo
@sujith Hey, I'm looking for a suggestion on how to place orders (through the code I'm writing in Python) exactly at 9.15am and want to exit the orders at 3.00pm. I want to control the timings of the orders/positions on the place-order() and exit-order() zerodha call.
  • rjamitsharma
    Just use time in code of current time is grater then defined time and use bolien for order placed true or false if false then place else do nothing
Sign In or Register to comment.