Noon Barbari
Sign up
Risk

Take profit

A pre-committed exit at a target price that locks in a winning trade.

A take-profit (TP) is the mirror image of a stop loss: a pre-set price above (for longs) or below (for shorts) entry where the position is closed at a profit. It is usually expressed in R-multiples — '2R' means a take-profit at 2× the distance from entry to stop.

Setting TP too tight caps winners and ruins expectancy; setting it too far gives back unrealized profits when price reverses. Many traders combine a partial TP at 1R (closing half the position, moving stop to breakeven on the rest) with a trailing stop on the runner.

Take-profit orders are typically implemented as limit orders, which means they only fill if price actually reaches the level. A limit order at TP can be skipped if price gaps past it intraday.

Formula

long: TP = entry + R · |entry − stop|
short: TP = entry − R · |entry − stop|

Example

Entry 50,000, stop 49,500 (distance 500), R = 2. Long TP = 50,000 + 2·500 = 51,000.

How Noon Barbari uses Take profit

Every concept here is implemented in the platform. Open the relevant docs or tool to see it in action.

Build exits in the designer

Related terms

Back to glossary