Order not getting placed

kontacthimanshu
I am trying to place order for BANKNIFTY options and getting this weird error. Please help:

"Trading in NSE is not allowed using NRML product type. Try placing an order in CNC/MIS."

order_id = kite.place_order(tradingsymbol=req_body["symbol"],
exchange=kite.EXCHANGE_NSE,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=50,
variety=kite.VARIETY_REGULAR,
order_type=kite.ORDER_TYPE_LIMIT,
product=kite.PRODUCT_NRML,
validity=kite.VALIDITY_DAY,
price=float(req_body["price"]) + 20)
Tagged:
Sign In or Register to comment.