# High-Low Range Trend-Following

This basic trend following strategy looks for large ranges of trading on a single period and follows the trend if price is ascending. When the opposite conditions exist, it exits. Designed only to showcase how to set up strategies in TradingView and trade stocks on TradersPost, this strategy can be copied and modified to your liking.

* [View on TradingView](https://www.tradingview.com/script/ouTuH5zc-TradersPost-High-Low-Range-Strategy/)
* [View on GitHub](https://github.com/TradersPost/pinescript/blob/master/strategies/HighLowRangeTrendFollowing.pinescript)

{% embed url="<https://youtu.be/02hBkacKSkA>" %}


---

# 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.traderspost.io/docs/strategies-and-indicators/example-strategies/high-low-range-trend-following.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.
