BO Order Placement

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’

Hi @Happy_Life

  1. send dhanhq version, use : pip show dhanhq
  2. also do retry the code in live market tomorrow
  3. if it fails do the send the code that you are using.