# YHL (Yesterday's high low)

Yesterday's high low is an indicator that plots the high and low on the chart. In day trading, the previous day's high and low are important reference points or support-resistance levels. In a bull market, the price breaks above the previous day's high at the start of the day and continues to trade above that level. In bear markets, price breaks below the previous day's low at the start of the day and continues to trade below that level. Trading ranges are formed when the price fails to successfully break the previous day's high or low. By itself, this information can improve your trading results as it gives you a clear idea of ​​what might be happening today. Breakout trading strategies work best when the price is above or below yesterday's range. Trend following strategies also work best in this situation. When the price is within yesterday's range, counter-trend strategies work better. Oscillators like RSI and Stochastic work best in this situation.

### Main parameters

Day's back – allows setting the number of past days for which the indicator will be plotted, the default value is 3.

This indicator looks as follows on the chart:

![](/files/-MMynB0PmhewDaG2Phzj)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.traderevolution.com/project/desktop-application-for-windows/windows/technical-indicators/trend/yhl-yesterdays-high-low.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
