Stoploss trigger_price not getting set using the Pykiteconnect

waltons
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?
Sign In or Register to comment.