A Stop Market order becomes a market order once the trigger price is hit. In this example, I am long 100 shares of FB with an average cost of $166. I want to exit the position if the price falls $1 below my entry, or to $165. If FB reaches this price, a market sell order will be sent to sell the 100 shares. To enter a Stop Market order:
See Figure 2.12 below for a screenshot of these steps in the appropriate window in Montage.
Confirm that the Stop Market order appears correctly in the Orders window, with Type SM:165, as per the screenshot in Figure 2.13 below:
Alternatively, you can script a Hotkey to send a Stop Market order. Here is an example for sending a Stop Market order at $1 below average cost:
Share=Pos;ROUTE=STOP;StopType=Market;StopPrice=AvgCost-1;TIF=DAY+;SELL=Send;