Multi Take-Profit Strategies: TP1/TP2/TP3 with Partial Closes
Scaling out at multiple targets smooths your equity curve and removes the worst exit decision in trading. How TP1/TP2/TP3 with partial closes and auto-breakeven works in practice.
July 15, 2026 · 6 min read · TradeHookX Team
The exit problem
Entries get all the attention, but exits decide profitability. A single take profit forces a binary bet: set it close and you cap every winner; set it far and most winners retrace to nothing before reaching it. Scaling out - closing portions of the position at successive targets - refuses the binary. You bank something early, something in the middle, and leave a runner for the move that keeps going.
The cost is arithmetic: your average winner is smaller than a full position held to the far target on the trades that get there. The benefit is distributional: far more trades end profitable, drawdowns shallow out, and the psychological pressure to interfere mid-trade disappears - which for most traders is worth more than the theoretical edge they were never going to hold for anyway.
A concrete structure
A buy of 0.3 lots with a 50-pip stop might exit as: TP1 at 30 pips closing a third (the trade now cannot be a full loser once breakeven arms), TP2 at 60 pips closing another third (the trade is now solidly profitable no matter what), TP3 at 90-120 pips for the final third (the runner). Sent as one signal:
{ "licenseKey": "TB-XXXX", "action": "buy", "symbol": "XAUUSD", "size": 0.3, "sl": 50, "tp1": 30, "tp1_size": 33, "tp2": 60, "tp2_size": 33, "tp3": 90, "tp3_size": 34, "be_after_tp1": true, "be_after_tp2": true }The breakeven pairing is the point
Multi-TP without breakeven automation is half a system. The two checkboxes that matter: move the stop to entry after TP1 fills (the remaining position becomes risk-free), and move it to the TP1 price after TP2 fills (the runner now locks in TP1-level profit even on a full reversal). With both enabled, the worst case after TP2 is a solidly green trade - and the EA executes the moves in milliseconds, with no discipline required from you at 2am.
Sizing note: levels can be percentages of the position or fixed lot amounts per level, and they need not sum to the full size - any remainder simply runs without a target, managed by the stop alone.
When not to scale out
Strategies with very high win rates and tight targets (scalping) often do better with a single TP - partial closes add spread costs on every level. And trend-following systems designed around rare huge winners are actively harmed by capping the runners that pay for everything. Scale-outs shine in the middle: swing and intraday strategies with moderate win rates where the equity-curve smoothing compounds into better position sizing confidence.
Ready to automate your strategy?
7-day free trial on every plan. No credit card required.
Start free trial