Stop

View as MarkdownOpen in Claude

A Stop order is an instruction to submit a buy or sell market order if and when the user-specified stop trigger price is attained or penetrated. A Stop order is not guaranteed a specific execution price and may execute significantly away from its stop price. A Sell Stop order is always placed below the current market price and is typically used to limit a loss or protect a profit on a long stock position. A Buy Stop order is always placed above the current market price. It is typically used to limit a loss or help protect a profit on a short sale.

Products: CFD, BAG, CASH, FUT, FOP, OPT, STK, WAR

More on Stop Orders

More on Supported exchanges

1order = Order()
2order.action = action
3order.orderType = "STP"
4order.auxPrice = stopPrice
5order.totalQuantity = quantity