I am placing the order using the following command - kite.order_place(exchange="NSE", tradingsymbol="SBIN", transaction_type="SELL", quantity=200, price=272, product="MIS", order_type="LIMIT", validity=None, disclosed_quantity=None, trigger_price=275, squareoff_value=None, stoploss_value=None, trailing_stoploss=None, variety='regular', tag='')
When the order is placed, the trigger_price is 0.0 in the kite dashboard. Am I doing something wrong here?
Limit order will only have price and not trigger price.
Only stoploss and stoploss market orders has trigger price.
Check out more about limit and stoploss orders here.