# Optimal Trade Entry

Also known as: OTE, 62–79% retracement, IOFED.
A Smart Money Concepts / ICT concept (Premium/discount framework) in the LuxAlgo Library, with 1 indicator implementation.

## What is Optimal Trade Entry?

Optimal trade entry is the ICT name for a specific retracement band: the span between the 61.8% and 79% pullback of an [impulse leg](https://www.luxalgo.com/library/concept/impulse-leg/), with 70.5% (the midpoint) often marked as the sweet spot. After a [displacement](https://www.luxalgo.com/library/concept/displacement/), a [Fibonacci retracement](https://www.luxalgo.com/library/concept/fib-retracement/) is anchored across the leg (swing low to swing high for longs), and the OTE band is where entries are hunted: deep enough that the stop beyond the swing origin stays close, early enough that the leg's continuation is still ahead.

The band operationalizes [premium and discount](https://www.luxalgo.com/library/concept/premium-and-discount/): for longs it sits well below the leg's equilibrium, so the entry is taken at a discount rather than a chase. In ICT practice OTE is not a standalone signal: the standard sequence is liquidity taken, structure shifted, then a retracement into the band, ideally into a [PD array](https://www.luxalgo.com/library/concept/pd-arrays/) (an [order block](https://www.luxalgo.com/library/concept/bullish-bearish-order-block/) or gap) that overlaps it. The ratios themselves have no mechanical force; the zone is a place to look for evidence, and price is under no obligation to reach it or to hold there.

## How to mark an optimal trade entry zone

OTE is a measurement rather than a pattern, so identifying it well is mostly about choosing the right leg to measure.

1. Pick the impulse leg: a displacement that breaks structure in the intended direction, with an unambiguous swing low and swing high. A drifting, overlapping move is not an impulse, and measuring one produces a meaningless band.
2. Anchor the Fibonacci retracement across the leg: swing low to swing high for longs, swing high to swing low for shorts.
3. Mark the band between the 0.62 and 0.79 retracement levels; many templates add 0.705 as the midline. The band, not any single ratio, is the OTE zone.
4. Decide in advance what counts as an entry there. A resting limit at 0.705 and a confirmation entry after a lower-timeframe structure shift are both common, and they are different trades with different failure modes.

## How it's calculated

An entry zone spanning the 62% to 79% retracement of an impulsive price leg, with 70.5% as its midpoint.

```
1. Identify a completed impulsive leg; for a bullish setup, from swing low L_0 up to swing high H_1.
2. Measure the leg height: R = H_1 - L_0.
3. Compute retracement levels measured back down from the leg high: level(p) = H_1 - p × R.
4. The OTE zone spans level(0.62) to level(0.79); the level(0.705) midpoint is the preferred entry price.
5. For a bearish leg from swing high H_0 down to swing low L_1, use R = H_0 - L_1 and level(p) = L_1 + p × R.

  L_0: swing low that starts the bullish leg
  H_1: swing high that ends the bullish leg
  H_0: swing high that starts the bearish leg
  L_1: swing low that ends the bearish leg
  R: height of the measured leg in price units
  p: retracement fraction (0.62, 0.705 or 0.79)
  level(p): price at the p retracement of the leg
```

0.62, 0.705 and 0.79 are the ICT convention; classical Fibonacci tools use 0.618 and 0.786 for the same band.

The zone is only evaluated after the leg completes and price retraces into it; a move beyond the leg's origin invalidates the setup.

## How traders use it

- As the entry framework after displacement: instead of buying the breakout, anchor the retracement on the leg that broke structure and wait for price to return into 0.62–0.79, treating the pullback as the trade rather than the move that already happened.
- As a confluence filter, the band carries more weight when something independent sits inside it: an order block, a [fair value gap](https://www.luxalgo.com/library/concept/fair-value-gap/), or a session level inside 0.62–0.79 turns a generic pullback into a stacked location, and many models require that overlap before the zone is tradeable.
- As a risk template. The stop goes beyond the swing that anchors the measurement, and classic templates project targets from the same tool: the swing itself first, then extension levels beyond it. The depth of the entry is what makes the arithmetic work: the same trade taken at a 38% pullback carries a far wider stop relative to its target.
- As a filter on when to trust the measurement: the textbook sequence puts a [liquidity sweep](https://www.luxalgo.com/library/concept/liquidity-sweep/) and a structure shift before the retracement, so an OTE tag inside an untouched, still-ranging market is treated as a much weaker setup than one that follows a stop run.

## OTE vs. other retracement zones

- **Fib Retracement** (https://www.luxalgo.com/library/concept/fib-retracement/): The general tool. A Fibonacci retracement is any set of ratio levels drawn across a swing; OTE is one specific band of it (0.62 to 0.79) plus rules about which legs deserve to be measured at all.
- **Golden Pocket** (https://www.luxalgo.com/library/concept/golden-pocket/): Narrower and shallower: 0.618–0.65. The golden pocket is a general-purpose pullback zone, while OTE extends deeper to 0.79 and conventionally requires a prior sweep and structure shift before it counts as a setup. A pullback can tag the golden pocket while barely entering the OTE band.
- **Premium & Discount** (https://www.luxalgo.com/library/concept/premium-and-discount/): The parent framework. Premium/discount splits a range at its 50% equilibrium and asks only which half price is in; OTE is a precise slice deep in the discount (for longs) where the entry is taught as optimal rather than merely acceptable.

## FAQ

### What Fibonacci levels define the OTE zone?

The band runs from the 61.8% to the 79% retracement of the measured leg, and 70.5%, the halfway point of that band, is the level most often singled out for entries. Some templates round to 62% and 79% or plot 0.786 explicitly. The exact decimals matter less than treating the area as a band with a plan, rather than a single magic line.

### Is the OTE zone the same as the golden pocket?

No, though they overlap around 0.62–0.65. The golden pocket is the narrow 0.618–0.65 band used by general Fibonacci traders; OTE is the wider, deeper 0.62–0.79 band from the ICT framework, and it conventionally comes with prerequisites (a liquidity run and a structure shift) that the golden pocket does not assume.

### Where does the stop go on an OTE entry?

The standard placement is beyond the swing that anchors the retracement (below the swing low for longs, above the swing high for shorts) because trading through that point breaks the leg being measured. The zone offers no guarantee of holding; the deep entry exists precisely so this stop stays small relative to the target when it does.

## Implementations in the Library

- MSS Sweep Fib Retrace (LuxAlgo): https://www.luxalgo.com/library/indicator/mss-sweep-fib-retrace/

## Related concepts

- PD Arrays: https://www.luxalgo.com/library/concept/pd-arrays/
- Standard-deviation Projections: https://www.luxalgo.com/library/concept/standard-deviation-projections/
- Premium & Discount: https://www.luxalgo.com/library/concept/premium-and-discount/

---

Source: https://www.luxalgo.com/library/concept/optimal-trade-entry/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/