Here what i tried -
order_id = kite.place_order(tradingsymbol=order.derivative_name,\
price=lastprice,variety=kite.VARIETY_REGULAR,\
exchange=kite.EXCHANGE_NFO,transaction_type=kite.TRANSACTION_TYPE_BUY,\
quantity=quantit…
okay, i did that sell thing as soon as the buy order is placed with the squareoff price but what happening is it's not taking it from my holdings its trying to sell from my account and says insufficient funds. Example - I bought nifty 17400 ce of 50…
On the given doc there are no fields and no example in python doc for how to place order. Like what values does trigger_type takes in python where can I find that, what values does exchange can take. Could u please share the doc where things like th…