I want to place Commodity Orders . but there is No Bracket Order option available. so if i put BUY order of any stock through python code how could i get confirmation that my order is placed or not (response from kite that info me your order is executed).so i can send another order against that order .i.e target or stop-loss
You will receive order id in response after successful placement of an order, you can fetch the orderbook after placing an order and check for order status.