Recent High / Recent Low — what it is and how to use it in trading
Definition
Recent High and Recent Low are the simplest kind of dynamic support/resistance level — the highest (recent_high) or lowest (recent_low) price over the last period candles, a single number that updates every bar.
How it works in the builder
The recent_high and recent_low operands take a period parameter (default 20) and literally return the maximum/minimum price over that rolling window — no smoothing, and no tie to a fixed session, unlike pivot points.
What it looks like on the chart
Drawn as a single dashed horizontal line near the top (recent_high) or bottom (recent_low) of the range, with candle wicks repeatedly testing that level — deliberately a single line, not a multi-level ladder like pivot points.
Typical use
A classic breakout condition: close crossed_above recent_high(20) — a breakout-style entry, or using recent_low as a stop or target reference.
Common pitfalls
Because the level is a rolling window, not a fixed session pivot, it shifts every bar — a level that looked like resistance can silently "expire" out of the window as older, higher bars roll off, even without a genuine breakout. A larger period gives a more stable but slower-reacting level, a smaller one gives a level that is easier to break but means less.
This block is available in the strategy builder
137 no-code blocks — build an entry condition with this term and test it on history
Historical results do not guarantee future ones. The service is an informational and analytical tool, not an individual investment recommendation; trades are not executed.