Order Not Punching

orderid = dhan.place_order(security_id=secur_id, # Nifty CE
exchange_segment=“NSE_FNO”,
transaction_type=“BUY”,
quantity=40,
order_type=“LIMIT”,
product_type=“INTRA”,
price=ltp)

why not punching order??
@Hardik @Tradehull_Imran

1 Like

@Happy_Life

The snippet you shared is quite limited. Sharing relevant pieces of actual code would be helpful.

Besides you have commented # Nifty CE. So am assuming that you are placing orders for Nifty options. If so the quantity has to be a multiple of 25 which is the current Nifty FnO lot size.

1 Like

Actually i am placing 10 lot. thanks for your relpy

1 Like

Hello @Happy_Life

As highlighted by @t7support, quantity needs to be in multiple of lot sizes. Over here also, quantity needs to be 250 if you are trying to place order for 10 lots.

1 Like

It is possible to place order in two different account of dhan at the same time…???

1 Like

Hello @Happy_Life

You can configure that on your side to run this.

1 Like