In this section - https://kite.trade/docs/connect/v3/orders/#order-varieties - the hyperlink in "See the list of varieties here." seems wrong. It should direct to a page listing order varie
#order placement with sl tp<br />print("ORDER PLACED FOR ",trd_portfolio[company_data['instrument_token']]," WITH ORDER ID ",ohlc[company_data['instrument_to
@AnkitDoshi https://kite.trade/docs/connect/v1/#orders seems quite clear about this. Just do a getOrders() call and then check for status on your end. If the status is not cancelled, completed or reje
@sunil55tyagi I checked our logs and it seems that you are placing normal order and not BO. You are making POST request to /orders/ which ideally should be /orders/bo for placing BO orders. Please ch…