It looks like you're new here. If you want to get involved, click one of these buttons!
order_id = kite.order_place(tradingsymbol=BANKNIFTY17AUGFUT,
exchange="NFO",
transaction_type="BUY",
quantity=40,
order_type="LIMIT",
price=24050,
trigger_price=24000,
product="NRML")
The order is getting placed successfully. But the trigger price is getting set to 0. I also tried using another field called "stoploss_value". But no luck.