> For the complete documentation index, see [llms.txt](https://chartschool.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/distance-to-lows.md).

# Distance To Lows

## What Is the Distance To Lows Indicator? <a href="#what_is_the_distance_to_lows_indicator" id="what_is_the_distance_to_lows_indicator"></a>

The Distance To Lows indicator shows how much a security's price needs to decrease in order to reach a recent significant low. Because previous lows often act as natural support lines, knowing whether or not price is close to a previous low during a downtrend can help chartists to identify potential changes in trend and set entry/exit points.

<figure><img src="/files/YvOGDZ394zfCC8Z5QV5V" alt=""><figcaption></figcaption></figure>

## Calculating the Distance To Lows

The formula for this indicator is simple:

```
(Low - Close) / Close * 100
```

The Close value is subtracted from the Low in order to determine the difference between the two values. The difference is divided by the Close value and multiplied by 100 in order to convert the raw value to a percentage.

{% hint style="success" %}
**Cool Tip:** Expressing the value as a percentage makes it easier to compare Distance To Lows values over time or even between different securities.
{% endhint %}

The formula can be calculated using the 52-week, 9-month, 6-month, or 3-month low. In addition, the indicator can be calculated with either the intraday low or the closing low. Choose the type and length of low that best meet your technical analysis needs.

## Interpreting the Distance To Lows

Recent lows often act as support during a downtrend, so it can be useful to see how far away the current price is from the low. The Distance To Lows indicator does this by determining how much the security's price would need to idecrease to reach the low. If the price decrease needed is small, the stock is close to the support low and may be heading for a pullback or a change in trend. Chartists should assess momentum and other technicals to determine whether a bounce or reversal is more likely.

<figure><img src="/files/zHi8m6LADQ84Ku74zGTm" alt=""><figcaption><p>The Distance To Lows indicator shows this stock is very close to its 52-week low.</p></figcaption></figure>

In the chart above, Intuit (INTU) made new lows just above 350.00 in late February and early April, touching the zero line of the Distance To Lows indicator both times. In late May, price gapped down well below those prior lows, and that support level became resistance that price could not rise above. Intuit continues to make new lows in June. While price has bounced off the most recent 52-week low, the Distance To Lows value for the latest bar on the chart is 1.52%, meaning it only needs to decrease in price by 1.52% to make another 52-week low.&#x20;

{% hint style="success" %}
**Cool Tip:** Another way to look at this same information is with the [Distance From Lows indicator](/table-of-contents/technical-indicators-and-overlays/technical-indicators/distance-from-lows.md), which measures how far away price is from a previous low.
{% endhint %}

## The Bottom Line

Plotting the historical Distance To Lows values on the chart allows chartists to see at a glance how much price must decrease to reach a previous low, but also whether or not it's getting closer to that goal over time. Because previous lows often act as support, this valuable information can help traders to identify potential bounces and reversals, as well as time trade entries and exits.

As with all indicators, traders should use the Distance To Lows indicator in conjunction with other indicators and analysis techniques.

## Charting with the Distance To Lows <a href="#charting_distance_to_lows" id="charting_distance_to_lows"></a>

### Using with StockChartsACP

The Distance To Lows indicator can be added from the Chart Settings panel for your StockChartsACP chart. The indicator can be positioned above, below, or behind the security's price plot.

<figure><img src="/files/GPc8HtFG82bKKpnNXNwZ" alt=""><figcaption></figcaption></figure>

[Click here for a live version of this chart.](https://schrts.co/etPuNkiz)

By default, the indicator uses the 52-week closing low, but the length and type of low can be adjusted to meet your technical analysis needs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://chartschool.stockcharts.com/table-of-contents/technical-indicators-and-overlays/technical-indicators/distance-to-lows.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.
