NFO, BO order

apind81
I am using the following python code to place BO order in NFO segment.


kite.order_place(tradingsymbol=tradingsymbol, exchange=exchange, quantity=trade_quantity,
transaction_type=transaction_type, order_type="LIMIT", price=l_price, product="MIS",
squareoff_value=p_value, stoploss_value=sl_value, trailing_stoploss=t_value)



The above code executes only one LIMIT order (order executes immediately as price already met), but NO squareoff order, stop loss order are placed!!!

Any help?
Tagged:
Sign In or Register to comment.