This action removes the Stop Loss from currently active (opened) orders. You can restrict the action to a specific order type (buy or sell) or extend it to all.
Syntax | a:remove_sl(order_type)! | ||
---|---|---|---|
Parameters | order_type | Defines the type of orders which Stop Loss should be removed from. The supported keywords are listed below. | |
BUY | Remove from buy orders. | ||
SELL | Remove from sell orders. | ||
ALL | Remove from all orders. | ||
Single-sided | Yes | ||
Example | a:remove_tp(BUY)! | ||
In this example the Stop Loss is removed from all buy orders currently active. |