kite.order_place error

beast123
I am calling the order_place function like this in python. The variables I have taken from the excel file !

order_id = kite.order_place(exchange, tradingsymbol, transaction_type, quantity, price, product, order_type,validity,squareoff_value, stoploss_value, trailing_stoploss, variety)

but it is giving the following error on this line..

kiteconnect.exceptions.OrderException: `disclosed_quantity` cannot be greater than `quantity`

Please help me . Thanks !

Tagged:
Sign In or Register to comment.