# Track & Trend

The Track & Trend feature is designed to provide a customisable trend following approach for an item.&#x20;

A simple demonstration of the Track & Trend on the **1D (Daily) timeframe** for **BTC (Bitcoin)** shows how interesting this feature could potentially be if combined with additional technical analysis approaches.

{% hint style="danger" %}
**Note**: The Track & Trend feature is **NOT** designed to be used as a buy/sell signal. It uses techincal analysis and data points for education.
{% endhint %}

### May 2021 ⇒ January 2023

<figure><img src="/files/7i1rNLnNLLkQ6soUfAKp" alt=""><figcaption></figcaption></figure>

### January 2023 ⇒ December 2025

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

### The Basics

A series of custom range calculations are constantly running to establish the trend for the item in focus.  *Colours can be customised via the '**Themes**' section*

* Price is **above** the range ⇒ Track & Trend is <mark style="background-color:green;">**Teal**</mark>&#x20;
* Price is **inside** the range ⇒ Track & Trend is <mark style="background-color:$info;">**White**</mark> *(Information/Neutral)*
* Price is **below** the range ⇒ Track & Trend is <mark style="background-color:$danger;">**Red**</mark>

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

### Customisation

Default settings are a good starting point, but users can refine and tweak the logic for the Track & Trend with the following items should they desire:

* **Approach style**

  * Standard term
  * Short term
  * Long term

* **Trend following style**

  * Default / Average trend
  * Mean reversion
  * Volatile

* **Trend smoothing**
  * Allows additional smoothing of the trend to increase / reduce values contributing to Track & Trend


---

# 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://devengineoz-tradingview-indicato.gitbook.io/devengineoz-tradingview-indicators/documentation/features/track-and-trend.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.
