Bracket Order¶
OVERVIEW¶
A bracket order links three individual orders into a single structured trade: an entry order, a protective stop-loss order, and a profit-taking limit order. When the entry order executes, Tapeboard automatically submits the stop-loss and take-profit legs simultaneously. If either exit leg fills, the system cancels the remaining order, closing the position without manual intervention.
Note
Bracket orders enforce a fixed Risk/Reward ratio at the moment of submission. Neither exit leg can be repositioned after the entry fills unless the bracket is explicitly modified or canceled.
HOW IT IS CALCULATED¶
Bracket orders are defined by three price parameters rather than a derived indicator.
| Parameter | Symbol | Description |
|---|---|---|
| Entry Price | E | Market or limit price to open the position |
| Profit Target | T | Limit order price to close the position at a gain |
| Stop-Loss | S | Stop order price to close the position at a loss |
Risk/Reward ratio formula:
For a long position, T must be above E and S must be below E. Tapeboard reserves buying power equal to the maximum potential loss before the entry executes:
WORKED EXAMPLE¶
A trader identifies a breakout level on TSLA at $250.00 and targets a 2:1 reward-to-risk ratio.
| Leg | Order Type | Price |
|---|---|---|
| Entry | Limit | $250.00 |
| Take-Profit | Limit | $255.00 |
| Stop-Loss | Stop-Market | $247.50 |
- Risk per share: $250.00 − $247.50 = $2.50
- Reward per share: $255.00 − $250.00 = $5.00
- R/R: $5.00 ÷ $2.50 = 2.0
When TSLA crosses $250.00, the entry fills. Tapeboard immediately activates both exit legs. If TSLA reaches $255.00, the take-profit limit fills and the $247.50 stop-loss is automatically canceled.
WHEN TO USE¶
| Use Case | Reason |
|---|---|
| Day trading | Removes need for constant manual monitoring |
| Swing trading | Protects overnight positions from adverse gaps |
| Algorithmic / mechanical systems | Enforces exact backtested exit parameters |
| Discipline enforcement | Prevents emotional override of planned exits |
Tip
Use bracket orders whenever a strategy has a predefined R/R requirement. Submitting the bracket at entry locks in the trade plan before price action creates pressure to deviate.
LIMITATIONS AND COMMON MISCONCEPTIONS¶
Note
A bracket order does not guarantee a specific exit price on the stop-loss leg.
| Limitation | Detail |
|---|---|
| Stop-loss slippage | During gap openings, the stop-loss triggers as a market order and may fill well below the specified stop price |
| No guaranteed fill on stop leg | Only the take-profit leg is a limit order; the stop leg becomes a market order once the stop price is touched |
| Micro-overlap risk | In fast markets, the take-profit leg can remain momentarily active after a stop-loss fill while the system processes the cancel, creating a brief risk of a duplicate position |
| Fixed exit points | Once the entry fills, exit prices cannot be passively adjusted; modification requires an explicit order change |