Order rejected with error message

ChandiniM
My order placed via the API was rejected. I’ve attached a screenshot for reference. I used the code below to execute the order. Could you please assist at the earliest?
The error message received was: “Price exceeds circuit limits for the instrument. Place an order within the daily range. "


order_id = self.kite.place_order(
variety=self.kite.VARIETY_REGULAR,
exchange=self.exchange,
tradingsymbol=symbol,
transaction_type=t_type,
quantity=slice_quantity,
product=self.product,
order_type=self.kite.ORDER_TYPE_MARKET,
market_protection=20
)

Tagged:
Sign In or Register to comment.