i have a small question, that i place NRML buy order for Option(call). from java code
now for exit_buy i want to use GTT, so if i set the trigger prices for target and stop loss but can i set ORDER_TYPE as ORDER_TYPE_MARKET instead of ORDER_TYPE_LIMIT ?
can i set ORDER_TYPE as ORDER_TYPE_MARKET instead of ORDER_TYPE_LIMIT ?
GTT orders are designed to set only LIMIT orders. However, you can use limit orders as a market order by setting the price much above or below the trigger for buy or sell orders respectively. This article will help you to understand more about this.