# Range Filter Strategy

Range Filter is an experimental study designed to filter out minor price action for a clearer view of trends. It is a better trend following strategy with lesser whipsaws

**How Range Filter is Calculated?**

1\)A smooth average price range is calculated for the basis of the filter and multiplied by a specified amount.\
2\)The filter is calculated by gating price movements that do not exceed the specified range.\
3\)The target ranges are plotted to display the prices that will trigger filter movement.

<mark style="color:blue;">Download PineScript here</mark>

{% file src="/files/j8FchXbGWeocMhfDTlkx" %}


---

# 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://docs.algomojo.com/algomojo/strategies/trading-view/range-filter-strategy.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.
