orderid = dhan.place_order(security_id=secur_id, # Bo Order
exchange_segment=“NSE_FNO”,
transaction_type=“BUY”,
quantity=quantity,
order_type=“LIMIT”,
product_type=“BO”,
price=prvious_chandle_close,
boProfitValue=target,
boStopLossValue=sl)
how to place BO Order
@Hardik @Tradehull_Imran
Hi @Happy_Life
use below code
TypeError: place_order() got an unexpected keyword argument ‘boProfitValue’