What are common mistakes with Multiple Targets?
Multiple Targets means splitting the exit of a single position into more than one take-profit level. A common mistake is treating it as a single “set-and-forget” outcome where each target automatically behaves the same way in practice. In reality, outcomes depend on order handling, execution quality, and the assumptions used when estimating results.
Another frequent issue is confusing the mechanics (how the orders are placed and managed) with implications (how much profit or loss you get). If you do not separate those two, you may evaluate the setup using expectations that do not match how the system will actually manage the position.
How multiple targets work (and where misunderstandings start)
Start with a clear, self-contained definition: multiple targets are typically a set of exit orders at different price levels for the same position, often intended to close different portions at different times.
Common misunderstandings include:
- Assuming targets are independent. Many systems manage the position as a whole, so reaching one level can change what happens to the remaining portion.
- Assuming order linkage is automatic and identical. Some platforms link partial closes differently than others; the exact behavior can vary by order type and provider implementation.
- Using inconsistent sizing assumptions. If target portions are not equal (for example, 30% then 70%), mistakes in percentage allocation lead to wrong expectations.
Material calculation assumptions should be stated before running any example:
- What fraction closes at each target?
- Are you measuring on gross price movement or net outcome after costs?
- What does “hit” mean in your system: exact fill at the target price, or fill within a range?
Evidence and example: typical errors you can check
Here is a neutral example of a common reasoning failure. Assume a position with two take-profit levels. If you expect both targets to be filled, you might compute “total profit” as the sum of both expected gains. The mistake is that both targets are not guaranteed to both occur for the remaining portion: once part of the position is closed, the rest may never reach the second level.
Other observable errors:
- Wrong mental model of partial fills. If the system can partially fill exits, your actual closed size at a target may differ from what you assumed.
- Ignoring costs. Even without live data, you can still see the logic: if costs apply to each partial close, net results differ from gross price-only estimates.
- Evaluating without consistent assumptions. Comparing outcomes from different executions, spreads, or execution delays can produce misleading conclusions.
Neutral “evidence checks” you can do without predicting markets:
- Review the order handling description for how multiple take-profit levels are managed for a single position.
- Use scenario testing with consistent assumptions (same price path logic, same target fractions, same cost model).
- Track what happened per partial close (closed quantity, average fill, remaining quantity).
Limitations and risks (one material failure mode)
A material failure mode is expectation mismatch: assuming both targets will be filled as computed, while the system and market path produce only one filled level (or only part of a target). This can lead to an overestimation of realized outcomes.
Other limitations to keep in mind:
- Execution and provider differences. Order behavior can vary across platforms and environments, so the same “two targets” concept may not be identical in implementation.
- Uncertainty in fills. Without real-time market data, you should not treat target hits as deterministic; execution can involve delays and variability.
- Historical relationships do not establish future results. Past patterns in price movement are not a guarantee of how targets will be reached.
Because outcomes vary with market conditions, execution quality, costs, and jurisdiction, treat any back-of-the-envelope result as a model with assumptions, not a prediction.
How to verify facts (and what to ask next)
To verify key facts about multiple targets in your environment, focus on non-speculative checks:
- What exact order types are used for each target, and are they linked to the same position?
- How is the position size allocated across targets (fixed percentages, fixed lots, or something else)?
- What is the documented behavior when one target is reached before the other?
- How do costs apply across partial exits?