gtt order at marke price

stillsweet
Hello,

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 ?
  • rakeshr
    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.
Sign In or Register to comment.