Hi, I have a code for Trading using Python and Xls for Zerodha and its working fine. But the issue is that sometimes xls takes time to execute orders. To shorten the time gap, can you write a simple Python code for me which can - For example The code should include below sheet as text - Stock Sell if Price goes above Qnty NFO:NIFTY26JAN25100CE 55 320 NFO:NIFTY26JAN25150CE 50 320 NFO:NIFTY26JAN25200CE 45 320 NFO:NIFTY26JAN25250CE 40 320 NFO:NIFTY26JAN25300CE 35 320 NFO:NIFTY26JAN25350CE 30 320 NFO:NIFTY26JAN25400CE 25 520 NFO:NIFTY26JAN25450CE 22 520 NFO:NIFTY26JAN25500CE 18 520 NFO:NIFTY26JAN25550CE 11 520 Check the LTP price in every second (or even faster 2-3 times in a second) If price of the stock is > the price mentioned in the code then take Sell action, Quantity also mentioned. Show a text that Order executed.. Ignore the executed Option and do that same for rest Options mentioned in the code (loop) Other than the fields I should be able to edit from the code. To login into Zerodha, my existing code can be used. Thanks