It looks like you're new here. If you want to get involved, click one of these buttons!
order_id = kite.place_order(....etc)
order_id
is a variable so I can put any name instead of order_id? or should i give order_id for placing orders (buy and sell, SL order? buy_order_id
and selling sell_order_id
, then stop loss stoploss_order_id
. I noticed that sometimes sell and stop loss orders fail to place. I have tried all other ways to solve it. The issues come from these variables.