# What is the Quantify Crypto Trend Algorithm?

The Quantify Crypto (QC) Trend algorithm is a momentum indicator designed to predict future cryptocurrency price movements. It identifies bearish (exit) or bullish (entry) conditions of a coin, and scores them from 0-10&#x30;**.** The QC Trend aims to ensure that asset positions are on the correct side of significant price movements. Our research and back testing indicates that significant price movements are often preceded by smaller price moves in the same direction, a trend that the QC Trend algorithm is designed to detect.


---

# 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://quantify-crypto.gitbook.io/the-quantify-crypto-trend-algorithm/what-is-the-quantify-crypto-trend-algorithm.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.
