I want to place an order with a target_value but with out stop_loss (or very low stop loss to make sure exit never happens). is it possible to achieve this using BO order type of java client ?
Question#2
Can i use BO order to short sell by setting transaction_type as 'SELL' ?
Hi @suyashb, Once you get the postback of an order, you can fetch the orderbook and find the entry of that order. Once you get the order, you can find a field called parent_order_id.
2. Yes you can short using bo.
Once you get the postback of an order, you can fetch the orderbook and find the entry of that order. Once you get the order, you can find a field called parent_order_id.