It looks like you're new here. If you want to get involved, click one of these buttons!
ltp = kite.quote(["NSE:INFY"])["NSE:INFY"]['last_price']kite.place_order(tradingsymbol="INFY",exchange="NSE",quantity=1,transaction_type="BUY",order_type="LIMIT",price=ltp,squareoff=1,stoploss=3, variety='bo',product='MIS')
this can be used